diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2015-01-18 17:10:37 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2015-01-18 17:15:00 +0000 |
commit | e694bddf565f1ceb06a36941ad33d5a9f2f339d3 (patch) | |
tree | 9b3d592422259f3b01820ba3e7fecfa92285f13a /docs | |
parent | 174ea7af7b5bdd512574a16d9725030e5e783136 (diff) | |
download | gstreamer-plugins-bad-e694bddf565f1ceb06a36941ad33d5a9f2f339d3.tar.gz |
Remove libgmyth-based MythTV source element which was never ported
gmyth seems to be unmaintained upstream, and no one has asked
for this to be ported for a very long time, so let's just
remove it. Neither debian nor Fedora seem to ship libgmyth
any longer, and in any case it's most likely deprecated by
the UPnP support in MythTV.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/plugins/Makefile.am | 1 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 15 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins.args | 75 |
3 files changed, 0 insertions, 91 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 58d1ef76b..d91c7da6d 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -85,7 +85,6 @@ EXTRA_HFILES = \ $(top_srcdir)/ext/modplug/gstmodplug.h \ $(top_srcdir)/ext/mpeg2enc/gstmpeg2enc.hh \ $(top_srcdir)/ext/mplex/gstmplex.hh \ - $(top_srcdir)/ext/mythtv/gstmythtvsrc.h \ $(top_srcdir)/ext/opencv/gstcvdilate.h \ $(top_srcdir)/ext/opencv/gstcverode.h \ $(top_srcdir)/ext/opencv/gstcvequalizehist.h \ diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index ea4fee96d..405ef2df8 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -1016,21 +1016,6 @@ gst_mpg123_audio_dec_get_type </SECTION> <SECTION> -<FILE>element-mythtvsrc</FILE> -<TITLE>mythtvsrc</TITLE> -GstMythtvSrc -<SUBSECTION Standard> -GstMythtvSrcClass -GstMythtvState -GST_MYTHTV_SRC -GST_MYTHTV_SRC_CLASS -GST_IS_MYTHTV_SRC -GST_IS_MYTHTV_SRC_CLASS -GST_TYPE_MYTHTV_SRC -gst_mythtv_src_get_type -</SECTION> - -<SECTION> <FILE>element-mxfdemux</FILE> <TITLE>mxfdemux</TITLE> GstMXFDemux diff --git a/docs/plugins/gst-plugins-bad-plugins.args b/docs/plugins/gst-plugins-bad-plugins.args index 392bbf444..ce122a8b7 100644 --- a/docs/plugins/gst-plugins-bad-plugins.args +++ b/docs/plugins/gst-plugins-bad-plugins.args @@ -19019,81 +19019,6 @@ </ARG> <ARG> -<NAME>GstMythtvSrc::location</NAME> -<TYPE>gchar*</TYPE> -<RANGE></RANGE> -<FLAGS>rw</FLAGS> -<NICK>Location</NICK> -<BLURB>The location. In the form: - myth://a.com/file.nuv - myth://a.com:23223/file.nuv - myth://a.com/?channel=123 - myth://a.com/?channel=Channel%203 - a.com/file.nuv - default scheme 'myth'.</BLURB> -<DEFAULT>""</DEFAULT> -</ARG> - -<ARG> -<NAME>GstMythtvSrc::mythtv-channel</NAME> -<TYPE>gchar*</TYPE> -<RANGE></RANGE> -<FLAGS>rw</FLAGS> -<NICK>mythtv-channel</NICK> -<BLURB>Change MythTV channel number.</BLURB> -<DEFAULT>""</DEFAULT> -</ARG> - -<ARG> -<NAME>GstMythtvSrc::mythtv-enable-timing-position</NAME> -<TYPE>gboolean</TYPE> -<RANGE></RANGE> -<FLAGS>rw</FLAGS> -<NICK>mythtv-enable-timing-position</NICK> -<BLURB>Enable MythTV Live TV content size continuous updating.</BLURB> -<DEFAULT>FALSE</DEFAULT> -</ARG> - -<ARG> -<NAME>GstMythtvSrc::mythtv-live</NAME> -<TYPE>gboolean</TYPE> -<RANGE></RANGE> -<FLAGS>rw</FLAGS> -<NICK>mythtv-live</NICK> -<BLURB>Enable MythTV Live TV content streaming.</BLURB> -<DEFAULT>FALSE</DEFAULT> -</ARG> - -<ARG> -<NAME>GstMythtvSrc::mythtv-live-chainid</NAME> -<TYPE>gchar*</TYPE> -<RANGE></RANGE> -<FLAGS>rw</FLAGS> -<NICK>mythtv-live-chainid</NICK> -<BLURB>Sets the MythTV chain ID (from TV Chain).</BLURB> -<DEFAULT>""</DEFAULT> -</ARG> - -<ARG> -<NAME>GstMythtvSrc::mythtv-live-id</NAME> -<TYPE>gint</TYPE> -<RANGE>[0,200]</RANGE> -<FLAGS>rw</FLAGS> -<NICK>mythtv-live-id</NICK> -<BLURB>Change MythTV version.</BLURB> -<DEFAULT>1</DEFAULT> -</ARG> - -<ARG> -<NAME>GstMythtvSrc::mythtv-version</NAME> -<TYPE>gint</TYPE> -<RANGE>[26,30]</RANGE> -<FLAGS>rw</FLAGS> -<NICK>mythtv-version</NICK> -<BLURB>Change MythTV version.</BLURB> -<DEFAULT>26</DEFAULT> -</ARG> - -<ARG> <NAME>GstGLTestSrc::is-live</NAME> <TYPE>gboolean</TYPE> <RANGE></RANGE> |