mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
factory-uri: add some debug
This commit is contained in:
parent
1826844ee4
commit
8fcdca987d
1 changed files with 4 additions and 0 deletions
|
@ -158,6 +158,8 @@ gst_rtsp_media_factory_uri_init (GstRTSPMediaFactoryURI * factory)
|
||||||
{
|
{
|
||||||
FilterData data = { NULL, NULL, NULL };
|
FilterData data = { NULL, NULL, NULL };
|
||||||
|
|
||||||
|
GST_DEBUG_OBJECT (factory, "new");
|
||||||
|
|
||||||
factory->uri = g_strdup (DEFAULT_URI);
|
factory->uri = g_strdup (DEFAULT_URI);
|
||||||
factory->use_gstpay = DEFAULT_USE_GSTPAY;
|
factory->use_gstpay = DEFAULT_USE_GSTPAY;
|
||||||
|
|
||||||
|
@ -181,6 +183,8 @@ gst_rtsp_media_factory_uri_finalize (GObject * obj)
|
||||||
{
|
{
|
||||||
GstRTSPMediaFactoryURI *factory = GST_RTSP_MEDIA_FACTORY_URI (obj);
|
GstRTSPMediaFactoryURI *factory = GST_RTSP_MEDIA_FACTORY_URI (obj);
|
||||||
|
|
||||||
|
GST_DEBUG_OBJECT (factory, "finalize");
|
||||||
|
|
||||||
g_free (factory->uri);
|
g_free (factory->uri);
|
||||||
gst_plugin_feature_list_free (factory->demuxers);
|
gst_plugin_feature_list_free (factory->demuxers);
|
||||||
gst_plugin_feature_list_free (factory->payloaders);
|
gst_plugin_feature_list_free (factory->payloaders);
|
||||||
|
|
Loading…
Reference in a new issue