<div dir="ltr"><div>Hi,</div><div><br></div><div>I got to work on a gstreamer based test app which plays media from http source.In this application following callback has been registered to receive pmt information.</div><div>
<br></div>g_signal_connect(G_OBJECT(demuxer), "notify::pmt-info", (GCallback) demuxer_notify_pmt_info, NULL);<br><div><br></div><div>When I run this application I never see "demuxer_notify_pmt_info" method getting called.</div>
<div>Can somebody please let me know when this callback function will be activated so that I can see the pmt info of the stream.</div><div><br></div><div>Is there any way to invoke get_property methods of plugins like e.g set_property methods can be  invoked with gst-launch when we pass "property-name=value" to gst-launch.  </div>
<div><br></div><div>Thanks,</div><div>Yogesh</div></div>