[gstreamer-bugs] [Bug 608025] [videorate] fails at upstream negotiation
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jan 27 10:43:29 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=608025
GStreamer | gst-plugins-base | git
--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-01-27 18:43:24 UTC ---
Right, so you're appending the new any-framerate caps now instead of
interleaving them, right?
So if the input is
video/x-raw-yuv,framerate=10; video/x-raw-rgb,framerate=10
your output is
video/x-raw-yuv,framerate=10; video/x-raw-rgb,framerate=10; \
video/x-raw-yuv,framerate=[0-MAX]; video/x-raw-rgb,framerate=[0-MAX]
and not
video/x-raw-yuv,framerate=10; video/x-raw-yuv,framerate=[0-MAX]; \
video/x-raw-rgb,framerate=10; video/x-raw-rgb,framerate=[0-MAX]
Not entirely sure what's best - but originally I thought the second was
preferable.
--
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