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 611075 - Typo in debug_dump_pad function
Typo in debug_dump_pad function
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.10.29
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-25 14:30 UTC by Vladimir Eremeev
Modified: 2010-03-15 09:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vladimir Eremeev 2010-02-25 14:30:52 UTC
http://cgit.freedesktop.org/gstreamer/gstreamer/tree/gst/gstdebugutils.c#n167

There is the instruction on line 167

pad_flags[3] = GST_OBJECT_FLAG_IS_SET (pad, GST_PAD_IN_SETCAPS) ? 's' : 's';

pad_flags[3] is always set to 's', independent on flags.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2010-02-26 10:02:16 UTC
I have a patch for this, will commit after freeze. Thanks.