summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2003-01-01 17:18:38 +0000
committerWim Taymans <wim.taymans@gmail.com>2003-01-01 17:18:38 +0000
commit6f47b369c86d1afb27533b3718c304b5910fbb55 (patch)
treefcaee1522e246f6ba5bf6f0d07d3b1acf10a7e4f
parent97803e3771b51e8539d4de9d2f0fbae00f315daf (diff)
downloadgstreamer-plugins-bad-6f47b369c86d1afb27533b3718c304b5910fbb55.tar.gz
Remove PAD_EOS
Original commit message from CVS: Remove PAD_EOS
-rw-r--r--ext/audiofile/gstafsink.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/audiofile/gstafsink.c b/ext/audiofile/gstafsink.c
index 95968a99b..43ebabfc6 100644
--- a/ext/audiofile/gstafsink.c
+++ b/ext/audiofile/gstafsink.c
@@ -487,7 +487,6 @@ gst_afsink_handle_event (GstPad *pad, GstEvent *event)
afsink = GST_AFSINK (gst_pad_get_parent (pad));
GST_DEBUG (0, "DEBUG: afsink: got event");
gst_afsink_close_file (afsink);
- GST_FLAG_SET (pad, GST_PAD_EOS);
return TRUE;
}