mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +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 };
|
||||
|
||||
GST_DEBUG_OBJECT (factory, "new");
|
||||
|
||||
factory->uri = g_strdup (DEFAULT_URI);
|
||||
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);
|
||||
|
||||
GST_DEBUG_OBJECT (factory, "finalize");
|
||||
|
||||
g_free (factory->uri);
|
||||
gst_plugin_feature_list_free (factory->demuxers);
|
||||
gst_plugin_feature_list_free (factory->payloaders);
|
||||
|
|
Loading…
Reference in a new issue