mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
ext/ffmpeg/gstffmpegmux.c: Renaming tagsetter_flush to _reset_tags().
Original commit message from CVS: * ext/ffmpeg/gstffmpegmux.c: Renaming tagsetter_flush to _reset_tags().
This commit is contained in:
parent
c5102d2045
commit
0222971453
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-12-16 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* ext/ffmpeg/gstffmpegmux.c:
|
||||||
|
Renaming tagsetter_flush to _reset_tags().
|
||||||
|
|
||||||
2008-12-16 Stefan Kost <ensonic@users.sf.net>
|
2008-12-16 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -617,7 +617,7 @@ gst_ffmpegmux_change_state (GstElement * element, GstStateChange transition)
|
||||||
case GST_STATE_CHANGE_PLAYING_TO_PAUSED:
|
case GST_STATE_CHANGE_PLAYING_TO_PAUSED:
|
||||||
break;
|
break;
|
||||||
case GST_STATE_CHANGE_PAUSED_TO_READY:
|
case GST_STATE_CHANGE_PAUSED_TO_READY:
|
||||||
gst_tag_setter_flush (GST_TAG_SETTER (ffmpegmux));
|
gst_tag_setter_reset_tags (GST_TAG_SETTER (ffmpegmux));
|
||||||
if (ffmpegmux->opened) {
|
if (ffmpegmux->opened) {
|
||||||
ffmpegmux->opened = FALSE;
|
ffmpegmux->opened = FALSE;
|
||||||
url_fclose (ffmpegmux->context->pb);
|
url_fclose (ffmpegmux->context->pb);
|
||||||
|
|
Loading…
Reference in a new issue