summaryrefslogtreecommitdiffstats
path: root/gst/switch
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-05-31 19:12:37 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-05-31 19:12:37 +0000
commit8dbb65ff36d377364b935ef6274d939b1482da1e (patch)
treea21ec5f79b47ab2de16c9d83154eea38ffa24369 /gst/switch
parent853bb7b5dd839babdbac74ca9abfd30412b5b974 (diff)
downloadgst-plugins-bad-8dbb65ff36d377364b935ef6274d939b1482da1e.tar.gz
gst-plugins-bad-8dbb65ff36d377364b935ef6274d939b1482da1e.tar.bz2
gst-plugins-bad-8dbb65ff36d377364b935ef6274d939b1482da1e.zip
ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes here as far as I can see.
Original commit message from CVS: * ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes here as far as I can see. * ext/mythtv/gstmythtvsrc.c: * ext/neon/gstneonhttpsrc.c: * gst/switch/gstswitch.c: Don't use gtk-doc magic markers for things that aren't meant to be parsed by gtk-doc. Makes gtk-doc complain a bit less.
Diffstat (limited to 'gst/switch')
-rw-r--r--gst/switch/gstswitch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/switch/gstswitch.c b/gst/switch/gstswitch.c
index 1c66a791..73639d32 100644
--- a/gst/switch/gstswitch.c
+++ b/gst/switch/gstswitch.c
@@ -27,8 +27,7 @@
#include <string.h>
-/**
- * This element allows runtime switching between many sources. It outputs a
+/* This element allows runtime switching between many sources. It outputs a
* new segment every time it switches. The input sources are expected to be
* rate controlled/live or synced to the clock using identity sync=true upstream
* of this element. If they are not, your cpu usage will hike up.