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 600113 - use GInitable
use GInitable
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: GStreamer backend
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
Depends on:
Blocks:
 
 
Reported: 2009-10-30 10:32 UTC by Christian Persch
Modified: 2012-03-29 12:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2009-10-30 10:32:26 UTC
bacon_video_widget_new() creates a new instance, or returns NULL on error. This might use the GInitable interface instead once totem depends on a recent glib version.
Comment 1 Bastien Nocera 2009-11-16 10:53:30 UTC
Feel free to make the changes and up the glib dependencies on master.
Comment 2 Bastien Nocera 2012-03-29 12:43:51 UTC
commit e969eff422fcae809e5233e5eed9266ac5444918
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Mar 29 14:41:25 2012 +0200

    backend: Use GInitable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=600113