mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
hlssink: don't unref ->multifilesink.
We gst_bin_add it to ourself so no need to unref in _dispose.
This commit is contained in:
parent
b46886643b
commit
b9018b2870
1 changed files with 0 additions and 3 deletions
|
@ -72,9 +72,6 @@ gst_hls_sink_dispose (GObject * object)
|
|||
{
|
||||
GstHlsSink *sink = GST_HLS_SINK_CAST (object);
|
||||
|
||||
if (sink->multifilesink)
|
||||
g_object_unref (sink->multifilesink);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->dispose ((GObject *) sink);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue