diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-01-19 14:57:47 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-01-19 14:57:47 +0000 |
commit | fb03befba944ab4d8dedcf12cf12027a733cfb82 (patch) | |
tree | 7b9b421ac7d5a401a138378a8c2d7d8ca3146d88 /gst/avi/gstavimux.c | |
parent | 9d84e5353b623d77fde8ac366b8656b8d3b229ba (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/gstavimux.c')
-rw-r--r-- | gst/avi/gstavimux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c index 540e2a7b..d79b6ee2 100644 --- a/gst/avi/gstavimux.c +++ b/gst/avi/gstavimux.c @@ -94,7 +94,7 @@ static void gst_avimux_get_property (GObject *object, guint prop_id, static GstElementClass *parent_class = NULL; -//static guint gst_avimux_signals[LAST_SIGNAL] = { 0 }; +/*static guint gst_avimux_signals[LAST_SIGNAL] = { 0 }; */ GType gst_avimux_get_type (void) @@ -309,7 +309,7 @@ gst_avimux_chain (GstPad *pad, GstBuffer *buf) break; } - //gst_buffer_unref(buf); + /*gst_buffer_unref(buf); */ } static void |