mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
gst/playback/gstplaybasebin.c: Notify delayed stream-info availability.
Original commit message from CVS: * gst/playback/gstplaybasebin.c: (group_commit): Notify delayed stream-info availability.
This commit is contained in:
parent
d190977f1c
commit
e710e8a5b6
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/playback/gstplaybasebin.c: (group_commit):
|
||||
Notify delayed stream-info availability.
|
||||
|
||||
2005-01-26 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
* ext/a52dec/gsta52dec.c: (gst_a52dec_push),
|
||||
(gst_a52dec_handle_event), (gst_a52dec_chain):
|
||||
|
|
|
@ -423,6 +423,7 @@ group_commit (GstPlayBaseBin * play_base_bin, gboolean fatal)
|
|||
g_signal_emit (play_base_bin,
|
||||
gst_play_base_bin_signals[SETUP_OUTPUT_PADS_SIGNAL], 0);
|
||||
GST_DEBUG ("done");
|
||||
g_object_notify (G_OBJECT (play_base_bin), "stream-info");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue