From 43cb76b1d8afcec7041c90a7899d07b134f2343b Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Tue, 23 Aug 2011 10:28:33 +0100 Subject: [PATCH] oggstream: set skeleton stream media type to application/x-ogg-skeleton This is to match the typefinder, and to make logs clearer. https://bugzilla.gnome.org/show_bug.cgi?id=657151 --- ext/ogg/gstoggstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ogg/gstoggstream.c b/ext/ogg/gstoggstream.c index a0b4e68..253e963 100644 --- a/ext/ogg/gstoggstream.c +++ b/ext/ogg/gstoggstream.c @@ -1094,7 +1094,7 @@ setup_fishead_mapper (GstOggStream * pad, ogg_packet * packet) pad->is_skeleton = TRUE; pad->is_sparse = TRUE; - pad->caps = gst_caps_new_simple ("none/none", NULL); + pad->caps = gst_caps_new_simple ("application/x-ogg-skeleton", NULL); return TRUE; } -- 2.7.4