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 321638 - Don't use // style comments in headers
Don't use // style comments in headers
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.9.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-11-16 18:26 UTC by Torsten Schoenfeld
Modified: 2005-11-17 09:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
// -> /* */ (1.20 KB, patch)
2005-11-16 18:27 UTC, Torsten Schoenfeld
committed Details | Review

Description Torsten Schoenfeld 2005-11-16 18:26:53 UTC
Attached is a patch that converts // style comments to /* */ in the headers. 
Having // in there means that no application using GStreamer can be compiled
with -ansi and -Werror.
Comment 1 Torsten Schoenfeld 2005-11-16 18:27:14 UTC
Created attachment 54830 [details] [review]
// -> /* */
Comment 2 Tim-Philipp Müller 2005-11-17 09:38:56 UTC
Applied, thanks!

2005-11-17  Torsten Schoenfeld  <kaffeetisch at gmx dot net>

        * gst/gstmessage.c: (gst_message_parse_clock_lost):
          Assertion should check for CLOCK_LOST, not NEW_CLOCK (#321648).

        * gst/gstpadtemplate.h:
        * gst/gstpluginfeature.h:
          Don't use c++ style comments in headers (#321638).