[gstreamer-bugs] [Bug 614503] camerabin: Add audiosrc caps property

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 28 00:35:35 PDT 2010


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

--- Comment #4 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2010-09-28 07:35:30 UTC ---
Sounds good - For video/images we have:

video-source-caps   : The allowed modes of the video source operation
                        flags: readable

to get allowed caps for image/video capture and we select formats via

  image-capture-width : The width used for image capture
                        flags: readable, writable
  image-capture-height: The height used for image capture
                        flags: readable, writable
  video-capture-width : The width used for video capture
                        flags: readable, writable
  video-capture-height: The height used for video capture
                        flags: readable, writable
  video-capture-framerate: The framerate used for video capture
                        flags: readable, writable

To be symmetric with that we could add "audio-source-caps" to see allowed
formats
and then "audio-capture-caps" or "audio-filter-caps" to select one or restrict
the list.

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