GNOME Bugzilla – Bug 595783
Loading playbin2 instead of playbin
Last modified: 2009-09-21 09:41:43 UTC
Created attachment 143553 [details] gstreamer logs totem-2.26.3-5.fc11.i586 gstreamer-0.10.23.3-1.fc11.i586 gstreamer-plugins-base-0.10.23-3.fc11.i586 Totem 2.26 is supposed to use playbin1, not playbin2. But I get those warnings when loading up totem: (totem:12734): GLib-GObject-WARNING **: IA__g_object_set_valist: object class `GstPlayBin2' has no property named `queue-size' (totem:12734): GLib-GObject-WARNING **: IA__g_object_set_valist: object class `GstPlayBin2' has no property named `queue-threshold' Partial log of totem-video-indexer says: 0:00:04.828681997 ^[[332m12391^[[00m 0x9b345e8 ^[[37mLOG ^[[00m ^[[00;01;33m GST_DEBUG gstinfo.c:1208:gst_debug_reset_threshold:^[[00m category playbin matches pattern 0x9b3c230 - gets set to level 5 0:00:04.829037629 ^[[332m12391^[[00m 0x9b345e8 ^[[36mDEBUG ^[[00m ^[[00;01;37;41m GST_ELEMENT_FACTORY gstelementfactory.c:274:gst_element_register:<registry0>^[[00m update existing feature 0x9b5c090 (playbin) 0:00:04.829378734 ^[[332m12391^[[00m 0x9b345e8 ^[[37mLOG ^[[00m ^[[00;01;33m GST_DEBUG gstinfo.c:1208:gst_debug_reset_threshold:^[[00m category playbin2 matches pattern 0x9b3c230 - gets set to level 5 0:00:04.829803579 ^[[332m12391^[[00m 0x9b345e8 ^[[36mDEBUG ^[[00m ^[[00;01;37;41m GST_ELEMENT_FACTORY gstelementfactory.c:274:gst_element_register:<registry0>^[[00m update existing feature 0x9b5c000 (playbin2) 0:00:04.831215280 ^[[332m12391^[[00m 0x9b345e8 ^[[32;01mINFO ^[[00m ^[[00;01;37;41m GST_ELEMENT_FACTORY gstelementfactory.c:399:gst_element_factory_create:^[[00m creating element "playbin2" named "play" Would that be because the plugin is actually called "playback" and both versions of it have the same name (therefore, we're doing sub-string matching on the object name)?
Problem with my semi-broken installation.