[Bug 727180] videoscaling negotiation with videomixer

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Aug 13 07:07:46 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=727180
  GStreamer | gst-plugins-good | 1.x

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |slomo at coaxion.net
         Resolution|                            |NOTABUG

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-08-13 14:07:44 UTC ---
I think the behaviour is correct.

videomixer always generates output with the size that is requested via caps
downstream of videomixer. And into the size it places the input videos (of
which you can modify the locations inside the output video).

If you want scaling you either need to do it before videomixer, or explicitly
after videomixer:

... ! videomixer ! "video/x-raw,width=300,height=150" ! videoscale !
"video/x-raw,width=600,height=300" ! ...

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