projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3ef72f
)
videoparsers: Fix sink pad template
author
Edward Hervey
<bilboed@bilboed.com>
Sun, 12 Jun 2011 10:40:15 +0000
(12:40 +0200)
committer
Edward Hervey
<bilboed@bilboed.com>
Sun, 12 Jun 2011 10:40:15 +0000
(12:40 +0200)
no wonder it was never picked up ...
gst/videoparsers/gstmpegvideoparse.c
patch
|
blob
|
history
diff --git
a/gst/videoparsers/gstmpegvideoparse.c
b/gst/videoparsers/gstmpegvideoparse.c
index 24ce3deb6839cd1dd560fae25a7a018c13dc39d4..458f699db46b7834b127239df4a293cf85449a93 100644
(file)
--- a/
gst/videoparsers/gstmpegvideoparse.c
+++ b/
gst/videoparsers/gstmpegvideoparse.c
@@
-44,7
+44,7
@@
static GstStaticPadTemplate sink_template =
GST_STATIC_PAD_TEMPLATE ("sink", GST_PAD_SINK,
GST_PAD_ALWAYS,
GST_STATIC_CAPS ("video/mpeg, "
- "mpegversion = (int)
4
, "
+ "mpegversion = (int)
[1, 2]
, "
"parsed = (boolean) false, " "systemstream = (boolean) false")
);