diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-07-23 10:54:17 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-07-23 10:54:17 +0200 |
commit | 47546ab2df30d5090562fd6e313f0e98ef226e03 (patch) | |
tree | 1ce0abaebf7ed1eb33179bbf16cf23877928f037 /ext/schroedinger/gstschroenc.c | |
parent | b60da6223e3cc5f10cac799228c85ec2a7562456 (diff) | |
download | gstreamer-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.c | 1 |
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)); |