mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
gst/playback/gstplaybasebin.c (fill_buffer): message_new_application fixen.
Original commit message from CVS: 2005-07-05 Andy Wingo <wingo@pobox.com> * gst/playback/gstplaybasebin.c (fill_buffer): message_new_application fixen. x
This commit is contained in:
parent
0db66b48d9
commit
0b62987934
1 changed files with 2 additions and 1 deletions
|
@ -438,7 +438,8 @@ static inline void
|
|||
fill_buffer (GstPlayBaseBin * play_base_bin, gint percent)
|
||||
{
|
||||
gst_element_post_message (GST_ELEMENT (play_base_bin),
|
||||
gst_message_new_application (gst_structure_new ("GstMessageBuffering",
|
||||
gst_message_new_application (GST_OBJECT (play_base_bin),
|
||||
gst_structure_new ("GstMessageBuffering",
|
||||
"buffer-percent", G_TYPE_INT, percent, NULL)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue