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
This commit is contained in:
Vincent Penquerc'h 2011-08-23 10:28:33 +01:00 committed by Sebastian Dröge
parent 2301f1806f
commit 43cb76b1d8

View file

@ -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;
}