mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue