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 711614 - avfvideosrc: set rank to GST_PRIMARY
avfvideosrc: set rank to GST_PRIMARY
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Mac OS
: Normal enhancement
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 711606
Blocks:
 
 
Reported: 2013-11-07 13:51 UTC by Matthieu Bouron
Modified: 2013-11-07 17:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
avfvideosrc: set rank to GST_RANK_PRIMARY + 1 (923 bytes, patch)
2013-11-07 13:52 UTC, Matthieu Bouron
needs-work Details | Review
[PATCH 1/2] avfvideosrc: set rank to GST_RANK_PRIMARY (848 bytes, patch)
2013-11-07 14:30 UTC, Matthieu Bouron
committed Details | Review
[PATCH 2/2] qtkitvideosrc: lower rank to GST_RANK_SECONDARY (897 bytes, patch)
2013-11-07 14:30 UTC, Matthieu Bouron
committed Details | Review

Description Matthieu Bouron 2013-11-07 13:51:24 UTC
This patches makes avfvideosrc to be used with autodetection and be prefered over qtkitvideosrc since it is deprecated since OS X 10.9.
Comment 1 Matthieu Bouron 2013-11-07 13:52:43 UTC
Created attachment 259184 [details] [review]
avfvideosrc: set rank to GST_RANK_PRIMARY + 1
Comment 2 Sebastian Dröge (slomo) 2013-11-07 14:05:27 UTC
Comment on attachment 259184 [details] [review]
avfvideosrc: set rank to GST_RANK_PRIMARY + 1

Make it PRIMARY here, and lower the rank of qtkitvideosrc to SECONDARY IMHO
Comment 3 Matthieu Bouron 2013-11-07 14:30:08 UTC
Created attachment 259193 [details] [review]
[PATCH 1/2] avfvideosrc: set rank to GST_RANK_PRIMARY
Comment 4 Matthieu Bouron 2013-11-07 14:30:38 UTC
Created attachment 259194 [details] [review]
[PATCH 2/2] qtkitvideosrc: lower rank to GST_RANK_SECONDARY
Comment 5 Sebastian Dröge (slomo) 2013-11-07 17:45:07 UTC
commit c9a822455382e9b7f98b435d778b21d805caf06e
Author: Matthieu Bouron <matthieu.bouron@collabora.com>
Date:   Thu Nov 7 14:26:22 2013 +0000

    qtkitvideosrc: lower rank to GST_RANK_SECONDARY
    
    Makes avfvideosrc be prefered over qtkitvideosrc since it is deprecated
    with OS X 10.9.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711614

commit 314e01e83fae07242fa8b28e9617ccd0515c5b5a
Author: Matthieu Bouron <matthieu.bouron@collabora.com>
Date:   Thu Nov 7 13:33:36 2013 +0000

    avfvideosrc: set rank to GST_RANK_PRIMARY
    
    Makes avfvideosrc to be used with autodetection.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711614