[Bug 761851] Add UYVY422 to GRAY8 conversion function

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Feb 11 11:10:06 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=761851

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #320863|none                        |reviewed
             status|                            |

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Comment on attachment 320863
  --> https://bugzilla.gnome.org/attachment.cgi?id=320863
new gst-plugins-base patch

>+.function video_orc_convert_UYVY_GRAY8
>+.flags 2d
>+.dest 1 d guint8
>+.source 1 s guint8
>+
>+ldresnearb d, s, 0x10000, 0x20000

Could you explain how that works?

Does that actually work for you?

What's the output of:

ORC_DEBUG=2 gst-launch-1.0 videotestsrc num-buffers=1 pattern=red !
video/x-raw,format=UYVY,width=4,height=4 ! videoconvert !
video/x-raw,format=GRAY8 ! fakesink dump=true

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list