summaryrefslogtreecommitdiff
path: root/ext/hls/gsthlssink.c
diff options
context:
space:
mode:
authorThiago Santos <ts.santos@partner.samsung.com>2013-11-07 12:47:51 -0300
committerThiago Santos <ts.santos@partner.samsung.com>2013-11-07 12:50:55 -0300
commitd59af979303ab0fb98067ede0798629b17d01171 (patch)
tree6dbf60f95540b0c7b8c5fe1718f225dd22a65b68 /ext/hls/gsthlssink.c
parent805e313cce90f69580704e3e604481ab416d209e (diff)
downloadgstreamer-plugins-bad-d59af979303ab0fb98067ede0798629b17d01171.tar.gz
hlssink: do not lose ref to the multifilesink
It is needed to update location properties and it was being lost on state changes, causing issues if the pipeline was to be reused
Diffstat (limited to 'ext/hls/gsthlssink.c')
-rw-r--r--ext/hls/gsthlssink.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/hls/gsthlssink.c b/ext/hls/gsthlssink.c
index 438b70db9..718075568 100644
--- a/ext/hls/gsthlssink.c
+++ b/ext/hls/gsthlssink.c
@@ -196,10 +196,6 @@ gst_hls_sink_reset (GstHlsSink * sink)
sink->count = 0;
sink->timeout_id = 0;
sink->last_running_time = 0;
- /* we don't need to unref since we gst_bin_add-ed multifilesink
- * to ourselves
- */
- sink->multifilesink = NULL;
sink->waiting_fku = FALSE;
gst_event_replace (&sink->force_key_unit_event, NULL);
gst_segment_init (&sink->segment, GST_FORMAT_UNDEFINED);