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 595783 - Loading playbin2 instead of playbin
Loading playbin2 instead of playbin
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-20 22:58 UTC by Bastien Nocera
Modified: 2009-09-21 09:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gstreamer logs (434.89 KB, application/x-bzip)
2009-09-20 22:58 UTC, Bastien Nocera
Details

Description Bastien Nocera 2009-09-20 22:58:10 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)?
Comment 1 Bastien Nocera 2009-09-21 09:41:43 UTC
Problem with my semi-broken installation.