[gstreamer-bugs] [Bug 608025] New: [videorate] fails at upstream negotiation
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jan 25 04:31:25 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=608025
GStreamer | gst-plugins-base | git
Summary: [videorate] fails at upstream negotiation
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: Normal
Component: gst-plugins-base
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: t.i.m at zen.co.uk
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
It looks like videorate doesn't pass on downstream framerate preferences
correctly for upstream negotiation - I suspect it just takes downstream caps
and replaces the framerate field with [0/1; MAX/1] instead of appending the
ANY-FRAMERATE caps to the downstream caps when passing them upstream.
$ gst-launch-0.10 -v videotestsrc num-buffers=1 ! identity ! videorate !
video/x-raw-yuv,framerate=10/1 ! fakesink
videotestsrc0.src: caps = video/x-raw-yuv,framerate=(fraction)30/1, ...
identity0: last-message = "chain ******* (identity0:sink)i (153600 bytes,
timestamp: 0:00:00.000000000, duration: 0:00:00.033333333"
videorate0.sink: caps = video/x-raw-yuv, framerate=(fraction)10/1, ...
videorate0.src: caps = video/x-raw-yuv, framerate=(fraction)10/1, ...
videorate0.sink: caps = video/x-raw-yuv, framerate=(fraction)30/1, ...
fakesink0.sink: caps = video/x-raw-yuv, framerate=(fraction)10/1, ...
fakesink0: last-message = "chain ******* < (153600 bytes, timestamp:
0:00:00.000000000, duration: 0:00:00.100000000
--
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