mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
Remove PAD_EOS
Original commit message from CVS: Remove PAD_EOS
This commit is contained in:
parent
97803e3771
commit
6f47b369c8
1 changed files with 0 additions and 1 deletions
|
@ -487,7 +487,6 @@ gst_afsink_handle_event (GstPad *pad, GstEvent *event)
|
||||||
afsink = GST_AFSINK (gst_pad_get_parent (pad));
|
afsink = GST_AFSINK (gst_pad_get_parent (pad));
|
||||||
GST_DEBUG (0, "DEBUG: afsink: got event");
|
GST_DEBUG (0, "DEBUG: afsink: got event");
|
||||||
gst_afsink_close_file (afsink);
|
gst_afsink_close_file (afsink);
|
||||||
GST_FLAG_SET (pad, GST_PAD_EOS);
|
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue