projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30f62a2
)
qtdemux: Add support for the mp2v fourcc for MPEG-2 video
author
Sebastian Dröge
<slomo@circular-chaos.org>
Thu, 3 Oct 2013 09:59:25 +0000
(11:59 +0200)
committer
Sebastian Dröge
<slomo@circular-chaos.org>
Thu, 3 Oct 2013 09:59:25 +0000
(11:59 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=709270
gst/isomp4/qtdemux.c
patch
|
blob
|
history
diff --git
a/gst/isomp4/qtdemux.c
b/gst/isomp4/qtdemux.c
index a3adb7ad59fb1129d73e5dacd73c044a2ccf089c..5c9b806af9d60c06e980c3401bcd7f5341a85a4a 100644
(file)
--- a/
gst/isomp4/qtdemux.c
+++ b/
gst/isomp4/qtdemux.c
@@
-10398,6
+10398,7
@@
qtdemux_video_caps (GstQTDemux * qtdemux, QtDemuxStream * stream,
case GST_MAKE_FOURCC ('x', 'd', 'h', '2'): /* XDCAM HD422 540p */
case GST_MAKE_FOURCC ('A', 'V', 'm', 'p'): /* AVID IMX PAL */
case GST_MAKE_FOURCC ('m', 'p', 'g', '2'): /* AVID IMX PAL */
+ case GST_MAKE_FOURCC ('m', 'p', '2', 'v'): /* AVID IMX PAL */
_codec ("MPEG-2 video");
caps = gst_caps_new_simple ("video/mpeg", "mpegversion", G_TYPE_INT, 2,
"systemstream", G_TYPE_BOOLEAN, FALSE, NULL);