<div dir="ltr"><div>Hi,</div><div><br></div><div>in gsthlsdemux.c there is the following clause:</div><div><br></div>    gst_element_post_message (GST_ELEMENT_CAST (demux),<br>        gst_message_new_element (GST_OBJECT_CAST (demux),<br>            gst_structure_new (GST_ADAPTIVE_DEMUX_STATISTICS_MESSAGE_NAME,<br>                "manifest-uri", G_TYPE_STRING,<br>                main_uri, "uri", G_TYPE_STRING,<br>                uri, "bitrate", G_TYPE_INT, new_bandwidth, NULL)));<br><div><br></div><div>Can I get the bitrate of this message with g_signal_connect?</div><div><br></div><div>With g_signal_connect (demux, "bitrate", a_callback, data)?</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><span></span>Sirius Wu<br></div></div></div></div></div></div></div></div></div>