summaryrefslogtreecommitdiff
path: root/omx/gstomxh264enc.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-08-10 10:24:21 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-08-10 10:24:48 +0200
commit75c843670f91d780b69ebe72f3537ef78bffaca9 (patch)
treeaa4a5100a6e87e16e7fca70ec0115807aa31de87 /omx/gstomxh264enc.c
parent274b3b35263acd64951bf0a5c2e5cf0514dab1ef (diff)
downloadgst-omx-75c843670f91d780b69ebe72f3537ef78bffaca9.tar.gz
omxvideoenc: Use "video/x-raw-yuv" as sink template caps instead of strict I420 caps
Diffstat (limited to 'omx/gstomxh264enc.c')
-rw-r--r--omx/gstomxh264enc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/omx/gstomxh264enc.c b/omx/gstomxh264enc.c
index 66dbf38..0b82a23 100644
--- a/omx/gstomxh264enc.c
+++ b/omx/gstomxh264enc.c
@@ -81,7 +81,6 @@ gst_omx_h264_enc_class_init (GstOMXH264EncClass * klass)
videoenc_class->default_src_template_caps = "video/x-h264, "
"width=(int) [ 16, 4096 ], " "height=(int) [ 16, 4096 ]";
- videoenc_class->default_sink_template_caps = GST_VIDEO_CAPS_YUV ("I420");
}
static void