mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
ffcodec: add voc demuxer
This commit is contained in:
parent
c2469e82f9
commit
12c0db9091
1 changed files with 2 additions and 0 deletions
|
@ -2538,6 +2538,8 @@ gst_ffmpeg_formatid_to_caps (const gchar * format_name)
|
||||||
caps = gst_caps_from_string ("audio/x-amr-nb-sh");
|
caps = gst_caps_from_string ("audio/x-amr-nb-sh");
|
||||||
} else if (!strcmp (format_name, "webm")) {
|
} else if (!strcmp (format_name, "webm")) {
|
||||||
caps = gst_caps_from_string ("video/webm");
|
caps = gst_caps_from_string ("video/webm");
|
||||||
|
} else if (!strcmp (format_name, "voc")) {
|
||||||
|
caps = gst_caps_from_string ("audio/x-voc");
|
||||||
} else {
|
} else {
|
||||||
gchar *name;
|
gchar *name;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue