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 727857 - camerabin: allow "ANY" feature in viewfinderbin static pad templates
camerabin: allow "ANY" feature in viewfinderbin static pad templates
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.2.3
Other Linux
: Normal normal
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-08 19:03 UTC by Mohammed Sameer
Modified: 2014-04-09 06:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed fix (796 bytes, patch)
2014-04-08 19:03 UTC, Mohammed Sameer
committed Details | Review

Description Mohammed Sameer 2014-04-08 19:03:16 UTC
Created attachment 273830 [details] [review]
proposed fix

This simply will enable any source providing a feature in its caps to succeed in caps negotiation.

I have a custom source and  custom sink which share the same features in caps yet they cannot link because of viewfinderbin pad templates.

The attached patch solves it.
Comment 1 Sebastian Dröge (slomo) 2014-04-09 06:56:19 UTC
commit 0450e8f53f2dd74c110f58aa359203e1184d6d70
Author: Mohammed Sameer <msameer@foolab.org>
Date:   Tue Apr 8 21:39:20 2014 +0300

    camerabin: add any feature to viewfinderbin static pad template
    
    https://bugzilla.gnome.org/show_bug.cgi?id=727857