From: Sebastian Dröge Date: Wed, 30 Mar 2011 07:18:00 +0000 (+0200) Subject: typefind: Fix comment typo and add a link the the HTTP live streaming spec X-Git-Tag: 1.19.3~511^2~6555^2~1043 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34548c16d807623f418cc7dc9222fbd9e187b91c;p=platform%2Fupstream%2Fgstreamer.git typefind: Fix comment typo and add a link the the HTTP live streaming spec --- diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c index 1c4e559..c05f7ff 100644 --- a/gst/typefind/gsttypefindfunctions.c +++ b/gst/typefind/gsttypefindfunctions.c @@ -266,11 +266,12 @@ uri_type_find (GstTypeFind * tf, gpointer unused) } } -/*** plaulist/m3u8 ***/ +/*** playlist/m3u8 ***/ static GstStaticCaps m3u8_caps = GST_STATIC_CAPS ("playlist/m3u8"); #define M3U8_CAPS (gst_static_caps_get(&m3u8_caps)) +/* See http://tools.ietf.org/html/draft-pantos-http-live-streaming-05 */ static void m3u8_type_find (GstTypeFind * tf, gpointer unused) {