diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-02-04 10:27:33 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-02-04 10:27:33 +0000 |
commit | d010d39099f6baa000fc169418fc832cf0691a06 (patch) | |
tree | 8522d1848a30b419b40477ea5f86c9273b693519 /ext/audiofile/gstafsink.c | |
parent | 909b204b264a35fe9b2f565a24a71ff296303aae (diff) | |
download | gst-plugins-bad-d010d39099f6baa000fc169418fc832cf0691a06.tar.gz gst-plugins-bad-d010d39099f6baa000fc169418fc832cf0691a06.tar.bz2 gst-plugins-bad-d010d39099f6baa000fc169418fc832cf0691a06.zip |
fix a error I caused by not seeing the nested comments
Original commit message from CVS:
fix a error I caused by not seeing the nested comments
Diffstat (limited to 'ext/audiofile/gstafsink.c')
-rw-r--r-- | ext/audiofile/gstafsink.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/audiofile/gstafsink.c b/ext/audiofile/gstafsink.c index 8237a7b6..d81c7498 100644 --- a/ext/audiofile/gstafsink.c +++ b/ext/audiofile/gstafsink.c @@ -456,16 +456,16 @@ gst_afsink_change_state (GstElement *element) /* else -/* this has been moved to the chain function, since it's only then that */ -/* the caps are set and can be known */ + this has been moved to the chain function, since it's only then that + the caps are set and can be known { -/* g_print ("DEBUG: it's not going to null\n"); */ + g_print ("DEBUG: it's not going to null\n"); if (!GST_FLAG_IS_SET (element, GST_AFSINK_OPEN)) { -/* g_print ("DEBUG: GST_AFSINK_OPEN not set\n"); */ + g_print ("DEBUG: GST_AFSINK_OPEN not set\n"); if (!gst_afsink_open_file (GST_AFSINK (element))) { -/* g_print ("DEBUG: element tries to open file\n"); */ + g_print ("DEBUG: element tries to open file\n"); return GST_STATE_FAILURE; } } |