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 742502 - camerabin: add property to get camera native supported caps and add capsfilter to set camera output resolution
camerabin: add property to get camera native supported caps and add capsfilte...
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.4.1
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-01-07 02:18 UTC by kevin
Modified: 2015-01-07 06:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description kevin 2015-01-07 02:18:53 UTC
As current supported caps will include camera native caps and video converted caps, application need get camera native supported caps. Add one property to get it.

As zoom_capsfilter will fixed to the first caps as src_capsfilter set caps. camerabin set viewfinder capsfilter will fail if the caps is different with the first caps. Do we need add one property to set the src_capsfilter to set the camera default output resolution?

camerabin hasn't video-source-filter for wrappercamerabinsrc. We need it as we want view finder and recorder get same filtered video and get better performance. Want add one property in camerabin.

Will upload patch for it.
Comment 1 kevin 2015-01-07 06:28:41 UTC
Can get camera native caps from video source which set to wrappercamerabinsrc and set camera resolution by add one capsfilter after video source before set it to wrappercamerabinsrc. Also can set video-source-filter to wrappercamerabinsrc which can get from camerabin.
Close it.