[Bug 722877] intervideosrc/intervideosink: cannot change channel while in playing state

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 16 11:35:43 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=722877

--- Comment #10 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Yes it can be accepted with manual tests/examples.

Git master is currently frozen for the 1.6 release, so this can only be merged
once 1.6 has released (ideally ping again on the bug after that).

As for automated tests, you could just add a pipeline with:

  videotestsrc pattern=red ! video/x-raw,format=RGBx ! intervideosink
channel=red

  videotestsrc pattern=blue ! video/x-raw,format=RGBx ! intervideosink
channel=blue

  intervideosrc channel=red ! pad/appsink/fakesink

and then you check if the pixels in the buffer have the expected colour, then
you switch the channel at runtime and check the colour of the pixels
afterwards.

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