After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 614503 - camerabin: Add audiosrc caps property
camerabin: Add audiosrc caps property
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-31 19:24 UTC by Aleksey Lim
Modified: 2012-10-21 18:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add audiosrc caps property (5.94 KB, patch)
2010-03-31 19:26 UTC, Aleksey Lim
none Details | Review

Description Aleksey Lim 2010-03-31 19:24:27 UTC
Could be straightforward to have such cups since there several video caps related properties.
Comment 1 Aleksey Lim 2010-03-31 19:26:09 UTC
Created attachment 157634 [details] [review]
Add audiosrc caps property
Comment 2 Thiago Sousa Santos 2010-04-07 11:09:46 UTC
How about having 'audio-filter-caps' or 'audio-source-filter-caps' as the property name?
Comment 3 Thiago Sousa Santos 2010-04-07 20:13:41 UTC
It would also be useful to have an 'audio-source-allowed-caps' so that the application can know the set of caps if should set in the 'audio-filter-caps' property
Comment 4 Stefan Sauer (gstreamer, gtkdoc dev) 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.
Comment 5 Tim-Philipp Müller 2012-10-21 18:53:05 UTC
The old 0.10 camerabin(1) element has been replaced with camerabin2 ('camerabin' in 1.0) quite some time ago, so I don't think bugs relating to the old camerabin are going to get looked at any more. I'm therefore closing this bug as obsolete.

Please do re-test with the camerabin element from GStreamer 1.x and re-open this bug or file a new one if there are still issues, thanks!

The new camerabin seems to have 'audio-capture-caps' and 'audio-capture-supported-caps' properties.