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 170464 - Bad variable's name mp3player in sample source code
Bad variable's name mp3player in sample source code
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal trivial
: 0.8.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-15 15:20 UTC by Marcin Lewandowski
Modified: 2005-03-23 22:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marcin Lewandowski 2005-03-15 15:20:45 UTC
1. Open
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-bin-custom.html

2. Look at line

gst_element_set_state (GST_ELEMENT (mp3player), GST_STATE_PLAYING);

3. There are "mp3player", should be "player"
Comment 1 Ronald Bultje 2005-03-23 22:18:32 UTC
Fixed, thanks for reporting.