summaryrefslogtreecommitdiff
path: root/ext/smoothstreaming
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2013-01-08 17:54:57 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2013-05-07 21:05:11 -0300
commit4726115e83e31d435c4b611a5fcaf8c4f64ab956 (patch)
tree18c57efb549a0789a34c24a2c8a49ca9d8d12c0d /ext/smoothstreaming
parenteec8164d9c00afaf80280038f1716c80780b8a40 (diff)
downloadgstreamer-plugins-bad-4726115e83e31d435c4b611a5fcaf8c4f64ab956.tar.gz
mssdemux: signal no-more-pads when finished exposing pads
This makes decodebin/playbin mechanism know it can start playing when buffering is finished
Diffstat (limited to 'ext/smoothstreaming')
-rw-r--r--ext/smoothstreaming/gstmssdemux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/smoothstreaming/gstmssdemux.c b/ext/smoothstreaming/gstmssdemux.c
index 98066b524..59bc69493 100644
--- a/ext/smoothstreaming/gstmssdemux.c
+++ b/ext/smoothstreaming/gstmssdemux.c
@@ -622,6 +622,8 @@ gst_mss_demux_process_manifest (GstMssDemux * mssdemux)
("No known stream formats found at the Manifest"));
return;
}
+
+ gst_element_no_more_pads (GST_ELEMENT_CAST (mssdemux));
}
static void