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 362011 - [patch] Indentation typo in examples/bps.py
[patch] Indentation typo in examples/bps.py
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
: 358732 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-10-13 19:40 UTC by Jason Gerard DeRose
Modified: 2006-10-20 09:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes small indentation typo (500 bytes, patch)
2006-10-13 19:42 UTC, Jason Gerard DeRose
committed Details | Review

Description Jason Gerard DeRose 2006-10-13 19:40:26 UTC
This example is broken because of an indentation typo:

  • File "bps.py", line 114
    print 'buffers must be higher than 0'
IndentationError: expected an indented block

Comment 1 Jason Gerard DeRose 2006-10-13 19:42:12 UTC
Created attachment 74650 [details] [review]
Fixes small indentation typo
Comment 2 Edward Hervey 2006-10-20 09:28:18 UTC
*** Bug 358732 has been marked as a duplicate of this bug. ***
Comment 3 Edward Hervey 2006-10-20 09:28:52 UTC
2006-10-20  Edward Hervey  <edward@fluendo.com>

	* examples/audioconcat.py:
	* examples/cp.py:
	Port to 0.10 by Jason Gerard DeRose <jderose@jasonderose.org>
	Closes #362290 and #362272
	* examples/bps.py:
	Indentation fixes by Jason Gerard DeRose <jderose@jasonderose.org>
	Closes #362011
	Also small fix for Usage string