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 362183 - Please remove examples/gst123
Please remove examples/gst123
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-14 17:09 UTC by Jason Gerard DeRose
Modified: 2006-10-20 09:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
examples/decodebin.py, an autuplugging example to replace gst123 (3.02 KB, text/plain)
2006-10-14 17:11 UTC, Jason Gerard DeRose
Details
examples/decodebin.py, an autuplugging example to replace gst123 (3.04 KB, text/plain)
2006-10-16 16:08 UTC, Jason Gerard DeRose
Details

Description Jason Gerard DeRose 2006-10-14 17:09:43 UTC
I feel that examples/gst123 should be removed because it:
	* doesn't run under gstreamer0.10
	* is outdated even for gstreamer0.8 (uses spider)
	* is unfinished and confusing (e.g., --quiet, --shuffle, etc.)
	* isn't up to the quality standards of gstreamer
Comment 1 Jason Gerard DeRose 2006-10-14 17:11:57 UTC
Created attachment 74696 [details]
examples/decodebin.py, an autuplugging example to replace gst123
Comment 2 Jason Gerard DeRose 2006-10-16 16:08:05 UTC
Created attachment 74823 [details]
examples/decodebin.py, an autuplugging example to replace gst123

adds missing gobject.threads_init()
Comment 3 Edward Hervey 2006-10-20 09:48:13 UTC
2006-10-20 Jason Gerard DeRose <jderose@jasonderose.org>
	
	reviewed by: Edward Hervey  <edward@fluendo.com>

	* examples/decodebin.py:
	* examples/gst123:
	* examples/vorbisplay.py:
	Removed gst123 and vorbisplay examples which weren't working with
	0.10, and replaced them with decodebin.py
	Closes #362183 and #362202