diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2006-06-20 14:57:09 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2006-06-20 14:57:09 +0000 |
commit | bfd2b35dda34bd54346adf0293f9947dfa32ec06 (patch) | |
tree | 6094c5e93b19a19d2df38b37c7ff7f9c7dc5b96d /ChangeLog | |
parent | b24f97c6950a0760762ff89a25621bce48ab9efe (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 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2006-06-20 Wim Taymans <wim@fluendo.com> + * 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. + +2006-06-20 Wim Taymans <wim@fluendo.com> + * gst/rtsp/rtspconnection.c: (inet_aton), (rtsp_connection_send), (rtsp_connection_close), (rtsp_connection_free): Use better G_OS_* macros. Fixes #345301 some more. |