mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
gst/mpegvideoparse/mpegvideoparse.c: Flush packetizer too.
Original commit message from CVS: Patch by: Josep Torre Valles <josep@fluendo.com> * gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush): Flush packetizer too.
This commit is contained in:
parent
96d74fb23a
commit
870ea2afe8
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
2008-02-05 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||||
|
|
||||||
|
Patch by: Josep Torre Valles <josep@fluendo.com>
|
||||||
|
|
||||||
|
* gst/mpegvideoparse/mpegvideoparse.c: (gst_mpegvideoparse_flush):
|
||||||
|
Flush packetizer too.
|
||||||
|
|
||||||
2008-02-04 Sebastian Dröge <slomo@circular-chaos.org>
|
2008-02-04 Sebastian Dröge <slomo@circular-chaos.org>
|
||||||
|
|
||||||
* ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
|
* ext/ladspa/gstladspa.c: (gst_ladspa_base_init),
|
||||||
|
|
|
@ -303,6 +303,7 @@ gst_mpegvideoparse_flush (MpegVideoParse * mpegvideoparse)
|
||||||
g_list_foreach (mpegvideoparse->decode, (GFunc) gst_mini_object_unref, NULL);
|
g_list_foreach (mpegvideoparse->decode, (GFunc) gst_mini_object_unref, NULL);
|
||||||
g_list_free (mpegvideoparse->decode);
|
g_list_free (mpegvideoparse->decode);
|
||||||
mpegvideoparse->decode = NULL;
|
mpegvideoparse->decode = NULL;
|
||||||
|
mpeg_packetiser_flush (&mpegvideoparse->packer);
|
||||||
}
|
}
|
||||||
|
|
||||||
static GstFlowReturn
|
static GstFlowReturn
|
||||||
|
|
Loading…
Reference in a new issue