summaryrefslogtreecommitdiff
path: root/ext/smoothstreaming/gstmssmanifest.h
diff options
context:
space:
mode:
authorThiago Santos <thiago.sousa.santos@collabora.com>2012-12-20 15:30:06 -0300
committerThiago Santos <thiago.sousa.santos@collabora.com>2013-05-07 21:05:10 -0300
commit3f15c9b05a6e1bc0d1e29c800b54d42bf17f9b8b (patch)
tree96880772eff8012305e8c310aa27470dacb79be6 /ext/smoothstreaming/gstmssmanifest.h
parent68d2719c9f6744effbd4549f9438598b61482d2e (diff)
downloadgstreamer-plugins-bad-3f15c9b05a6e1bc0d1e29c800b54d42bf17f9b8b.tar.gz
mssdemux: add timescale to the caps
This is important for downstream to properly timestamp the samples The default value is 10000000, but this can be set in the stream or at the top-level manifest entry
Diffstat (limited to 'ext/smoothstreaming/gstmssmanifest.h')
-rw-r--r--ext/smoothstreaming/gstmssmanifest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/smoothstreaming/gstmssmanifest.h b/ext/smoothstreaming/gstmssmanifest.h
index c2bf37ecd..7b5f1f7af 100644
--- a/ext/smoothstreaming/gstmssmanifest.h
+++ b/ext/smoothstreaming/gstmssmanifest.h
@@ -44,6 +44,7 @@ GSList * gst_mss_manifest_get_streams (GstMssManifest * manifest);
GstMssStreamType gst_mss_stream_get_type (GstMssStream *stream);
GstCaps * gst_mss_stream_get_caps (GstMssStream * stream);
+guint64 gst_mss_stream_get_timescale (GstMssStream * stream);
GstFlowReturn gst_mss_stream_get_fragment_url (GstMssStream * stream, gchar ** url);
GstFlowReturn gst_mss_stream_advance_fragment (GstMssStream * stream);