Playbin3 Buffering Message

David Gomez ashkain64 at gmail.com
Wed Jan 11 16:37:19 UTC 2017


Hi all,

I'm implemented a player dash using the element Playbin3. I need perform a
pre buffering control. I implement the Buffering control explain in the
documentation of Gstreamer documentation:

switch (GST_MESSAGE_TYPE (msg)) {

  case GST_MESSAGE_BUFFERING: {

    gint percent = 0;

    gst_message_parse_buffering (msg, &percent);

    g_print ("Buffering (%u percent done)", percent);

    break;

  }





But the Playbin3 don’t emit GST_MESSAGE_BUFFERING in the Bus of Messages. I
needed set the "use-buffering" properties in the internal queue element?
Like:

g_object_set(G_OBJECT(rtspPipeline.video_queue), "use-buffering", TRUE,
NULL);

 Or I need set any other property?

Thanks in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170111/1d9fe21b/attachment.html>


More information about the gstreamer-devel mailing list