summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspsrc.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-06-20 14:57:09 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-06-20 14:57:09 +0000
commitbfd2b35dda34bd54346adf0293f9947dfa32ec06 (patch)
tree6094c5e93b19a19d2df38b37c7ff7f9c7dc5b96d /gst/rtsp/gstrtspsrc.h
parentb24f97c6950a0760762ff89a25621bce48ab9efe (diff)
Added documentation for the rtsp plugin. Fixes #345393.
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * gst/rtsp/gstrtpdec.c: (gst_rtpdec_class_init): * gst/rtsp/gstrtspsrc.c: * gst/rtsp/gstrtspsrc.h: Added documentation for the rtsp plugin. Fixes #345393.
Diffstat (limited to 'gst/rtsp/gstrtspsrc.h')
-rw-r--r--gst/rtsp/gstrtspsrc.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h
index 32a7735b..fa19677d 100644
--- a/gst/rtsp/gstrtspsrc.h
+++ b/gst/rtsp/gstrtspsrc.h
@@ -23,9 +23,7 @@
#include <gst/gst.h>
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
#include "gstrtsp.h"
#include "rtsp.h"
@@ -103,10 +101,6 @@ struct _GstRTSPSrcClass {
GType gst_rtspsrc_get_type(void);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
#endif /* __GST_RTSPSRC_H__ */