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 591702 - gst.Buffer's constructor takes an optional argument
gst.Buffer's constructor takes an optional argument
Status: RESOLVED NOTGNOME
Product: GStreamer
Classification: Platform
Component: gst-python
0.10.x
Other All
: Normal minor
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-13 15:39 UTC by bens
Modified: 2011-11-10 05:24 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description bens 2009-08-13 15:39:24 UTC
Documentation 
Section: http://pygstdocs.berlios.de/pygst-reference/class-gstbuffer.html#constructor-gstbuffer
    gst.Buffer()

Creates a newly allocated buffer without any data. 

Correct version:
    gst.Buffer(data='')

Creates a newly allocated buffer containing the specified data, or no data if no argument is provided.

Other information:
Comment 1 Tim-Philipp Müller 2011-09-26 17:09:33 UTC
I don't think we maintain this API reference, and it doesn't look like that description comes from us either. NOTGNOME?
Comment 2 Akhil Laddha 2011-11-10 04:56:42 UTC
bens, do you agree with comment#1 ?
Comment 3 bens 2011-11-10 05:24:01 UTC
Yeah, I guess the authors aren't looking at this bug tracker.