[Bug 670757] Visualization flag make DVD menu selection invisible
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Feb 24 09:48:45 PST 2012
https://bugzilla.gnome.org/show_bug.cgi?id=670757
GStreamer | gst-plugins | 0.10.x
Tim-Philipp Müller <t.i.m> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDINFO
CC| |t.i.m at zen.co.uk
--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-02-24 17:48:41 UTC ---
> gst-launch -v playbin2 flags=0x0008 uri=dvd:///dev/sr0
Hrm? This doesn't really make sense - now you have *only* the visualisation
flag set, but unset all the other flags, such as:
(0x00000001): video - Render the video stream
(0x00000002): audio - Render the audio
stream
(0x00000004): text - Render subtitles
(0x00000008): vis - Render
visualisation when no video is present
(0x00000010): soft-volume - Use software volume
(0x00000020): native-audio - Only use native
audio formats
(0x00000040): native-video - Only use native
video formats
(0x00000080): download - Attempt progressive
download buffering
(0x00000100): buffering - Buffer
demuxed/parsed data
(0x00000200): deinterlace - Deinterlace video
if necessary
(0x00000400): soft-colorbalance - Use software color
balance
Try:
gst-launch -v playbin2 flags="soft-volume+text+audio+video+vis"
uri=dvd:///dev/sr0
(i.e. the default flags plus +vis added)
--
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