diff options
Diffstat (limited to 'gst/law/mulaw-encode.h')
-rw-r--r-- | gst/law/mulaw-encode.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/law/mulaw-encode.h b/gst/law/mulaw-encode.h index 009b470b..b6018887 100644 --- a/gst/law/mulaw-encode.h +++ b/gst/law/mulaw-encode.h @@ -1,4 +1,4 @@ -/* Gnome-Streamer +/* GStreamer * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu> * * This library is free software; you can redistribute it and/or @@ -24,7 +24,7 @@ #include <config.h> #include <gst/gst.h> -// #include <gst/meta/audioraw.h> +/* #include <gst/meta/audioraw.h> */ #ifdef __cplusplus @@ -51,7 +51,7 @@ struct _GstMuLawEnc { GstPad *sinkpad,*srcpad; - //MetaAudioRaw meta; + /*MetaAudioRaw meta; */ }; |