mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 17:50:36 +00:00
stream-transport: remove old if 0 block
This commit is contained in:
parent
ffefd9e80b
commit
5b6cbb4ede
1 changed files with 0 additions and 5 deletions
|
@ -99,11 +99,6 @@ gst_rtsp_stream_transport_finalize (GObject * obj)
|
||||||
if (priv->transport)
|
if (priv->transport)
|
||||||
gst_rtsp_transport_free (priv->transport);
|
gst_rtsp_transport_free (priv->transport);
|
||||||
|
|
||||||
#if 0
|
|
||||||
if (priv->rtpsource)
|
|
||||||
g_object_set_qdata (priv->rtpsource, ssrc_stream_map_key, NULL);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
G_OBJECT_CLASS (gst_rtsp_stream_transport_parent_class)->finalize (obj);
|
G_OBJECT_CLASS (gst_rtsp_stream_transport_parent_class)->finalize (obj);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue