mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
omxmpeg2dec: mpeg-2 decoder should be able to handle mpeg-1 too
https://bugzilla.gnome.org/show_bug.cgi?id=695879
This commit is contained in:
parent
8231c9068e
commit
9da6ee8727
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ gst_omx_mpeg2_dec_class_init (GstOMXMPEG2DecClass * klass)
|
|||
videodec_class->set_format = GST_DEBUG_FUNCPTR (gst_omx_mpeg2_dec_set_format);
|
||||
|
||||
videodec_class->cdata.default_sink_template_caps = "video/mpeg, "
|
||||
"mpegversion=(int) 2, "
|
||||
"mpegversion=(int) [1, 2], "
|
||||
"systemstream=(boolean) false, " "parsed=(boolean) true";
|
||||
|
||||
gst_element_class_set_static_metadata (element_class,
|
||||
|
|
Loading…
Reference in a new issue