summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstaviaudiodecoder.c
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-01-19 14:57:47 +0000
committerChristian Schaller <uraeus@gnome.org>2002-01-19 14:57:47 +0000
commitfb03befba944ab4d8dedcf12cf12027a733cfb82 (patch)
tree7b9b421ac7d5a401a138378a8c2d7d8ca3146d88 /gst/avi/gstaviaudiodecoder.c
parent9d84e5353b623d77fde8ac366b8656b8d3b229ba (diff)
Ok a new batch of // to /* */ fixes commited
Original commit message from CVS: Ok a new batch of // to /* */ fixes commited
Diffstat (limited to 'gst/avi/gstaviaudiodecoder.c')
-rw-r--r--gst/avi/gstaviaudiodecoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/avi/gstaviaudiodecoder.c b/gst/avi/gstaviaudiodecoder.c
index 0626774d..af02b1a0 100644
--- a/gst/avi/gstaviaudiodecoder.c
+++ b/gst/avi/gstaviaudiodecoder.c
@@ -18,7 +18,7 @@
*/
-//#define GST_DEBUG_ENABLED
+/*#define GST_DEBUG_ENABLED */
#include <string.h>
#include "gstaviaudiodecoder.h"
@@ -86,7 +86,7 @@ static void gst_avi_audio_decoder_get_property (GObject *object, guint
static GstElementClass *parent_class = NULL;
-//static guint gst_avi_audio_decoder_signals[LAST_SIGNAL] = { 0 };
+/*static guint gst_avi_audio_decoder_signals[LAST_SIGNAL] = { 0 }; */
GType
gst_avi_audio_decoder_get_type(void)