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:
Andy Wingo 2005-07-05 09:15:53 +00:00
parent 0db66b48d9
commit 0b62987934

View file

@ -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)));
}