From bfd2b35dda34bd54346adf0293f9947dfa32ec06 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 20 Jun 2006 14:57:09 +0000 Subject: 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. --- docs/plugins/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/plugins/Makefile.am') diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 6e3589f7..cb3decc4 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -82,6 +82,8 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/level/gstlevel.h \ $(top_srcdir)/gst/goom/gstgoom.h \ $(top_srcdir)/gst/id3demux/gstid3demux.h \ + $(top_srcdir)/gst/rtsp/gstrtpdec.h \ + $(top_srcdir)/gst/rtsp/gstrtspsrc.h \ $(top_srcdir)/gst/wavparse/gstwavparse.h \ $(top_srcdir)/ext/cairo/gsttimeoverlay.h \ $(top_srcdir)/ext/cdio/gstcdiocddasrc.h \ -- cgit