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:
parent
2301f1806f
commit
43cb76b1d8
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user