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 667817 - v4l2src: Don't assert when the interface is not implemented.
v4l2src: Don't assert when the interface is not implemented.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 0.10.32
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-01-12 21:06 UTC by Håvard Graff (hgr)
Modified: 2012-01-13 10:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.45 KB, patch)
2012-01-12 21:06 UTC, Håvard Graff (hgr)
committed Details | Review

Description Håvard Graff (hgr) 2012-01-12 21:06:15 UTC
Created attachment 205139 [details] [review]
patch

The correct behavior should simply be to return FALSE(?)
Comment 1 Tim-Philipp Müller 2012-01-13 10:13:01 UTC
Ok, I'm not sure it is really the "correct" behaviour, but GstImplementsInterface is a mess anyway, so may just as well just return FALSE. It's gone in 0.11, so I don't care too much ;) I'm not even going to ask what you did to run into this.. (but I suspect it was using GstImplementsInterface in a way it's not supposed to be used).

commit 150403ab13dbccef653537cc62cc30a42f71d43f
Author: Havard Graff <havard.graff@tandberg.com>
Date:   Mon Sep 5 10:43:19 2011 +0200

    v4l2src: Don't assert when the interface is not implemented.
    
    Simply return FALSE instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=667817