diff options
author | Stian Selnes <stian@pexip.com> | 2015-07-04 20:56:42 +0200 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2015-07-05 16:09:02 +0100 |
commit | f68277289807bd1ea312e010000f577f757c8c0e (patch) | |
tree | 41374d864d9c0b447363396cce5ce54e35d8a9c5 /docs | |
parent | 83ccc4c1bc90bf30b2e00f0f44cf2fb082b45313 (diff) |
rtph261pay: rtph261depay: Add documentation
https://bugzilla.gnome.org/show_bug.cgi?id=751982
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-docs.sgml | 2 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-good-plugins-sections.txt | 30 |
2 files changed, 32 insertions, 0 deletions
diff --git a/docs/plugins/gst-plugins-good-plugins-docs.sgml b/docs/plugins/gst-plugins-good-plugins-docs.sgml index 9222fe483..45d86c48e 100644 --- a/docs/plugins/gst-plugins-good-plugins-docs.sgml +++ b/docs/plugins/gst-plugins-good-plugins-docs.sgml @@ -134,6 +134,8 @@ <xi:include href="xml/element-rtpamrpay.xml" /> <xi:include href="xml/element-rtpbvdepay.xml" /> <xi:include href="xml/element-rtpbvpay.xml" /> + <xi:include href="xml/element-rtph261depay.xml" /> + <xi:include href="xml/element-rtph261pay.xml" /> <xi:include href="xml/element-rtpL16depay.xml" /> <xi:include href="xml/element-rtpL16pay.xml" /> <xi:include href="xml/element-rtpj2kpay.xml" /> diff --git a/docs/plugins/gst-plugins-good-plugins-sections.txt b/docs/plugins/gst-plugins-good-plugins-sections.txt index 7a9dcc82f..d477796de 100644 --- a/docs/plugins/gst-plugins-good-plugins-sections.txt +++ b/docs/plugins/gst-plugins-good-plugins-sections.txt @@ -1745,6 +1745,36 @@ gst_rtp_bv_pay_get_type </SECTION> <SECTION> +<FILE>element-rtph261depay</FILE> +<TITLE>rtph261depay</TITLE> +GstRtpH261Depay +<SUBSECTION Standard> +GstRtpH261DepayClass +GST_RTP_H261_DEPAY +GST_IS_RTP_H261_DEPAY +GST_TYPE_RTP_H261_DEPAY +GST_RTP_H261_DEPAY_CLASS +GST_IS_RTP_H261_DEPAY_CLASS +gst_rtp_h261_depay_plugin_init +gst_rtp_h261_depay_get_type +</SECTION> + +<SECTION> +<FILE>element-rtph261pay</FILE> +<TITLE>rtph261pay</TITLE> +GstRtpH261Pay +<SUBSECTION Standard> +GstRtpH261PayClass +GST_RTP_H261_PAY +GST_IS_RTP_H261_PAY +GST_TYPE_RTP_H261_PAY +GST_RTP_H261_PAY_CLASS +GST_IS_RTP_H261_PAY_CLASS +gst_rtp_h261_pay_plugin_init +gst_rtp_h261_pay_get_type +</SECTION> + +<SECTION> <FILE>element-rtpL16depay</FILE> <TITLE>rtpL16depay</TITLE> GstRtpL16Depay |