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 725528 - rtspserver: Enable and fix gtk-doc warnings
rtspserver: Enable and fix gtk-doc warnings
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-rtsp-server
git master
Other All
: Normal enhancement
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-02 23:00 UTC by Sebastian Rasmussen
Modified: 2014-03-03 08:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch enabling and fixing gtk-doc warnings. (3.40 KB, patch)
2014-03-02 23:01 UTC, Sebastian Rasmussen
committed Details | Review

Description Sebastian Rasmussen 2014-03-02 23:00:04 UTC
The other gst-plugins-* and gstreamer repos have gtk-doc warnings enabled, but gst-rtsp-server does not. So the attached patch enables warnings and fixes the warnings that exist.
Comment 1 Sebastian Rasmussen 2014-03-02 23:01:04 UTC
Created attachment 270732 [details] [review]
Proposed patch enabling and fixing gtk-doc warnings.
Comment 2 Sebastian Dröge (slomo) 2014-03-03 08:43:29 UTC
commit 81a2928c89e058a27d8b830a8df77d598baf5fd9
Author: Sebastian Rasmussen <sebras@hotmail.com>
Date:   Sun Mar 2 05:12:10 2014 +0100

    docs: Enable and fix gtk-doc warnings
    
     * Makefile: Enable gtk-doc warnings, like the rest of GStreamer
     * addresspool/mediafactory: Add missing annotation colon
     * stream: Annotate return value
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725528