[gstreamer-bugs] [Bug 609792] [pitivi] [transitions] black frame flashing in rendered files when using transitions

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Feb 18 21:17:23 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=609792
  GStreamer | gst-plugins-good | 0.10.26

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brandon_lewis at alum.berkeley
                   |                            |.edu

--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2010-02-19 05:17:18 UTC ---
Ok, so apparently pitivi plugs a videotestsrc here, which outputs black frames.
This is causing the black frames because  at the time when the video stream
goes EOS the first time there's still some duration left of the black stream,
which then gets a black frame rendered.

Unfortunately this black stream is necessary to force videomixer to a constant
framerate if using inputs with multiple framerates (as long as the black stream
has the highest framerate). Was this the reason why you have it in pitivi,
Brandon?

Anyway, the black stream should be removed from pitivi in any case. If problems
arise because the downstream framerate changes the solution would be, to let
videomixer choose the downstream framerate instead of always using the highest
input framerate. This should be quite easy to implement.

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