[Bug 732006] New: glvideomixer: Stuck when using avfvideosrc for multiple inputs
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Jun 21 06:09:09 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=732006
GStreamer | gst-plugins-bad | git
Summary: glvideomixer: Stuck when using avfvideosrc for
multiple inputs
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Mac OS
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: robert.swain at gmail.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
The following works:
gst-launch-1.0 avfvideosrc ! glimagesink avfvideosrc ! glimagesink
The following displays the frames from the sources placed side-by-side but it
only displays one frame and then appears to be stuck:
gst-launch-1.0 mix. ! queue ! glimagesink \
gltestsrc pattern=black ! video/x-raw,width=1280,height=800 ! queue
name=background \
avfvideosrc ! video/x-raw,width=1280,height=720 ! glcolorscale !
video/x-raw,width=640,height=800 ! queue name=left \
avfvideosrc ! video/x-raw,width=1280,height=720 ! glcolorscale !
video/x-raw,width=640,height=800 ! queue name=right \
background. ! mix.sink_0 \
left. ! mix.sink_1 \
right. ! mix.sink_2 \
glvideomixer name=mix sink_2::xpos=640
I'll attach an xz:ed log in a minute.
--
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