summaryrefslogtreecommitdiff
path: root/ext/schroedinger/gstschroenc.c
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-07-23 10:54:17 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-07-23 10:54:17 +0200
commit47546ab2df30d5090562fd6e313f0e98ef226e03 (patch)
tree1ce0abaebf7ed1eb33179bbf16cf23877928f037 /ext/schroedinger/gstschroenc.c
parentb60da6223e3cc5f10cac799228c85ec2a7562456 (diff)
downloadgstreamer-plugins-bad-47546ab2df30d5090562fd6e313f0e98ef226e03.tar.gz
schro: Map raw video buffers with the correct read/write flags
Diffstat (limited to 'ext/schroedinger/gstschroenc.c')
-rw-r--r--ext/schroedinger/gstschroenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/schroedinger/gstschroenc.c b/ext/schroedinger/gstschroenc.c
index 48907a488..0affaa29e 100644
--- a/ext/schroedinger/gstschroenc.c
+++ b/ext/schroedinger/gstschroenc.c
@@ -525,6 +525,7 @@ gst_schro_enc_handle_frame (GstVideoEncoder * base_video_encoder,
/* FIXME : We could make that method just take GstVideoInfo ... */
schro_frame = gst_schro_buffer_wrap (gst_buffer_ref (frame->input_buffer),
+ FALSE,
GST_VIDEO_INFO_FORMAT (info),
GST_VIDEO_INFO_WIDTH (info), GST_VIDEO_INFO_HEIGHT (info));