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 724868 - Setting Image Size in camerabin causes pipeline to fail with Not Negotiated
Setting Image Size in camerabin causes pipeline to fail with Not Negotiated
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-02-21 11:12 UTC by Ian Davidson
Modified: 2015-04-21 13:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Source file of gstreamer/gtk3 program (5.79 KB, application/octet-stream)
2014-02-21 11:12 UTC, Ian Davidson
Details

Description Ian Davidson 2014-02-21 11:12:22 UTC
Created attachment 269890 [details]
Source file of gstreamer/gtk3 program

The attached program is supposed to configure camerabin to set the image size to 800x600.
Comment 1 Thiago Sousa Santos 2014-02-24 12:52:42 UTC
Is it failing during camera start or capture?

Can your video source produce output at 800x600 resolution?

I have it working for camera start here, but image capture fails. This is related to https://bugzilla.gnome.org/show_bug.cgi?id=682770
Comment 2 Thiago Sousa Santos 2014-07-17 23:45:43 UTC
Can you confirm this is working with latest camerabin from git?
Comment 3 Thiago Sousa Santos 2015-04-21 13:34:56 UTC
Due to a related refactoring in commit b74770bd05bd31238fab6914357746a0274e6e68 this is now working.

This commit includes an unit test to make sure this keeps working.

commit 87e306fe4a2c8ecea295f2f95b33ffb609a17bcc
Author: Thiago Santos <thiagoss@osg.samsung.com>
Date:   Mon Apr 20 08:20:37 2015 -0300

    tests: camerabin: add test for capture with different caps
    
    Adds a test to verify that viewfinder and image capture caps
    can be set to non-intersecting caps and still work.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724868