[Bug 742353] camerabin: video supported caps will be ANY as wrappercamerabinsrc add videoconver and videoscale

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 5 10:21:36 PST 2015


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

Thiago Sousa Santos <thiagossantos> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thiagossantos at gmail.com

--- Comment #1 from Thiago Sousa Santos <thiagossantos at gmail.com> 2015-01-05 18:21:35 UTC ---
If a property is needed it is in wrappercamerabinsrc, camerabin doesn't know
what kind of element you are using as the camera-source in it.

wrappercamerabinsrc will add a videoconvert and a videoscale, the videoconvert
is for convenience and maybe it could be disabled by adding a 'flags' property.
The videoscale is needed for the digital zooming feature.

Can you share the caps you are getting when you ask the possibilities? Are you
doing this in READY state at least? in NULL some elements won't have their
devices open and you might get ANY result. The caps you get should have the
prefered formats (native) ones first before the ones that will require
transformations.

Another option is to query the source pad of the video source directly.

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