Remove PAD_EOS

Original commit message from CVS:
Remove PAD_EOS
This commit is contained in:
Wim Taymans 2003-01-01 17:18:38 +00:00
parent 97803e3771
commit 6f47b369c8

View file

@ -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;
}