[Bug 668329] [decklinksrc] - Drop 1400 frames per second abnormally.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Jan 20 10:27:11 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=668329
  GStreamer | gst-plugins-bad | 0.10.35

--- Comment #5 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2012-01-20 18:27:08 UTC ---
If you're using gst-launch (if not, then reproduce the issue with gst-launch),
run with GST_DEBUG_DUMP_DOT_DIR=/tmp, then install dot (from the graphviz
package), then run:
dot -Tpng -o /tmp/gst-launch.png /tmp/$file
with $file being one of the files generated by gst-launch, which will have the
string "PAUSED_READY" in it, and ending in "dot".
The look at it in an image viewer, and check if there are colorspace conversion
elements, and what they convert from and to. It may be that there are
unnecessary conversions that slow down the pipeline.

Also check that the gst pipeline and manufacturer sample code use the same
framerate for each resolution.

-- 
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