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 684408 - uses ENABLE_RTSP define from source tree config.h in public header files
uses ENABLE_RTSP define from source tree config.h in public header files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-streaming-server
git master
Other Linux
: Normal normal
: 1.0.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-09-19 22:49 UTC by Tim-Philipp Müller
Modified: 2013-05-11 17:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2012-09-19 22:49:36 UTC
tpm@zingle:~/gst/0.11/gst-streaming-server$ grep ENABLE_RTSP gst-streaming-server/*h
gst-streaming-server/gss-server.h:#ifdef ENABLE_RTSP
gst-streaming-server/gss-server.h:#ifdef ENABLE_RTSP
gst-streaming-server/gss-stream.h:#ifdef ENABLE_RTSP
gst-streaming-server/gss-stream.h:#ifdef ENABLE_RTSP

tpm@zingle:~/gst/0.11/gst-streaming-server$ grep ENABLE_RTSP config.h
#define ENABLE_RTSP 1
Comment 1 David Schleef 2013-03-26 06:10:12 UTC
Fixed, thanks.