[Bug 729798] glvideomixer: Does not support positioning of input streams
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jun 4 09:38:17 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=729798
GStreamer | gst-plugins-bad | git
--- Comment #1 from Robert Swain <robert.swain at gmail.com> 2014-06-04 16:38:15 UTC ---
Example pipeline for OS X:
gst-launch-1.0 mix. ! queue ! glimagesink \
gltestsrc pattern=black ! video/x-raw,width=1280,height=800 ! queue
name=background \
avfvideosrc device-index=0 ! video/x-raw,width=1280,height=720 !
glcolorscale ! video/x-raw,width=640,height=720 ! queue name=left \
avfvideosrc device-index=0 ! video/x-raw,width=1280,height=720 !
glcolorscale ! video/x-raw,width=640,height=720 ! queue name=right \
background. ! mix.sink_0 \
left. ! mix.sink_1 \
right. ! mix.sink_2 glvideomixer name=mix sink_2::xpos=640
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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