diff options
Diffstat (limited to 'docs/plugins')
71 files changed, 10190 insertions, 0 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am new file mode 100644 index 0000000..2ae298e --- /dev/null +++ b/docs/plugins/Makefile.am @@ -0,0 +1,96 @@ +GST_DOC_SCANOBJ = $(top_srcdir)/common/gstdoc-scangobj + +## Process this file with automake to produce Makefile.in + +# The name of the module, e.g. 'glib'. +#DOC_MODULE=gst-plugins-libs-@GST_API_VERSION@ +MODULE=gst-plugins-ugly +DOC_MODULE=$(MODULE)-plugins + +# for upload-doc.mak +DOC=$(MODULE)-plugins +FORMATS=html +html: html-build.stamp +include $(top_srcdir)/common/upload-doc.mak + +# The top-level SGML file. Change it if you want. +DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml + +# The directory containing the source code. Relative to $(top_srcdir). +# gtk-doc will search all .c & .h files beneath here for inline comments +# documenting functions and macros. +DOC_SOURCE_DIR = $(top_srcdir)/gst $(top_srcdir)/ext + +# Extra options to supply to gtkdoc-scan. +SCAN_OPTIONS= + +# Extra options to supply to gtkdoc-mkdb. +MKDB_OPTIONS=--sgml-mode --source-suffixes=c,h,cc,m + +# Extra options to supply to gtkdoc-fixref. +FIXXREF_OPTIONS=--extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html \ + --extra-dir=$(GST_PREFIX)/share/gtk-doc/html \ + --extra-dir=$(GSTPB_PREFIX)/share/gtk-doc/html + +# Used for dependencies. +HFILE_GLOB= \ + $(top_srcdir)/gst/*/*.h $(top_srcdir)/ext/*/*.h +CFILE_GLOB= \ + $(top_srcdir)/gst/*/*.c $(top_srcdir)/ext/*/*.c $ $(top_srcdir)/ext/*/*.cc + +# Header files to ignore when scanning. +IGNORE_HFILES = +IGNORE_CFILES = + +# we add all .h files of elements that have signals/args we want +# sadly this also pulls in the private methods - maybe we should +# move those around in the source ? +# also, we should add some stuff here conditionally based on whether +# or not the plugin will actually build +# but I'm not sure about that - it might be this Just Works given that +# the registry won't have the element + +# FIXME: not ported yet +# $(top_srcdir)/ext/gnomevfs/gstgnomevfssink.c + +EXTRA_HFILES = \ + $(top_srcdir)/ext/a52dec/gsta52dec.h \ + $(top_srcdir)/ext/amrnb/amrnbdec.h \ + $(top_srcdir)/ext/amrnb/amrnbenc.h \ + $(top_srcdir)/ext/amrwbdec/amrwbdec.h \ + $(top_srcdir)/ext/cdio/gstcdiocddasrc.h \ + $(top_srcdir)/ext/lame/gstlamemp3enc.h \ + $(top_srcdir)/ext/mad/gstmad.h \ + $(top_srcdir)/ext/sidplay/gstsiddec.h \ + $(top_srcdir)/ext/twolame/gsttwolamemp2enc.h \ + $(top_srcdir)/ext/x264/gstx264enc.h \ + $(top_srcdir)/gst/asfdemux/gstrtspwms.h \ + $(top_srcdir)/gst/xingmux/gstxingmux.h \ + $(top_srcdir)/gst/realmedia/rademux.h \ + $(top_srcdir)/gst/realmedia/rdtmanager.h \ + $(top_srcdir)/gst/realmedia/rmdemux.h \ + $(top_srcdir)/gst/realmedia/rtspreal.h + +# Images to copy into HTML directory. +HTML_IMAGES = + +# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). +content_files = + +# Other files to distribute. +extra_files = + +# CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib +# contains GtkObjects/GObjects and you want to document signals and properties. +GTKDOC_CFLAGS = $(GST_BASE_CFLAGS) -I$(top_builddir) +GTKDOC_LIBS = $(GST_BASE_LIBS) + +GTKDOC_CC=$(LIBTOOL) --tag=CC --mode=compile $(CC) +GTKDOC_LD=$(LIBTOOL) --tag=CC --mode=link $(CC) + +# If you need to override some of the declarations, place them in this file +# and uncomment this line. +#DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt +DOC_OVERRIDES = + +include $(top_srcdir)/common/gtk-doc-plugins.mak diff --git a/docs/plugins/Makefile.in b/docs/plugins/Makefile.in new file mode 100644 index 0000000..eba97d0 --- /dev/null +++ b/docs/plugins/Makefile.in @@ -0,0 +1,1138 @@ +# Makefile.in generated by automake 1.14.1 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2013 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +# this snippet is to be included by both our docbook manuals +# and gtk-doc API references + +# it adds an upload target to each of these dir's Makefiles + +# each Makefile.am should define the following variables: +# - DOC: the base name of the documentation +# (faq, manual, pwg, gstreamer, gstreamer-libs) +# - FORMATS: the formats in which DOC is output +# (html ps pdf) + +# if you want to use it, make sure your $HOME/.ssh/config file contains the +# correct User entry for the Host entry for the DOC_SERVER + +# This is an include file specifically tuned for building documentation +# for GStreamer plug-ins +VPATH = @srcdir@ +am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +target_triplet = @target@ +DIST_COMMON = $(top_srcdir)/common/upload-doc.mak \ + $(top_srcdir)/common/gtk-doc-plugins.mak $(srcdir)/Makefile.in \ + $(srcdir)/Makefile.am +subdir = docs/plugins +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \ + $(top_srcdir)/common/m4/as-auto-alt.m4 \ + $(top_srcdir)/common/m4/as-compiler-flag.m4 \ + $(top_srcdir)/common/m4/as-libtool.m4 \ + $(top_srcdir)/common/m4/as-version.m4 \ + $(top_srcdir)/common/m4/ax_create_stdint_h.m4 \ + $(top_srcdir)/common/m4/gst-arch.m4 \ + $(top_srcdir)/common/m4/gst-args.m4 \ + $(top_srcdir)/common/m4/gst-check.m4 \ + $(top_srcdir)/common/m4/gst-default.m4 \ + $(top_srcdir)/common/m4/gst-dowhile.m4 \ + $(top_srcdir)/common/m4/gst-error.m4 \ + $(top_srcdir)/common/m4/gst-feature.m4 \ + $(top_srcdir)/common/m4/gst-function.m4 \ + $(top_srcdir)/common/m4/gst-gettext.m4 \ + $(top_srcdir)/common/m4/gst-glib2.m4 \ + $(top_srcdir)/common/m4/gst-package-release-datetime.m4 \ + $(top_srcdir)/common/m4/gst-plugin-docs.m4 \ + $(top_srcdir)/common/m4/gst-plugindir.m4 \ + $(top_srcdir)/common/m4/gst.m4 \ + $(top_srcdir)/common/m4/gtk-doc.m4 \ + $(top_srcdir)/common/m4/orc.m4 $(top_srcdir)/common/m4/pkg.m4 \ + $(top_srcdir)/m4/a52.m4 $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/gst-sid.m4 $(top_srcdir)/m4/iconv.m4 \ + $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ + $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ + $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \ + $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +A52DEC_CFLAGS = @A52DEC_CFLAGS@ +A52DEC_LIBS = @A52DEC_LIBS@ +ACLOCAL = @ACLOCAL@ +ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ +AMRNB_CFLAGS = @AMRNB_CFLAGS@ +AMRNB_LIBS = @AMRNB_LIBS@ +AMRWB_CFLAGS = @AMRWB_CFLAGS@ +AMRWB_LIBS = @AMRWB_LIBS@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AS = @AS@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCASFLAGS = @CCASFLAGS@ +CCDEPMODE = @CCDEPMODE@ +CDIO_CFLAGS = @CDIO_CFLAGS@ +CDIO_LIBS = @CDIO_LIBS@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CXX = @CXX@ +CXXCPP = @CXXCPP@ +CXXDEPMODE = @CXXDEPMODE@ +CXXFLAGS = @CXXFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFAULT_AUDIOSINK = @DEFAULT_AUDIOSINK@ +DEFAULT_AUDIOSRC = @DEFAULT_AUDIOSRC@ +DEFAULT_VIDEOSINK = @DEFAULT_VIDEOSINK@ +DEFAULT_VIDEOSRC = @DEFAULT_VIDEOSRC@ +DEFAULT_VISUALIZER = @DEFAULT_VISUALIZER@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DEPRECATED_CFLAGS = @DEPRECATED_CFLAGS@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +DVDREAD_LIBS = @DVDREAD_LIBS@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +ERROR_CFLAGS = @ERROR_CFLAGS@ +ERROR_CXXFLAGS = @ERROR_CXXFLAGS@ +EXEEXT = @EXEEXT@ +FFLAGS = @FFLAGS@ +FGREP = @FGREP@ +GCOV = @GCOV@ +GCOV_CFLAGS = @GCOV_CFLAGS@ +GCOV_LIBS = @GCOV_LIBS@ +GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ +GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +GIO_CFLAGS = @GIO_CFLAGS@ +GIO_LDFLAGS = @GIO_LDFLAGS@ +GIO_LIBS = @GIO_LIBS@ +GLIB_CFLAGS = @GLIB_CFLAGS@ +GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@ +GLIB_GENMARSHAL = @GLIB_GENMARSHAL@ +GLIB_LIBS = @GLIB_LIBS@ +GLIB_MKENUMS = @GLIB_MKENUMS@ +GLIB_PREFIX = @GLIB_PREFIX@ +GLIB_REQ = @GLIB_REQ@ +GMODULE_NO_EXPORT_CFLAGS = @GMODULE_NO_EXPORT_CFLAGS@ +GMODULE_NO_EXPORT_LIBS = @GMODULE_NO_EXPORT_LIBS@ +GMSGFMT = @GMSGFMT@ +GMSGFMT_015 = @GMSGFMT_015@ +GREP = @GREP@ +GSTPB_PLUGINS_DIR = @GSTPB_PLUGINS_DIR@ +GSTPB_PREFIX = @GSTPB_PREFIX@ +GST_AGE = @GST_AGE@ +GST_ALL_LDFLAGS = @GST_ALL_LDFLAGS@ +GST_API_VERSION = @GST_API_VERSION@ +GST_BASE_CFLAGS = @GST_BASE_CFLAGS@ +GST_BASE_LIBS = @GST_BASE_LIBS@ +GST_CFLAGS = @GST_CFLAGS@ +GST_CHECK_CFLAGS = @GST_CHECK_CFLAGS@ +GST_CHECK_LIBS = @GST_CHECK_LIBS@ +GST_CURRENT = @GST_CURRENT@ +GST_CXXFLAGS = @GST_CXXFLAGS@ +GST_LEVEL_DEFAULT = @GST_LEVEL_DEFAULT@ +GST_LIBS = @GST_LIBS@ +GST_LIBVERSION = @GST_LIBVERSION@ +GST_LICENSE = @GST_LICENSE@ +GST_LT_LDFLAGS = @GST_LT_LDFLAGS@ +GST_OPTION_CFLAGS = @GST_OPTION_CFLAGS@ +GST_OPTION_CXXFLAGS = @GST_OPTION_CXXFLAGS@ +GST_PACKAGE_NAME = @GST_PACKAGE_NAME@ +GST_PACKAGE_ORIGIN = @GST_PACKAGE_ORIGIN@ +GST_PLUGINS_ALL = @GST_PLUGINS_ALL@ +GST_PLUGINS_BASE_CFLAGS = @GST_PLUGINS_BASE_CFLAGS@ +GST_PLUGINS_BASE_DIR = @GST_PLUGINS_BASE_DIR@ +GST_PLUGINS_BASE_LIBS = @GST_PLUGINS_BASE_LIBS@ +GST_PLUGINS_DIR = @GST_PLUGINS_DIR@ +GST_PLUGINS_NONPORTED = @GST_PLUGINS_NONPORTED@ +GST_PLUGINS_SELECTED = @GST_PLUGINS_SELECTED@ +GST_PLUGIN_LDFLAGS = @GST_PLUGIN_LDFLAGS@ +GST_PLUGIN_LIBTOOLFLAGS = @GST_PLUGIN_LIBTOOLFLAGS@ +GST_PREFIX = @GST_PREFIX@ +GST_REVISION = @GST_REVISION@ +GST_TOOLS_DIR = @GST_TOOLS_DIR@ +GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ +GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ +GTKDOC_MKPDF = @GTKDOC_MKPDF@ +GTKDOC_REBASE = @GTKDOC_REBASE@ +HAVE_CXX = @HAVE_CXX@ +HAVE_DVDREAD = @HAVE_DVDREAD@ +HAVE_LAME = @HAVE_LAME@ +HTML_DIR = @HTML_DIR@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLLIBS = @INTLLIBS@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ +LAME_CFLAGS = @LAME_CFLAGS@ +LAME_LIBS = @LAME_LIBS@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LIBICONV = @LIBICONV@ +LIBINTL = @LIBINTL@ +LIBM = @LIBM@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LOCALEDIR = @LOCALEDIR@ +LTLIBICONV = @LTLIBICONV@ +LTLIBINTL = @LTLIBINTL@ +LTLIBOBJS = @LTLIBOBJS@ +MAD_CFLAGS = @MAD_CFLAGS@ +MAD_LIBS = @MAD_LIBS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MKDIR_P = @MKDIR_P@ +MPEG2DEC_CFLAGS = @MPEG2DEC_CFLAGS@ +MPEG2DEC_LIBS = @MPEG2DEC_LIBS@ +MSGFMT = @MSGFMT@ +MSGFMT_015 = @MSGFMT_015@ +MSGMERGE = @MSGMERGE@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +ORCC = @ORCC@ +ORCC_FLAGS = @ORCC_FLAGS@ +ORC_CFLAGS = @ORC_CFLAGS@ +ORC_LIBS = @ORC_LIBS@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@ +PACKAGE_VERSION_MICRO = @PACKAGE_VERSION_MICRO@ +PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@ +PACKAGE_VERSION_NANO = @PACKAGE_VERSION_NANO@ +PACKAGE_VERSION_RELEASE = @PACKAGE_VERSION_RELEASE@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PLUGINDIR = @PLUGINDIR@ +POSUB = @POSUB@ +PROFILE_CFLAGS = @PROFILE_CFLAGS@ +PYTHON = @PYTHON@ +PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ +PYTHON_PLATFORM = @PYTHON_PLATFORM@ +PYTHON_PREFIX = @PYTHON_PREFIX@ +PYTHON_VERSION = @PYTHON_VERSION@ +RANLIB = @RANLIB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SIDPLAY_CFLAGS = @SIDPLAY_CFLAGS@ +SIDPLAY_LIBS = @SIDPLAY_LIBS@ +STRIP = @STRIP@ +TWOLAME_CFLAGS = @TWOLAME_CFLAGS@ +TWOLAME_LIBS = @TWOLAME_LIBS@ +USE_NLS = @USE_NLS@ +VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ +VALGRIND_LIBS = @VALGRIND_LIBS@ +VALGRIND_PATH = @VALGRIND_PATH@ +VERSION = @VERSION@ +WARNING_CFLAGS = @WARNING_CFLAGS@ +WARNING_CXXFLAGS = @WARNING_CXXFLAGS@ +WIN32_LIBS = @WIN32_LIBS@ +X264_CFLAGS = @X264_CFLAGS@ +X264_LIBS = @X264_LIBS@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_015 = @XGETTEXT_015@ +XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_CXX = @ac_ct_CXX@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +pkgpyexecdir = @pkgpyexecdir@ +pkgpythondir = @pkgpythondir@ +plugindir = @plugindir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +pyexecdir = @pyexecdir@ +pythondir = @pythondir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target = @target@ +target_alias = @target_alias@ +target_cpu = @target_cpu@ +target_os = @target_os@ +target_vendor = @target_vendor@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +GST_DOC_SCANOBJ = $(top_srcdir)/common/gstdoc-scangobj + +# The name of the module, e.g. 'glib'. +#DOC_MODULE=gst-plugins-libs-@GST_API_VERSION@ +MODULE = gst-plugins-ugly +DOC_MODULE = $(MODULE)-plugins + +# for upload-doc.mak +DOC = $(MODULE)-plugins +FORMATS = html + +# these variables define the location of the online docs +DOC_SERVER = gstreamer.freedesktop.org +DOC_BASE = /srv/gstreamer.freedesktop.org/www/data/doc +DOC_URL = $(DOC_SERVER):$(DOC_BASE) + +# The top-level SGML file. Change it if you want. +DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml + +# The directory containing the source code. Relative to $(top_srcdir). +# gtk-doc will search all .c & .h files beneath here for inline comments +# documenting functions and macros. +DOC_SOURCE_DIR = $(top_srcdir)/gst $(top_srcdir)/ext + +# Extra options to supply to gtkdoc-scan. +SCAN_OPTIONS = + +# Extra options to supply to gtkdoc-mkdb. +MKDB_OPTIONS = --sgml-mode --source-suffixes=c,h,cc,m + +# Extra options to supply to gtkdoc-fixref. +FIXXREF_OPTIONS = --extra-dir=$(GLIB_PREFIX)/share/gtk-doc/html \ + --extra-dir=$(GST_PREFIX)/share/gtk-doc/html \ + --extra-dir=$(GSTPB_PREFIX)/share/gtk-doc/html + + +# Used for dependencies. +HFILE_GLOB = \ + $(top_srcdir)/gst/*/*.h $(top_srcdir)/ext/*/*.h + +CFILE_GLOB = \ + $(top_srcdir)/gst/*/*.c $(top_srcdir)/ext/*/*.c $ $(top_srcdir)/ext/*/*.cc + + +# Header files to ignore when scanning. +IGNORE_HFILES = +IGNORE_CFILES = + +# we add all .h files of elements that have signals/args we want +# sadly this also pulls in the private methods - maybe we should +# move those around in the source ? +# also, we should add some stuff here conditionally based on whether +# or not the plugin will actually build +# but I'm not sure about that - it might be this Just Works given that +# the registry won't have the element + +# FIXME: not ported yet +# $(top_srcdir)/ext/gnomevfs/gstgnomevfssink.c +EXTRA_HFILES = \ + $(top_srcdir)/ext/a52dec/gsta52dec.h \ + $(top_srcdir)/ext/amrnb/amrnbdec.h \ + $(top_srcdir)/ext/amrnb/amrnbenc.h \ + $(top_srcdir)/ext/amrwbdec/amrwbdec.h \ + $(top_srcdir)/ext/cdio/gstcdiocddasrc.h \ + $(top_srcdir)/ext/lame/gstlamemp3enc.h \ + $(top_srcdir)/ext/mad/gstmad.h \ + $(top_srcdir)/ext/sidplay/gstsiddec.h \ + $(top_srcdir)/ext/twolame/gsttwolamemp2enc.h \ + $(top_srcdir)/ext/x264/gstx264enc.h \ + $(top_srcdir)/gst/asfdemux/gstrtspwms.h \ + $(top_srcdir)/gst/xingmux/gstxingmux.h \ + $(top_srcdir)/gst/realmedia/rademux.h \ + $(top_srcdir)/gst/realmedia/rdtmanager.h \ + $(top_srcdir)/gst/realmedia/rmdemux.h \ + $(top_srcdir)/gst/realmedia/rtspreal.h + + +# Images to copy into HTML directory. +HTML_IMAGES = + +# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). +content_files = + +# Other files to distribute. +extra_files = + +# CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib +# contains GtkObjects/GObjects and you want to document signals and properties. +GTKDOC_CFLAGS = $(GST_BASE_CFLAGS) -I$(top_builddir) +GTKDOC_LIBS = $(GST_BASE_LIBS) +GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) +GTKDOC_LD = $(LIBTOOL) --tag=CC --mode=link $(CC) + +# If you need to override some of the declarations, place them in this file +# and uncomment this line. +#DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt +DOC_OVERRIDES = + +# We set GPATH here; this gives us semantics for GNU make +# which are more like other make's VPATH, when it comes to +# whether a source that is a target of one rule is then +# searched for in VPATH/GPATH. +# +GPATH = $(srcdir) + +# thomas: make docs parallel installable +TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)-@GST_API_VERSION@ +MAINTAINER_DOC_STAMPS = \ + scanobj-build.stamp + +EXTRA_DIST = \ + $(MAINTAINER_DOC_STAMPS) \ + $(srcdir)/inspect/*.xml \ + $(SCANOBJ_FILES) \ + $(content_files) \ + $(extra_files) \ + $(HTML_IMAGES) \ + $(DOC_MAIN_SGML_FILE) \ + $(DOC_OVERRIDES) \ + $(DOC_MODULE)-sections.txt + + +# we don't add scanobj-build.stamp here since they are built manually by docs +# maintainers and result is commited to git +DOC_STAMPS = \ + scan-build.stamp \ + tmpl-build.stamp \ + sgml-build.stamp \ + html-build.stamp \ + scan.stamp \ + tmpl.stamp \ + sgml.stamp \ + html.stamp + + +# files generated/updated by gtkdoc-scangobj +SCANOBJ_FILES = \ + $(DOC_MODULE).args \ + $(DOC_MODULE).hierarchy \ + $(DOC_MODULE).interfaces \ + $(DOC_MODULE).prerequisites \ + $(DOC_MODULE).signals \ + $(DOC_MODULE).types + +SCANOBJ_FILES_O = \ + .libs/$(DOC_MODULE)-scan.o + + +# files generated/updated by gtkdoc-scan +SCAN_FILES = \ + $(DOC_MODULE)-sections.txt \ + $(DOC_MODULE)-overrides.txt \ + $(DOC_MODULE)-decl.txt \ + $(DOC_MODULE)-decl-list.txt + +REPORT_FILES = \ + $(DOC_MODULE)-undocumented.txt \ + $(DOC_MODULE)-undeclared.txt \ + $(DOC_MODULE)-unused.txt + +CLEANFILES = \ + $(SCANOBJ_FILES_O) \ + $(REPORT_FILES) \ + $(DOC_STAMPS) \ + inspect-registry.xml + +INSPECT_DIR = inspect + +### inspect GStreamer plug-ins; done by documentation maintainer ### + +# only look at the plugins in this module when building inspect .xml stuff +@ENABLE_GTK_DOC_TRUE@INSPECT_REGISTRY = $(top_builddir)/docs/plugins/inspect-registry.xml +@ENABLE_GTK_DOC_TRUE@INSPECT_ENVIRONMENT = \ +@ENABLE_GTK_DOC_TRUE@ LC_ALL=C \ +@ENABLE_GTK_DOC_TRUE@ GST_PLUGIN_SYSTEM_PATH_1_0= \ +@ENABLE_GTK_DOC_TRUE@ GST_PLUGIN_PATH_1_0=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(top_builddir)/plugins:$(top_builddir)/src:$(top_builddir)/gnl \ +@ENABLE_GTK_DOC_TRUE@ GST_REGISTRY_1_0=$(INSPECT_REGISTRY) \ +@ENABLE_GTK_DOC_TRUE@ PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" \ +@ENABLE_GTK_DOC_TRUE@ $(INSPECT_EXTRA_ENVIRONMENT) + +MAINTAINERCLEANFILES = $(MAINTAINER_DOC_STAMPS) + +# wildcard is apparently not portable to other makes, hence the use of find +inspect_files = $(shell find $(srcdir)/$(INSPECT_DIR) -name '*.xml') +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/common/upload-doc.mak $(top_srcdir)/common/gtk-doc-plugins.mak $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu docs/plugins/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu docs/plugins/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; +$(top_srcdir)/common/upload-doc.mak $(top_srcdir)/common/gtk-doc-plugins.mak: + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$(top_distdir)" distdir="$(distdir)" \ + dist-hook +check-am: all-am +check: check-am +all-am: Makefile all-local +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." + -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) +clean: clean-am + +clean-am: clean-generic clean-libtool clean-local mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-local + +dvi: dvi-am + +dvi-am: + +html-am: + +info: info-am + +info-am: + +install-data-am: install-data-local + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-local + +.MAKE: install-am install-strip + +.PHONY: all all-am all-local check check-am clean clean-generic \ + clean-libtool clean-local cscopelist-am ctags-am dist-hook \ + distclean distclean-generic distclean-libtool distclean-local \ + distdir dvi dvi-am html html-am info info-am install \ + install-am install-data install-data-am install-data-local \ + install-dvi install-dvi-am install-exec install-exec-am \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ + ps ps-am tags-am uninstall uninstall-am uninstall-local + +html: html-build.stamp + +upload: $(FORMATS) + @if echo $(FORMATS) | grep html > /dev/null; then \ + echo "Preparing docs for upload (rebasing cross-references) ..." ; \ + if test x$(builddir) != x$(srcdir); then \ + echo "make upload can only be used if srcdir == builddir"; \ + exit 1; \ + fi; \ + # gtkdoc-rebase sometimes gets confused, so reset everything to \ + # local links before rebasing to online links \ + gtkdoc-rebase --html-dir=$(builddir)/html 2>/dev/null 2>/dev/null ; \ + rebase=`gtkdoc-rebase --verbose --online --html-dir=$(builddir)/html` ; \ + echo "$$rebase" | grep -e "On-*line"; \ + for req in glib gobject gstreamer gstreamer-libs gst-plugins-base-libs; do \ + if ! ( echo "$$rebase" | grep -i -e "On-*line.*/$$req/" ); then \ + echo "===============================================================================" ; \ + echo " Could not determine online location for $$req docs. Cross-referencing will be " ; \ + echo " broken, so not uploading. Make sure the library's gtk-doc documentation is " ; \ + echo " installed somewhere in /usr/share/gtk-doc. " ; \ + echo "===============================================================================" ; \ + exit 1; \ + fi; \ + done; \ + export SRC="$$SRC html"; \ + fi; \ + if echo $(FORMATS) | grep ps > /dev/null; then export SRC="$$SRC $(DOC).ps"; fi; \ + if echo $(FORMATS) | grep pdf > /dev/null; then export SRC="$$SRC $(DOC).pdf"; fi; \ + \ + # upload releases to both X.Y/ and head/ subdirectories \ + export DIR=$(DOC_BASE)/gstreamer/$(PACKAGE_VERSION_MAJOR).$(PACKAGE_VERSION_MINOR)/$(DOC); \ + echo Uploading $$SRC to $(DOC_SERVER):$$DIR; \ + ssh $(DOC_SERVER) mkdir -p $$DIR; \ + rsync -rv -e ssh --delete $$SRC $(DOC_SERVER):$$DIR; \ + ssh $(DOC_SERVER) chmod -R g+w $$DIR; \ + \ + export DIR=$(DOC_BASE)/gstreamer/head/$(DOC); \ + echo Uploading $$SRC to $(DOC_SERVER):$$DIR; \ + ssh $(DOC_SERVER) mkdir -p $$DIR; \ + rsync -rv -e ssh --delete $$SRC $(DOC_SERVER):$$DIR; \ + ssh $(DOC_SERVER) chmod -R g+w $$DIR; \ + \ + if echo $(FORMATS) | grep html > /dev/null; then \ + echo "Un-preparing docs for upload (rebasing cross-references) ..." ; \ + gtkdoc-rebase --html-dir=$(builddir)/html ; \ + fi; \ + echo Done + +help: + @echo + @echo "If you are a doc maintainer, run 'make update' to update" + @echo "the documentation files maintained in git" + @echo + @echo Other useful make targets: + @echo + @echo check-inspected-versions: make sure the inspected plugin info + @echo is up to date before a release + @echo + +# update the stuff maintained by doc maintainers +update: scanobj-update + $(MAKE) check-outdated-docs + +@ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp + +#### scan gobjects; done by documentation maintainer #### +@ENABLE_GTK_DOC_TRUE@scanobj-update: +@ENABLE_GTK_DOC_TRUE@ -rm scanobj-build.stamp +@ENABLE_GTK_DOC_TRUE@ $(MAKE) scanobj-build.stamp + +# gstdoc-scanobj produces 5 output files (.new) +# scangobj-merge.py merges them into the file which we commit later +# TODO: also merge the hierarchy +@ENABLE_GTK_DOC_TRUE@scanobj-build.stamp: $(SCANOBJ_DEPS) $(basefiles) +@ENABLE_GTK_DOC_TRUE@ @echo " DOC Introspecting gobjects" +@ENABLE_GTK_DOC_TRUE@ @if test x"$(srcdir)" != x. ; then \ +@ENABLE_GTK_DOC_TRUE@ for f in $(SCANOBJ_FILES) $(SCAN_FILES); \ +@ENABLE_GTK_DOC_TRUE@ do \ +@ENABLE_GTK_DOC_TRUE@ if test -e $(srcdir)/$$f; then cp -u $(srcdir)/$$f . ; fi; \ +@ENABLE_GTK_DOC_TRUE@ done; \ +@ENABLE_GTK_DOC_TRUE@ fi; \ +@ENABLE_GTK_DOC_TRUE@ mkdir -p $(INSPECT_DIR); \ +@ENABLE_GTK_DOC_TRUE@ scanobj_options=""; \ +@ENABLE_GTK_DOC_TRUE@ if test "x$(V)" = "x1"; then \ +@ENABLE_GTK_DOC_TRUE@ scanobj_options="--verbose"; \ +@ENABLE_GTK_DOC_TRUE@ fi; \ +@ENABLE_GTK_DOC_TRUE@ $(INSPECT_ENVIRONMENT) \ +@ENABLE_GTK_DOC_TRUE@ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" \ +@ENABLE_GTK_DOC_TRUE@ CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS) $(WARNING_CFLAGS)" \ +@ENABLE_GTK_DOC_TRUE@ LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ +@ENABLE_GTK_DOC_TRUE@ $(GST_DOC_SCANOBJ) $$scanobj_options --type-init-func="gst_init(NULL,NULL)" \ +@ENABLE_GTK_DOC_TRUE@ --module=$(DOC_MODULE) --source=$(PACKAGE) --inspect-dir=$(INSPECT_DIR) && \ +@ENABLE_GTK_DOC_TRUE@ echo " DOC Merging introspection data" && \ +@ENABLE_GTK_DOC_TRUE@ $(PYTHON) \ +@ENABLE_GTK_DOC_TRUE@ $(top_srcdir)/common/scangobj-merge.py $(DOC_MODULE) || exit 1; \ +@ENABLE_GTK_DOC_TRUE@ if test x"$(srcdir)" != x. ; then \ +@ENABLE_GTK_DOC_TRUE@ for f in $(SCANOBJ_FILES); \ +@ENABLE_GTK_DOC_TRUE@ do \ +@ENABLE_GTK_DOC_TRUE@ cmp -s ./$$f $(srcdir)/$$f || cp ./$$f $(srcdir)/ ; \ +@ENABLE_GTK_DOC_TRUE@ done; \ +@ENABLE_GTK_DOC_TRUE@ fi; \ +@ENABLE_GTK_DOC_TRUE@ touch scanobj-build.stamp + +@ENABLE_GTK_DOC_TRUE@$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(SCANOBJ_FILES_O): scan-build.stamp +@ENABLE_GTK_DOC_TRUE@ @true + +### scan headers; done on every build ### +@ENABLE_GTK_DOC_TRUE@scan-build.stamp: $(HFILE_GLOB) $(EXTRA_HFILES) $(basefiles) scanobj-build.stamp +@ENABLE_GTK_DOC_TRUE@ @echo ' DOC Scanning header files' +@ENABLE_GTK_DOC_TRUE@ @if test x"$(srcdir)" != x. ; then \ +@ENABLE_GTK_DOC_TRUE@ for f in $(SCANOBJ_FILES) $(SCAN_FILES); \ +@ENABLE_GTK_DOC_TRUE@ do \ +@ENABLE_GTK_DOC_TRUE@ if test -e $(srcdir)/$$f; then cp -u $(srcdir)/$$f . ; fi; \ +@ENABLE_GTK_DOC_TRUE@ done; \ +@ENABLE_GTK_DOC_TRUE@ fi +@ENABLE_GTK_DOC_TRUE@ @_source_dir='' ; \ +@ENABLE_GTK_DOC_TRUE@ for i in $(DOC_SOURCE_DIR) ; do \ +@ENABLE_GTK_DOC_TRUE@ _source_dir="$${_source_dir} --source-dir=$$i" ; \ +@ENABLE_GTK_DOC_TRUE@ done ; \ +@ENABLE_GTK_DOC_TRUE@ gtkdoc-scan \ +@ENABLE_GTK_DOC_TRUE@ $(SCAN_OPTIONS) $(EXTRA_HFILES) \ +@ENABLE_GTK_DOC_TRUE@ --module=$(DOC_MODULE) \ +@ENABLE_GTK_DOC_TRUE@ $${_source_dir} \ +@ENABLE_GTK_DOC_TRUE@ --ignore-headers="$(IGNORE_HFILES)"; \ +@ENABLE_GTK_DOC_TRUE@ touch scan-build.stamp + +#### update templates; done on every build #### + +# in a non-srcdir build, we need to copy files from the previous step +# and the files from previous runs of this step +@ENABLE_GTK_DOC_TRUE@tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_OVERRIDES) +@ENABLE_GTK_DOC_TRUE@ @echo ' DOC Rebuilding template files' +@ENABLE_GTK_DOC_TRUE@ @if test x"$(srcdir)" != x. ; then \ +@ENABLE_GTK_DOC_TRUE@ for f in $(SCANOBJ_FILES) $(SCAN_FILES); \ +@ENABLE_GTK_DOC_TRUE@ do \ +@ENABLE_GTK_DOC_TRUE@ if test -e $(srcdir)/$$f; then cp -u $(srcdir)/$$f . ; fi; \ +@ENABLE_GTK_DOC_TRUE@ done; \ +@ENABLE_GTK_DOC_TRUE@ fi +@ENABLE_GTK_DOC_TRUE@ @gtkdoc-mktmpl --module=$(DOC_MODULE) +@ENABLE_GTK_DOC_TRUE@ @$(PYTHON) \ +@ENABLE_GTK_DOC_TRUE@ $(top_srcdir)/common/mangle-tmpl.py $(srcdir)/$(INSPECT_DIR) tmpl +@ENABLE_GTK_DOC_TRUE@ @touch tmpl-build.stamp + +@ENABLE_GTK_DOC_TRUE@tmpl.stamp: tmpl-build.stamp +@ENABLE_GTK_DOC_TRUE@ @true + +#### xml #### + +@ENABLE_GTK_DOC_TRUE@sgml-build.stamp: tmpl.stamp scan-build.stamp $(CFILE_GLOB) $(top_srcdir)/common/plugins.xsl $(expand_content_files) +@ENABLE_GTK_DOC_TRUE@ @echo ' DOC Building XML' +@ENABLE_GTK_DOC_TRUE@ @-mkdir -p xml +@ENABLE_GTK_DOC_TRUE@ @for a in $(srcdir)/$(INSPECT_DIR)/*.xml; do \ +@ENABLE_GTK_DOC_TRUE@ xsltproc --stringparam module $(MODULE) \ +@ENABLE_GTK_DOC_TRUE@ $(top_srcdir)/common/plugins.xsl $$a > xml/`basename $$a`; done +@ENABLE_GTK_DOC_TRUE@ @for f in $(EXAMPLE_CFILES); do \ +@ENABLE_GTK_DOC_TRUE@ $(PYTHON) $(top_srcdir)/common/c-to-xml.py $$f > xml/element-`basename $$f .c`.xml; done +@ENABLE_GTK_DOC_TRUE@ @gtkdoc-mkdb \ +@ENABLE_GTK_DOC_TRUE@ --module=$(DOC_MODULE) \ +@ENABLE_GTK_DOC_TRUE@ --source-dir=$(DOC_SOURCE_DIR) \ +@ENABLE_GTK_DOC_TRUE@ --expand-content-files="$(expand_content_files)" \ +@ENABLE_GTK_DOC_TRUE@ --main-sgml-file=$(srcdir)/$(DOC_MAIN_SGML_FILE) \ +@ENABLE_GTK_DOC_TRUE@ --output-format=xml \ +@ENABLE_GTK_DOC_TRUE@ --ignore-files="$(IGNORE_HFILES) $(IGNORE_CFILES)" \ +@ENABLE_GTK_DOC_TRUE@ $(MKDB_OPTIONS) +@ENABLE_GTK_DOC_TRUE@ @cp ../version.entities xml +@ENABLE_GTK_DOC_TRUE@ @touch sgml-build.stamp + +@ENABLE_GTK_DOC_TRUE@sgml.stamp: sgml-build.stamp +@ENABLE_GTK_DOC_TRUE@ @true + +#### html #### + +@ENABLE_GTK_DOC_TRUE@html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) +@ENABLE_GTK_DOC_TRUE@ @echo ' DOC Building HTML' +@ENABLE_GTK_DOC_TRUE@ @rm -rf html +@ENABLE_GTK_DOC_TRUE@ @mkdir html +@ENABLE_GTK_DOC_TRUE@ @cp $(srcdir)/$(DOC_MAIN_SGML_FILE) html +@ENABLE_GTK_DOC_TRUE@ @for f in $(content_files); do cp $(srcdir)/$$f html; done +@ENABLE_GTK_DOC_TRUE@ @cp -pr xml html +@ENABLE_GTK_DOC_TRUE@ @cp ../version.entities html +@ENABLE_GTK_DOC_TRUE@ @mkhtml_options=""; \ +@ENABLE_GTK_DOC_TRUE@ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ +@ENABLE_GTK_DOC_TRUE@ if test "$(?)" = "0"; then \ +@ENABLE_GTK_DOC_TRUE@ if test "x$(V)" = "x1"; then \ +@ENABLE_GTK_DOC_TRUE@ mkhtml_options="$$mkhtml_options --verbose"; \ +@ENABLE_GTK_DOC_TRUE@ fi; \ +@ENABLE_GTK_DOC_TRUE@ fi; \ +@ENABLE_GTK_DOC_TRUE@ cd html && gtkdoc-mkhtml $$mkhtml_options $(DOC_MODULE)-@GST_API_VERSION@ $(DOC_MAIN_SGML_FILE) +@ENABLE_GTK_DOC_TRUE@ @rm -f html/$(DOC_MAIN_SGML_FILE) +@ENABLE_GTK_DOC_TRUE@ @rm -rf html/xml +@ENABLE_GTK_DOC_TRUE@ @rm -f html/version.entities +@ENABLE_GTK_DOC_TRUE@ @test "x$(HTML_IMAGES)" = "x" || for i in "" $(HTML_IMAGES) ; do \ +@ENABLE_GTK_DOC_TRUE@ if test "$$i" != ""; then cp $(srcdir)/$$i html ; fi; done +@ENABLE_GTK_DOC_TRUE@ @echo ' DOC Fixing cross-references' +@ENABLE_GTK_DOC_TRUE@ @gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) +@ENABLE_GTK_DOC_TRUE@ @touch html-build.stamp + +@ENABLE_GTK_DOC_TRUE@clean-local-gtkdoc: +@ENABLE_GTK_DOC_TRUE@ @rm -rf xml tmpl html +# clean files copied for nonsrcdir templates build +@ENABLE_GTK_DOC_TRUE@ @if test x"$(srcdir)" != x. ; then \ +@ENABLE_GTK_DOC_TRUE@ rm -rf $(SCANOBJ_FILES) $(SCAN_FILES) $(REPORT_FILES) \ +@ENABLE_GTK_DOC_TRUE@ $(MAINTAINER_DOC_STAMPS); \ +@ENABLE_GTK_DOC_TRUE@ fi +@ENABLE_GTK_DOC_FALSE@all-local: +@ENABLE_GTK_DOC_FALSE@clean-local-gtkdoc: + +clean-local: clean-local-gtkdoc + @rm -f *~ *.bak + @rm -rf .libs + +distclean-local: + @rm -f $(REPORT_FILES) \ + $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt + @rm -rf tmpl/*.sgml.bak + @rm -f $(DOC_MODULE).hierarchy + @rm -f *.stamp || true + @if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ + rm -f $(DOC_MODULE)-docs.sgml ; \ + rm -f $(DOC_MODULE).types ; \ + rm -f $(DOC_MODULE).interfaces ; \ + rm -f $(DOC_MODULE)-overrides.txt ; \ + rm -f $(DOC_MODULE).prerequisites ; \ + rm -f $(DOC_MODULE)-sections.txt ; \ + rm -rf tmpl/*.sgml ; \ + rm -rf $(INSPECT_DIR); \ + fi + @rm -rf *.o + +# thomas: make docs parallel installable; devhelp requires majorminor too +install-data-local: + (installfiles=`echo $(builddir)/html/*.sgml $(builddir)/html/*.html $(builddir)/html/*.png $(builddir)/html/*.css`; \ + if test "$$installfiles" = '$(builddir)/html/*.sgml $(builddir)/html/*.html $(builddir)/html/*.png $(builddir)/html/*.css'; \ + then echo '-- Nothing to install' ; \ + else \ + $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR); \ + for i in $$installfiles; do \ + echo '-- Installing '$$i ; \ + $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ + done; \ + pngfiles=`echo ./html/*.png`; \ + if test "$$pngfiles" != './html/*.png'; then \ + for i in $$pngfiles; do \ + echo '-- Installing '$$i ; \ + $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ + done; \ + fi; \ + echo '-- Installing $(builddir)/html/$(DOC_MODULE)-@GST_API_VERSION@.devhelp2' ; \ + if test -e $(builddir)/html/$(DOC_MODULE)-@GST_API_VERSION@.devhelp2; then \ + $(INSTALL_DATA) $(builddir)/html/$(DOC_MODULE)-@GST_API_VERSION@.devhelp2 \ + $(DESTDIR)$(TARGET_DIR)/$(DOC_MODULE)-@GST_API_VERSION@.devhelp2; \ + fi; \ + $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) || true ; \ + fi) +uninstall-local: + if test -d $(DESTDIR)$(TARGET_DIR); then \ + rm -rf $(DESTDIR)$(TARGET_DIR)/*; \ + rmdir -p $(DESTDIR)$(TARGET_DIR) 2>/dev/null || true; \ + else \ + echo '-- Nothing to uninstall' ; \ + fi; + +# +# Checks +# +@ENABLE_GTK_DOC_TRUE@check-hierarchy: $(DOC_MODULE).hierarchy +@ENABLE_GTK_DOC_TRUE@ @if grep ' ' $(DOC_MODULE).hierarchy; then \ +@ENABLE_GTK_DOC_TRUE@ echo "$(DOC_MODULE).hierarchy contains tabs, please fix"; \ +@ENABLE_GTK_DOC_TRUE@ /bin/false; \ +@ENABLE_GTK_DOC_TRUE@ fi + +@ENABLE_GTK_DOC_TRUE@check: check-hierarchy + +check-inspected-versions: + @echo Checking plugin versions of inspected plugin data ...; \ + fail=0 ; \ + for each in $(inspect_files) ; do \ + if (grep -H '<version>' $$each | grep -v '<version>$(VERSION)'); then \ + echo $$each should be fixed to say version $(VERSION) or be removed ; \ + echo "sed -i -e 's/<version.*version>/<version>$(VERSION)<\/version>/'" $$each; \ + echo ; \ + fail=1; \ + fi ; \ + done ; \ + exit $$fail + +check-outdated-docs: + $(AM_V_GEN)echo Checking for outdated plugin inspect data ...; \ + fail=0 ; \ + if [ -d $(top_srcdir)/.git/ ]; then \ + files=`find $(srcdir)/inspect/ -name '*xml'`; \ + for f in $$files; do \ + ver=`grep '<version>$(PACKAGE_VERSION)</version>' $$f`; \ + if test "x$$ver" = "x"; then \ + plugin=`echo $$f | sed -e 's/^.*plugin-//' -e 's/.xml//'`; \ + # echo "Checking $$plugin $$f"; \ + pushd "$(top_srcdir)" >/dev/null; \ + pinit=`git grep -A3 GST_PLUGIN_DEFINE -- ext/ gst/ sys/ | grep "\"$$plugin\""`; \ + popd >/dev/null; \ + # echo "[$$pinit]"; \ + if test "x$$pinit" = "x"; then \ + printf " **** outdated docs for plugin %-15s: %s\n" $$plugin $$f; \ + fail=1; \ + fi; \ + fi; \ + done; \ + fi ; \ + exit $$fail + +# +# Require gtk-doc when making dist +# +@ENABLE_GTK_DOC_TRUE@dist-check-gtkdoc: +@ENABLE_GTK_DOC_FALSE@dist-check-gtkdoc: +@ENABLE_GTK_DOC_FALSE@ @echo "*** gtk-doc must be installed and enabled in order to make dist" +@ENABLE_GTK_DOC_FALSE@ @false + +# FIXME: decide whether we want to dist generated html or not +# also this only works, if the project has been build before +# we could dist html only if its there, but that might lead to missing html in +# tarballs +dist-hook: dist-check-gtkdoc dist-hook-local + mkdir $(distdir)/html + cp html/* $(distdir)/html + -cp $(srcdir)/$(DOC_MODULE).types $(distdir)/ + -cp $(srcdir)/$(DOC_MODULE)-sections.txt $(distdir)/ + cd $(distdir) && rm -f $(DISTCLEANFILES) + -gtkdoc-rebase --online --relative --html-dir=$(distdir)/html + +.PHONY : dist-hook-local docs check-outdated-docs inspect + +# avoid spurious build errors when distchecking with -jN +.NOTPARALLEL: + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/docs/plugins/gst-plugins-ugly-plugins-docs.sgml b/docs/plugins/gst-plugins-ugly-plugins-docs.sgml new file mode 100644 index 0000000..80ca473 --- /dev/null +++ b/docs/plugins/gst-plugins-ugly-plugins-docs.sgml @@ -0,0 +1,56 @@ +<?xml version="1.0"?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ +<!ENTITY % version-entities SYSTEM "version.entities"> +%version-entities; +]> + +<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude"> + <bookinfo> + <title>GStreamer Ugly Plugins &GST_API_VERSION; Plugins Reference Manual</title> + <releaseinfo> + for GStreamer Ugly Plugins &GST_API_VERSION; (&GST_VERSION;) + The latest version of this documentation can be found on-line at + <ulink role="online-location" url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-ugly/html/">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-ugly/html/</ulink>. + </releaseinfo> + </bookinfo> + + <chapter> + <title>gst-plugins-ugly Elements</title> + <xi:include href="xml/element-a52dec.xml" /> + <xi:include href="xml/element-amrnbdec.xml" /> + <xi:include href="xml/element-amrnbenc.xml" /> + <xi:include href="xml/element-amrwbdec.xml" /> + <xi:include href="xml/element-cdiocddasrc.xml" /> + <xi:include href="xml/element-lamemp3enc.xml" /> + <xi:include href="xml/element-mad.xml" /> + <xi:include href="xml/element-rademux.xml" /> + <xi:include href="xml/element-rmdemux.xml" /> + <xi:include href="xml/element-rdtmanager.xml" /> + <xi:include href="xml/element-rtspreal.xml" /> + <xi:include href="xml/element-rtspwms.xml" /> + <xi:include href="xml/element-siddec.xml" /> + <xi:include href="xml/element-twolamemp2enc.xml" /> + <xi:include href="xml/element-x264enc.xml" /> + <xi:include href="xml/element-xingmux.xml" /> + </chapter> + + <chapter> + <title>gst-plugins-ugly Plugins</title> + <xi:include href="xml/plugin-a52dec.xml" /> + <xi:include href="xml/plugin-amrnb.xml" /> + <xi:include href="xml/plugin-amrwbdec.xml" /> + <xi:include href="xml/plugin-asf.xml" /> + <xi:include href="xml/plugin-cdio.xml" /> + <xi:include href="xml/plugin-dvdlpcmdec.xml" /> + <xi:include href="xml/plugin-dvdread.xml" /> + <xi:include href="xml/plugin-dvdsub.xml" /> + <xi:include href="xml/plugin-lame.xml" /> + <xi:include href="xml/plugin-mad.xml" /> + <xi:include href="xml/plugin-mpeg2dec.xml" /> + <xi:include href="xml/plugin-realmedia.xml" /> + <xi:include href="xml/plugin-siddec.xml" /> + <xi:include href="xml/plugin-twolame.xml" /> + <xi:include href="xml/plugin-x264.xml" /> + </chapter> +</book> diff --git a/docs/plugins/gst-plugins-ugly-plugins-sections.txt b/docs/plugins/gst-plugins-ugly-plugins-sections.txt new file mode 100644 index 0000000..37c4c2c --- /dev/null +++ b/docs/plugins/gst-plugins-ugly-plugins-sections.txt @@ -0,0 +1,261 @@ +<SECTION> +<FILE>element-a52dec</FILE> +<TITLE>a52dec</TITLE> +GstA52Dec +<SUBSECTION Standard> +A52_2F1R +A52_2F2R +A52_3F +A52_3F1R +A52_3F2R +A52_DOLBY +A52_MONO +A52_STEREO +GstA52DecClass +GST_A52DEC +GST_A52DEC_CLASS +GST_IS_A52DEC +GST_IS_A52DEC_CLASS +GST_TYPE_A52DEC +gst_a52dec_get_type +</SECTION> + +<SECTION> +<FILE>element-amrnbdec</FILE> +<TITLE>amrnbdec</TITLE> +GstAmrnbDec +<SUBSECTION Standard> +GstAmrnbDecClass +GstAmrnbVariant +GST_AMRNBDEC +GST_AMRNBDEC_CLASS +GST_IS_AMRNBDEC +GST_IS_AMRNBDEC_CLASS +GST_TYPE_AMRNBDEC +gst_amrnbdec_get_type +</SECTION> + +<SECTION> +<FILE>element-amrnbenc</FILE> +<TITLE>amrnbenc</TITLE> +GstAmrnbEnc +<SUBSECTION Standard> +GstAmrnbEncClass +GST_AMRNBENC +GST_AMRNBENC_CLASS +GST_IS_AMRNBENC +GST_IS_AMRNBENC_CLASS +GST_TYPE_AMRNBENC +gst_amrnbenc_get_type +</SECTION> + +<SECTION> +<FILE>element-amrwbdec</FILE> +<TITLE>amrwbdec</TITLE> +GstAmrwbDec +<SUBSECTION Standard> +GstAmrwbDecClass +GST_AMRWBDEC +GST_AMRWBDEC_CLASS +GST_IS_AMRWBDEC +GST_IS_AMRWBDEC_CLASS +GST_TYPE_AMRWBDEC +gst_amrwbdec_get_type +</SECTION> + +<SECTION> +<FILE>element-cdiocddasrc</FILE> +<TITLE>cdiocddasrc</TITLE> +GstCdioCddaSrc +<SUBSECTION Standard> +GstCdioCddaSrcClass +GST_TYPE_CDIO_CDDA_SRC +GST_CDIO_CDDA_SRC +GST_CDIO_CDDA_SRC_CLASS +GST_IS_CDIO_CDDA_SRC +GST_IS_CDIO_CDDA_SRC_CLASS +gst_cdio_cdda_src_get_type +</SECTION> + +<SECTION> +<FILE>element-lamemp3enc</FILE> +<TITLE>lamemp3enc</TITLE> +GstLameMP3Enc +<SUBSECTION Standard> +GstLameMP3EncClass +GST_LAMEMP3ENC +GST_LAMEMP3ENC_CLASS +GST_IS_LAMEMP3ENC +GST_IS_LAMEMP3ENC_CLASS +GST_TYPE_LAMEMP3ENC +gst_lamemp3enc_get_type +gst_lamemp3enc_register +</SECTION> + +<SECTION> +<FILE>element-mad</FILE> +<TITLE>mad</TITLE> +GstMad +<SUBSECTION Standard> +GstMadClass +GST_MAD +GST_MAD_CLASS +GST_IS_MAD +GST_IS_MAD_CLASS +GST_TYPE_MAD +gst_mad_get_type +</SECTION> + +<SECTION> +<FILE>element-rademux</FILE> +<TITLE>rademux</TITLE> +GstRealAudioDemux +<SUBSECTION Standard> +GstRealAudioDemuxClass +GstRealAudioDemuxState +GST_REAL_AUDIO_DEMUX +GST_REAL_AUDIO_DEMUX_CLASS +GST_IS_REAL_AUDIO_DEMUX +GST_IS_REAL_AUDIO_DEMUX_CLASS +GST_TYPE_REAL_AUDIO_DEMUX +gst_real_audio_demux_get_type +gst_rademux_plugin_init +</SECTION> + +<SECTION> +<FILE>element-rdtmanager</FILE> +<TITLE>rdtmanager</TITLE> +GstRDTManager +<SUBSECTION Standard> +GstRDTManagerClass +GstRDTManagerSession +GST_RDT_MANAGER +GST_RDT_MANAGER_CLASS +GST_IS_RDT_MANAGER +GST_IS_RDT_MANAGER_CLASS +GST_TYPE_RDT_MANAGER +gst_rdt_manager_get_type +gst_rdt_manager_plugin_init +</SECTION> + +<SECTION> +<FILE>element-rmdemux</FILE> +<TITLE>rmdemux</TITLE> +GstRMDemux +<SUBSECTION Standard> +GstRMDemuxClass +GstRMDemuxState +GST_RMDEMUX +GST_RMDEMUX_CLASS +GST_IS_RMDEMUX +GST_IS_RMDEMUX_CLASS +GST_TYPE_RMDEMUX +gst_rmdemux_plugin_init +GST_CAT_DEFAULT +GST_RM_AUD_14_4 +GST_RM_AUD_28_8 +GST_RM_AUD_ATRC +GST_RM_AUD_COOK +GST_RM_AUD_DNET +GST_RM_AUD_RAAC +GST_RM_AUD_RACP +GST_RM_AUD_RALF +GST_RM_AUD_SIPR +GST_RM_AUD_xRA4 +GST_RM_AUD_xRA5 +GST_RM_VDO_RV10 +GST_RM_VDO_RV20 +GST_RM_VDO_RV30 +GST_RM_VDO_RV40 +GstRMDemuxLoopState +GstRMDemuxStream +GstRMDemuxStreamType +</SECTION> + +<SECTION> +<FILE>element-rtspreal</FILE> +<TITLE>rtspreal</TITLE> +GstRTSPReal +<SUBSECTION Standard> +GstRTSPRealClass +GstRTSPRealStream +GST_RTSP_REAL +GST_RTSP_REAL_CLASS +GST_IS_RTSP_REAL +GST_IS_RTSP_REAL_CLASS +GST_TYPE_RTSP_REAL +gst_rtsp_real_get_type +gst_rtsp_real_plugin_init +</SECTION> + +<SECTION> +<FILE>element-rtspwms</FILE> +<TITLE>rtspwms</TITLE> +GstRTSPWMS +<SUBSECTION Standard> +GstRTSPWMSClass +GST_RTSP_WMS +GST_RTSP_WMS_CLASS +GST_IS_RTSP_WMS +GST_IS_RTSP_WMS_CLASS +GST_TYPE_RTSP_WMS +gst_rtsp_wms_get_type +</SECTION> + +<SECTION> +<FILE>element-siddec</FILE> +<TITLE>siddec</TITLE> +GstSidDec +<SUBSECTION Standard> +GstSidDecClass +GST_SIDDEC +GST_SIDDEC_CLASS +GST_IS_SIDDEC +GST_IS_SIDDEC_CLASS +GST_TYPE_SIDDEC +gst_siddec_get_type +</SECTION> + +<SECTION> +<FILE>element-twolamemp2enc</FILE> +<TITLE>twolame</TITLE> +GstTwoLame +<SUBSECTION Standard> +GstTwoLameClass +GST_TWO_LAME +GST_TWO_LAME_CLASS +GST_IS_TWO_LAME +GST_IS_TWO_LAME_CLASS +GST_TYPE_TWO_LAME +gst_two_lame_get_type +</SECTION> + + +<SECTION> +<FILE>element-x264enc</FILE> +<TITLE>x264enc</TITLE> +GstX264Enc +<SUBSECTION Standard> +GstX264EncClass +GST_X264_ENC +GST_X264_ENC_CLASS +GST_IS_X264_ENC +GST_IS_X264_ENC_CLASS +GST_TYPE_X264_ENC +gst_x264_enc_get_type +</SECTION> + +<SECTION> +<FILE>element-xingmux</FILE> +<TITLE>xingmux</TITLE> +GstXingMux +<SUBSECTION Standard> +GstXingMuxClass +GST_XING_MUX +GST_XING_MUX_CLASS +GST_IS_XING_MUX +GST_IS_XING_MUX_CLASS +GST_TYPE_XING_MUX +gst_xing_mux_get_type +</SECTION> + diff --git a/docs/plugins/gst-plugins-ugly-plugins.args b/docs/plugins/gst-plugins-ugly-plugins.args new file mode 100644 index 0000000..b374286 --- /dev/null +++ b/docs/plugins/gst-plugins-ugly-plugins.args @@ -0,0 +1,1220 @@ +<ARG> +<NAME>GstPNMSrc::location</NAME> +<TYPE>gchar*</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>PNM Location</NICK> +<BLURB>Location of the PNM url to read.</BLURB> +<DEFAULT>NULL</DEFAULT> +</ARG> + +<ARG> +<NAME>GstRDTManager::latency</NAME> +<TYPE>guint</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Buffer latency in ms</NICK> +<BLURB>Amount of ms to buffer.</BLURB> +<DEFAULT>200</DEFAULT> +</ARG> + +<ARG> +<NAME>GstMPEGParse::byte-offset</NAME> +<TYPE>guint64</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Byte Offset</NICK> +<BLURB>Emit reached-offset signal when the byte offset is reached.</BLURB> +<DEFAULT>18446744073709551615</DEFAULT> +</ARG> + +<ARG> +<NAME>GstMPEGParse::max-scr-gap</NAME> +<TYPE>gint</TYPE> +<RANGE>>= -1</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Max SCR gap</NICK> +<BLURB>Maximum allowed gap between expected and actual SCR values. -1 means never adjust.</BLURB> +<DEFAULT>120000</DEFAULT> +</ARG> + +<ARG> +<NAME>GstMPEGParse::time-offset</NAME> +<TYPE>guint64</TYPE> +<RANGE></RANGE> +<FLAGS>r</FLAGS> +<NICK>Time Offset</NICK> +<BLURB>Time offset in the stream.</BLURB> +<DEFAULT>18446744073709551615</DEFAULT> +</ARG> + +<ARG> +<NAME>GstMPEGAudioParse::bitrate</NAME> +<TYPE>gint</TYPE> +<RANGE></RANGE> +<FLAGS>r</FLAGS> +<NICK>Bitrate</NICK> +<BLURB>Bit Rate.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstMPEGAudioParse::skip</NAME> +<TYPE>gint</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>skip</NICK> +<BLURB>skip.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>AC3IEC::raw-audio</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>raw-audio</NICK> +<BLURB>If true, source pad caps are set to raw audio.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstCdioCddaSrc::read-speed</NAME> +<TYPE>gint</TYPE> +<RANGE>[G_MAXULONG,100]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Read speed</NICK> +<BLURB>Read from device at the specified speed (-1 = default).</BLURB> +<DEFAULT>-1</DEFAULT> +</ARG> + +<ARG> +<NAME>GstAmrnbEnc::band-mode</NAME> +<TYPE>GstAmrnbEncBandMode</TYPE> +<RANGE></RANGE> +<FLAGS>rwx</FLAGS> +<NICK>Band Mode</NICK> +<BLURB>Encoding Band Mode (Kbps).</BLURB> +<DEFAULT>MR122</DEFAULT> +</ARG> + +<ARG> +<NAME>GstAmrnbDec::variant</NAME> +<TYPE>GstAmrnbVariant</TYPE> +<RANGE></RANGE> +<FLAGS>rwx</FLAGS> +<NICK>Variant</NICK> +<BLURB>The decoder variant.</BLURB> +<DEFAULT>IF1</DEFAULT> +</ARG> + +<ARG> +<NAME>GstA52Dec::drc</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Dynamic Range Compression</NICK> +<BLURB>Use Dynamic Range Compression.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstA52Dec::lfe</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>LFE</NICK> +<BLURB>LFE.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstA52Dec::mode</NAME> +<TYPE>GstA52DecMode</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Decoder Mode</NICK> +<BLURB>Decoding Mode (default 3f2r).</BLURB> +<DEFAULT>3 Front, 2 Rear</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::allow-diff-short</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Allow diff short</NICK> +<BLURB>Allow diff short.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::ath-lower</NAME> +<TYPE>gint</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>ATH lower</NICK> +<BLURB>lowers ATH by x dB.</BLURB> +<DEFAULT>3</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::ath-only</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>ATH only</NICK> +<BLURB>Ignore GPSYCHO completely, use ATH only.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::ath-short</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>ATH short</NICK> +<BLURB>Ignore GPSYCHO for short blocks, use ATH only.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::bitrate</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,320]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Bitrate (kb/s)</NICK> +<BLURB>Bitrate in kbit/sec (8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256 or 320).</BLURB> +<DEFAULT>128</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::compression-ratio</NAME> +<TYPE>gfloat</TYPE> +<RANGE>[0,200]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Compression Ratio</NICK> +<BLURB>let lame choose bitrate to achieve selected compression ratio.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::copyright</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Copyright</NICK> +<BLURB>Mark as copyright.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::cwlimit</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,50000]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Cwlimit</NICK> +<BLURB>Compute tonality up to freq (in kHz) default 8.8717 (DEPRECATED: this setting has no effect).</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::disable-reservoir</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Disable reservoir</NICK> +<BLURB>Disable the bit reservoir.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::emphasis</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Emphasis</NICK> +<BLURB>Emphasis.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::error-protection</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Error protection</NICK> +<BLURB>Adds 16 bit checksum to every frame.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::extension</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Extension</NICK> +<BLURB>Extension.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::force-ms</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Force ms</NICK> +<BLURB>Force ms_stereo on all frames.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::free-format</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Free format</NICK> +<BLURB>Produce a free format bitstream.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::highpass-freq</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,50000]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Highpass freq</NICK> +<BLURB>frequency(kHz), highpass filter cutoff below freq.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::highpass-width</NAME> +<TYPE>gint</TYPE> +<RANGE>>= -1</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Highpass width</NICK> +<BLURB>frequency(kHz) - default 15% of highpass freq.</BLURB> +<DEFAULT>-1</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::lowpass-freq</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,50000]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Lowpass freq</NICK> +<BLURB>frequency(kHz), lowpass filter cutoff above freq.</BLURB> +<DEFAULT>17000</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::lowpass-width</NAME> +<TYPE>gint</TYPE> +<RANGE>>= -1</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Lowpass width</NICK> +<BLURB>frequency(kHz) - default 15% of lowpass freq.</BLURB> +<DEFAULT>-1</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::mode</NAME> +<TYPE>GstLameMode</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Mode</NICK> +<BLURB>Encoding mode.</BLURB> +<DEFAULT>Joint Stereo</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::no-ath</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>No ath</NICK> +<BLURB>turns ATH down to a flat noise floor.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::no-short-blocks</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>No short blocks</NICK> +<BLURB>Do not use short blocks.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::original</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Original</NICK> +<BLURB>Mark as original.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::padding-type</NAME> +<TYPE>GstLamePadding</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Padding type</NICK> +<BLURB>Padding type (DEPRECATED: this setting has no effect).</BLURB> +<DEFAULT>No Padding</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::preset</NAME> +<TYPE>GstLamePreset</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Lame Preset</NICK> +<BLURB>Lame Preset.</BLURB> +<DEFAULT>None</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::quality</NAME> +<TYPE>GstLameQuality</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Quality</NICK> +<BLURB>Quality of algorithm used for encoding.</BLURB> +<DEFAULT>3</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::strict-iso</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Strict ISO</NICK> +<BLURB>Comply as much as possible to ISO MPEG spec.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::vbr</NAME> +<TYPE>GstLameVbrmode</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>VBR</NICK> +<BLURB>Specify bitrate mode.</BLURB> +<DEFAULT>No VBR (Constant Bitrate)</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::vbr-hard-min</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,1]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>VBR hard min</NICK> +<BLURB>Specify whether min VBR bitrate is a hard limit. Normally, it can be violated for silence.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::vbr-max-bitrate</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,320]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>VBR max bitrate</NICK> +<BLURB>Specify maximum VBR bitrate (8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256 or 320).</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::vbr-mean-bitrate</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,320]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>VBR mean bitrate</NICK> +<BLURB>Specify mean VBR bitrate.</BLURB> +<DEFAULT>128</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::vbr-min-bitrate</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,320]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>VBR min bitrate</NICK> +<BLURB>Specify minimum VBR bitrate (8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256 or 320).</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::vbr-quality</NAME> +<TYPE>GstLameQuality</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>VBR Quality</NICK> +<BLURB>VBR Quality.</BLURB> +<DEFAULT>4</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLame::xingheader</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Output Xing Header</NICK> +<BLURB>Output Xing Header (BROKEN, use xingmux instead).</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLameMP3Enc::bitrate</NAME> +<TYPE>gint</TYPE> +<RANGE>[8,320]</RANGE> +<FLAGS>rwx</FLAGS> +<NICK>Bitrate (kb/s)</NICK> +<BLURB>Bitrate in kbit/sec (Only valid if target is bitrate, for CBR one of 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256 or 320).</BLURB> +<DEFAULT>128</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLameMP3Enc::cbr</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rwx</FLAGS> +<NICK>CBR</NICK> +<BLURB>Enforce constant bitrate encoding (Only valid if target is bitrate).</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLameMP3Enc::encoding-engine-quality</NAME> +<TYPE>GstLameMP3EncEncodingEngineQuality</TYPE> +<RANGE></RANGE> +<FLAGS>rwx</FLAGS> +<NICK>Encoding Engine Quality</NICK> +<BLURB>Quality/speed of the encoding engine, this does not affect the bitrate!.</BLURB> +<DEFAULT>Standard</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLameMP3Enc::mono</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rwx</FLAGS> +<NICK>Mono</NICK> +<BLURB>Enforce mono encoding.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLameMP3Enc::quality</NAME> +<TYPE>gfloat</TYPE> +<RANGE>[0,9.999]</RANGE> +<FLAGS>rwx</FLAGS> +<NICK>Quality</NICK> +<BLURB>VBR Quality from 0 to 10, 0 being the best (Only valid if target is quality).</BLURB> +<DEFAULT>4</DEFAULT> +</ARG> + +<ARG> +<NAME>GstLameMP3Enc::target</NAME> +<TYPE>GstLameMP3EncTarget</TYPE> +<RANGE></RANGE> +<FLAGS>rwx</FLAGS> +<NICK>Target</NICK> +<BLURB>Optimize for quality or bitrate.</BLURB> +<DEFAULT>Quality</DEFAULT> +</ARG> + +<ARG> +<NAME>GstSidDec::blocksize</NAME> +<TYPE>guint</TYPE> +<RANGE>>= 1</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Block size</NICK> +<BLURB>Size in bytes to output per buffer.</BLURB> +<DEFAULT>4096</DEFAULT> +</ARG> + +<ARG> +<NAME>GstSidDec::clock</NAME> +<TYPE>GstSidClock</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>clock</NICK> +<BLURB>clock.</BLURB> +<DEFAULT>PAL</DEFAULT> +</ARG> + +<ARG> +<NAME>GstSidDec::filter</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>filter</NICK> +<BLURB>filter.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstSidDec::force-speed</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>force_speed</NICK> +<BLURB>force_speed.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstSidDec::measured-volume</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>measured_volume</NICK> +<BLURB>measured_volume.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstSidDec::memory</NAME> +<TYPE>GstSidMemory</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>memory</NICK> +<BLURB>memory.</BLURB> +<DEFAULT>Bank Switching</DEFAULT> +</ARG> + +<ARG> +<NAME>GstSidDec::metadata</NAME> +<TYPE>GstCaps*</TYPE> +<RANGE></RANGE> +<FLAGS>r</FLAGS> +<NICK>Metadata</NICK> +<BLURB>Metadata.</BLURB> +<DEFAULT></DEFAULT> +</ARG> + +<ARG> +<NAME>GstSidDec::mos8580</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>mos8580</NICK> +<BLURB>mos8580.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstSidDec::tune</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,100]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>tune</NICK> +<BLURB>tune.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTwoLame::ath-level</NAME> +<TYPE>gfloat</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>ATH Level</NICK> +<BLURB>ATH Level in dB.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTwoLame::bitrate</NAME> +<TYPE>gint</TYPE> +<RANGE>[8,384]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Bitrate (kb/s)</NICK> +<BLURB>Bitrate in kbit/sec (8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160, 192, 224, 256, 320, 384).</BLURB> +<DEFAULT>192</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTwoLame::copyright</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Copyright</NICK> +<BLURB>Mark as copyright.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTwoLame::emphasis</NAME> +<TYPE>GstTwoLameEmphasis</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Emphasis</NICK> +<BLURB>Pre-emphasis to apply to the decoded audio.</BLURB> +<DEFAULT>No emphasis</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTwoLame::energy-level-extension</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Energy Level Extension</NICK> +<BLURB>Write peak PCM level to each frame.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTwoLame::error-protection</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Error protection</NICK> +<BLURB>Adds checksum to every frame.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTwoLame::mode</NAME> +<TYPE>GstTwoLameMode</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Mode</NICK> +<BLURB>Encoding mode.</BLURB> +<DEFAULT>Joint Stereo</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTwoLame::original</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Original</NICK> +<BLURB>Mark as original.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTwoLame::padding</NAME> +<TYPE>GstTwoLamePadding</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Padding</NICK> +<BLURB>Padding type.</BLURB> +<DEFAULT>No Padding</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTwoLame::psymodel</NAME> +<TYPE>gint</TYPE> +<RANGE>[G_MAXULONG,4]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Psychoacoustic Model</NICK> +<BLURB>Psychoacoustic model used to encode the audio.</BLURB> +<DEFAULT>3</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTwoLame::quick-mode</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Quick mode</NICK> +<BLURB>Calculate Psymodel every frames.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTwoLame::quick-mode-count</NAME> +<TYPE>gint</TYPE> +<RANGE>>= 0</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Quick mode count</NICK> +<BLURB>Calculate Psymodel every n frames.</BLURB> +<DEFAULT>10</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTwoLame::vbr</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>VBR</NICK> +<BLURB>Enable variable bitrate mode.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTwoLame::vbr-level</NAME> +<TYPE>gfloat</TYPE> +<RANGE>[-10,10]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>VBR Level</NICK> +<BLURB>VBR Level.</BLURB> +<DEFAULT>5</DEFAULT> +</ARG> + +<ARG> +<NAME>GstTwoLame::vbr-max-bitrate</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,384]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>VBR max bitrate</NICK> +<BLURB>Specify maximum VBR bitrate (0=off, 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160, 192, 224, 256, 320, 384).</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::analyse</NAME> +<TYPE>GstX264EncAnalyse</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Analyse</NICK> +<BLURB>Partitions to consider.</BLURB> +<DEFAULT></DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::aud</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>AUD</NICK> +<BLURB>Use AU (Access Unit) delimiter.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::b-adapt</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>B-Adapt</NICK> +<BLURB>Automatically decide how many B-frames to use.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::b-pyramid</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>B-Pyramid</NICK> +<BLURB>Keep some B-frames as references.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::bframes</NAME> +<TYPE>guint</TYPE> +<RANGE><= 4</RANGE> +<FLAGS>rw</FLAGS> +<NICK>B-Frames</NICK> +<BLURB>Number of B-frames between I and P.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::bitrate</NAME> +<TYPE>guint</TYPE> +<RANGE>[1,102400]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Bitrate</NICK> +<BLURB>Bitrate in kbit/sec.</BLURB> +<DEFAULT>2048</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::byte-stream</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Byte Stream</NICK> +<BLURB>Generate byte stream format of NALU.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::cabac</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Use CABAC</NICK> +<BLURB>Enable CABAC entropy coding.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::dct8x8</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>DCT8x8</NICK> +<BLURB>Adaptive spatial transform size.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::interlaced</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Interlaced</NICK> +<BLURB>Interlaced material.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::ip-factor</NAME> +<TYPE>gfloat</TYPE> +<RANGE>[0,2]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>IP-Factor</NICK> +<BLURB>Quantizer factor between I- and P-frames.</BLURB> +<DEFAULT>1.4</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::key-int-max</NAME> +<TYPE>guint</TYPE> +<RANGE><= G_MAXINT</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Key-frame maximal interval</NICK> +<BLURB>Maximal distance between two key-frames (0 for automatic).</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::me</NAME> +<TYPE>GstX264EncMe</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Motion Estimation</NICK> +<BLURB>Integer pixel motion estimation method.</BLURB> +<DEFAULT>hex</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::multipass-cache-file</NAME> +<TYPE>gchar*</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Multipass Cache File</NICK> +<BLURB>Filename for multipass cache file.</BLURB> +<DEFAULT>"x264.log"</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::noise-reduction</NAME> +<TYPE>guint</TYPE> +<RANGE><= 100000</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Noise Reduction</NICK> +<BLURB>Noise reduction strength.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::pass</NAME> +<TYPE>GstX264EncPass</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Encoding pass/type</NICK> +<BLURB>Encoding pass/type.</BLURB> +<DEFAULT>Constant Bitrate Encoding</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::pb-factor</NAME> +<TYPE>gfloat</TYPE> +<RANGE>[0,2]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>PB-Factor</NICK> +<BLURB>Quantizer factor between P- and B-frames.</BLURB> +<DEFAULT>1.3</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::qp-max</NAME> +<TYPE>guint</TYPE> +<RANGE><= 51</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Maximum Quantizer</NICK> +<BLURB>Maximum quantizer.</BLURB> +<DEFAULT>51</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::qp-min</NAME> +<TYPE>guint</TYPE> +<RANGE><= 51</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Minimum Quantizer</NICK> +<BLURB>Minimum quantizer.</BLURB> +<DEFAULT>10</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::qp-step</NAME> +<TYPE>guint</TYPE> +<RANGE><= 50</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Maximum Quantizer Difference</NICK> +<BLURB>Maximum quantizer difference between frames.</BLURB> +<DEFAULT>4</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::quantizer</NAME> +<TYPE>guint</TYPE> +<RANGE><= 50</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Constant Quantizer</NICK> +<BLURB>Constant quantizer or quality to apply.</BLURB> +<DEFAULT>21</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::ref</NAME> +<TYPE>guint</TYPE> +<RANGE>[1,12]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Reference Frames</NICK> +<BLURB>Number of reference frames.</BLURB> +<DEFAULT>1</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::sps-id</NAME> +<TYPE>guint</TYPE> +<RANGE><= 31</RANGE> +<FLAGS>rw</FLAGS> +<NICK>SPS ID</NICK> +<BLURB>SPS and PPS ID number.</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::stats-file</NAME> +<TYPE>gchar*</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Stats File</NICK> +<BLURB>Filename for multipass statistics (deprecated, use multipass-cache-file).</BLURB> +<DEFAULT>"x264.log"</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::subme</NAME> +<TYPE>guint</TYPE> +<RANGE>[1,10]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Subpixel Motion Estimation</NICK> +<BLURB>Subpixel motion estimation and partition decision quality: 1=fast, 10=best.</BLURB> +<DEFAULT>1</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::threads</NAME> +<TYPE>guint</TYPE> +<RANGE><= 4</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Threads</NICK> +<BLURB>Number of threads used by the codec (0 for automatic).</BLURB> +<DEFAULT>0</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::trellis</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Trellis quantization</NICK> +<BLURB>Enable trellis searched quantization.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::vbv-buf-capacity</NAME> +<TYPE>guint</TYPE> +<RANGE><= 10000</RANGE> +<FLAGS>rw</FLAGS> +<NICK>VBV buffer capacity</NICK> +<BLURB>Size of the VBV buffer in milliseconds.</BLURB> +<DEFAULT>600</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::weightb</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Weighted B-Frames</NICK> +<BLURB>Weighted prediction for B-frames.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::intra-refresh</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Intra Refresh</NICK> +<BLURB>Use Periodic Intra Refresh instead of IDR frames.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::mb-tree</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Macroblock Tree</NICK> +<BLURB>Macroblock-Tree ratecontrol.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::rc-lookahead</NAME> +<TYPE>gint</TYPE> +<RANGE>[0,250]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Rate Control Lookahead</NICK> +<BLURB>Number of frames for frametype lookahead.</BLURB> +<DEFAULT>40</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::sliced-threads</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Sliced Threads</NICK> +<BLURB>Low latency but lower efficiency threading.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::sync-lookahead</NAME> +<TYPE>gint</TYPE> +<RANGE>[G_MAXULONG,250]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>Sync Lookahead</NICK> +<BLURB>Number of buffer frames for threaded lookahead (-1 for automatic).</BLURB> +<DEFAULT>-1</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::option-string</NAME> +<TYPE>gchar*</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Option string</NICK> +<BLURB>String of x264 options (overridden by element properties).</BLURB> +<DEFAULT>""</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::profile</NAME> +<TYPE>GstX264EncProfile</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>H.264 profile</NICK> +<BLURB>Apply restrictions to meet H.264 Profile constraints. This will override other properties if necessary. This will only be used if downstream elements do not specify a profile in their caps (DEPRECATED).</BLURB> +<DEFAULT>main</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::psy-tune</NAME> +<TYPE>GstX264EncPsyTune</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Psychovisual tuning preset</NICK> +<BLURB>Preset name for psychovisual tuning options.</BLURB> +<DEFAULT>No tuning</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::speed-preset</NAME> +<TYPE>GstX264EncPreset</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Speed/quality preset</NICK> +<BLURB>Preset name for speed/quality tradeoff options (can affect decode compatibility - impose restrictions separately for your target decoder).</BLURB> +<DEFAULT>medium</DEFAULT> +</ARG> + +<ARG> +<NAME>GstX264Enc::tune</NAME> +<TYPE>GstX264EncTune</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Content tuning preset</NICK> +<BLURB>Preset name for non-psychovisual tuning options.</BLURB> +<DEFAULT></DEFAULT> +</ARG> + +<ARG> +<NAME>GstMad::half</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Half</NICK> +<BLURB>Generate PCM at 1/2 sample rate.</BLURB> +<DEFAULT>FALSE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstMad::ignore-crc</NAME> +<TYPE>gboolean</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Ignore CRC</NICK> +<BLURB>Ignore CRC errors.</BLURB> +<DEFAULT>TRUE</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDvdReadSrc::angle</NAME> +<TYPE>gint</TYPE> +<RANGE>[1,999]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>angle</NICK> +<BLURB>angle.</BLURB> +<DEFAULT>1</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDvdReadSrc::chapter</NAME> +<TYPE>gint</TYPE> +<RANGE>[1,999]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>chapter</NICK> +<BLURB>chapter.</BLURB> +<DEFAULT>1</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDvdReadSrc::device</NAME> +<TYPE>gchar*</TYPE> +<RANGE></RANGE> +<FLAGS>rw</FLAGS> +<NICK>Device</NICK> +<BLURB>DVD device location.</BLURB> +<DEFAULT>NULL</DEFAULT> +</ARG> + +<ARG> +<NAME>GstDvdReadSrc::title</NAME> +<TYPE>gint</TYPE> +<RANGE>[1,999]</RANGE> +<FLAGS>rw</FLAGS> +<NICK>title</NICK> +<BLURB>title.</BLURB> +<DEFAULT>1</DEFAULT> +</ARG> + diff --git a/docs/plugins/gst-plugins-ugly-plugins.hierarchy b/docs/plugins/gst-plugins-ugly-plugins.hierarchy new file mode 100644 index 0000000..214d64a --- /dev/null +++ b/docs/plugins/gst-plugins-ugly-plugins.hierarchy @@ -0,0 +1,61 @@ +GObject + GInitiallyUnowned + GstObject + GstAllocator + GstAllocatorSysmem + GstBus + GstClock + GstControlBinding + GstControlSource + GstElement + GstASFDemux + GstAudioDecoder + GstA52Dec + GstAmrnbDec + GstAmrwbDec + GstMad + GstAudioEncoder + GstAmrnbEnc + GstLameMP3Enc + GstTwoLame + GstBaseSrc + GstPushSrc + GstAudioCdSrc + GstCdioCddaSrc + GstDvdReadSrc + GstPNMSrc + GstBin + GstPipeline + GstDvdLpcmDec + GstDvdSubDec + GstDvdSubParse + GstRDTDepay + GstRDTManager + GstRMDemux + GstRTPBaseDepayload + GstRtpAsfDepay + GstRTSPReal + GstRTSPWMS + GstRealAudioDemux + GstSidDec + GstVideoDecoder + GstMpeg2dec + GstVideoEncoder + GstX264Enc + GstXingMux + GstPad + GstPadTemplate + GstPlugin + GstPluginFeature + GstDeviceProviderFactory + GstElementFactory + GstTypeFindFactory + GstRegistry + GstTask + GstTaskPool +GInterface + GTypePlugin + GstChildProxy + GstPreset + GstRTSPExtension + GstURIHandler diff --git a/docs/plugins/gst-plugins-ugly-plugins.interfaces b/docs/plugins/gst-plugins-ugly-plugins.interfaces new file mode 100644 index 0000000..11ef369 --- /dev/null +++ b/docs/plugins/gst-plugins-ugly-plugins.interfaces @@ -0,0 +1,16 @@ +GstAmrnbEnc GstPreset +GstAudioCdSrc GstURIHandler +GstAudioEncoder GstPreset +GstBin GstChildProxy +GstCddaBaseSrc GstURIHandler +GstCdioCddaSrc GstURIHandler +GstDvdReadSrc GstURIHandler +GstLame GstTagSetter GstPreset +GstLameMP3Enc GstPreset +GstPNMSrc GstURIHandler +GstPipeline GstChildProxy +GstRTSPReal GstRTSPExtension +GstRTSPWMS GstRTSPExtension +GstTwoLame GstPreset +GstVideoEncoder GstPreset +GstX264Enc GstPreset diff --git a/docs/plugins/gst-plugins-ugly-plugins.prerequisites b/docs/plugins/gst-plugins-ugly-plugins.prerequisites new file mode 100644 index 0000000..ab6e68c --- /dev/null +++ b/docs/plugins/gst-plugins-ugly-plugins.prerequisites @@ -0,0 +1,3 @@ +GstChildProxy GObject +GstChildProxy GstObject +GstTagSetter GstElement diff --git a/docs/plugins/gst-plugins-ugly-plugins.signals b/docs/plugins/gst-plugins-ugly-plugins.signals new file mode 100644 index 0000000..351ae23 --- /dev/null +++ b/docs/plugins/gst-plugins-ugly-plugins.signals @@ -0,0 +1,59 @@ +<SIGNAL> +<NAME>GstRDTManager::clear-pt-map</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRDTManager *gstrdtmanager +</SIGNAL> + +<SIGNAL> +<NAME>GstRDTManager::on-bye-ssrc</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRDTManager *gstrdtmanager +guint arg1 +guint arg2 +</SIGNAL> + +<SIGNAL> +<NAME>GstRDTManager::on-bye-timeout</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRDTManager *gstrdtmanager +guint arg1 +guint arg2 +</SIGNAL> + +<SIGNAL> +<NAME>GstRDTManager::on-timeout</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRDTManager *gstrdtmanager +guint arg1 +guint arg2 +</SIGNAL> + +<SIGNAL> +<NAME>GstRDTManager::request-pt-map</NAME> +<RETURNS>GstCaps*</RETURNS> +<FLAGS>l</FLAGS> +GstRDTManager *gstrdtmanager +guint arg1 +guint arg2 +</SIGNAL> + +<SIGNAL> +<NAME>GstRDTManager::on-npt-stop</NAME> +<RETURNS>void</RETURNS> +<FLAGS>l</FLAGS> +GstRDTManager *gstrdtmanager +guint arg1 +guint arg2 +</SIGNAL> + +<SIGNAL> +<NAME>GstMPEGParse::reached-offset</NAME> +<RETURNS>void</RETURNS> +<FLAGS>f</FLAGS> +GstMPEGParse *gstmpegparse +</SIGNAL> + diff --git a/docs/plugins/gst-plugins-ugly-plugins.types b/docs/plugins/gst-plugins-ugly-plugins.types new file mode 100644 index 0000000..9f4950e --- /dev/null +++ b/docs/plugins/gst-plugins-ugly-plugins.types @@ -0,0 +1 @@ +#include <gst/gst.h> diff --git a/docs/plugins/html/ch01.html b/docs/plugins/html/ch01.html new file mode 100644 index 0000000..a71c92a --- /dev/null +++ b/docs/plugins/html/ch01.html @@ -0,0 +1,80 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: gst-plugins-ugly Elements</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="prev" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="next" href="gst-plugins-ugly-plugins-a52dec.html" title="a52dec"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><img src="up-insensitive.png" width="16" height="16" border="0"></td> +<td><a accesskey="p" href="index.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-a52dec.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="chapter"> +<div class="titlepage"><div><div><h1 class="title"> +<a name="id-1.2"></a>gst-plugins-ugly Elements</h1></div></div></div> +<div class="toc"><dl class="toc"> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-a52dec.html">a52dec</a></span><span class="refpurpose"> — Decodes ATSC A/52 encoded audio streams</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-amrnbdec.html">amrnbdec</a></span><span class="refpurpose"> — Adaptive Multi-Rate Narrow-Band audio decoder</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-amrnbenc.html">amrnbenc</a></span><span class="refpurpose"> — Adaptive Multi-Rate Narrow-Band audio encoder</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-amrwbdec.html">amrwbdec</a></span><span class="refpurpose"> — Adaptive Multi-Rate Wideband audio decoder</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-cdiocddasrc.html">cdiocddasrc</a></span><span class="refpurpose"> — Read audio from CD using libcdio</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-lamemp3enc.html">lamemp3enc</a></span><span class="refpurpose"> — High-quality free MP3 encoder</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-mad.html">mad</a></span><span class="refpurpose"> — Uses mad code to decode mp3 streams</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-rademux.html">rademux</a></span><span class="refpurpose"> — Demultiplex a RealAudio file</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-rmdemux.html">rmdemux</a></span><span class="refpurpose"> — Demultiplex a RealMedia file into audio and video streams</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-rdtmanager.html">rdtmanager</a></span><span class="refpurpose"> — Accepts raw RTP and RTCP packets and sends them forward</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-rtspreal.html">rtspreal</a></span><span class="refpurpose"> — Extends RTSP so that it can handle RealMedia setup</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-rtspwms.html">rtspwms</a></span><span class="refpurpose"> — Extends RTSP so that it can handle WMS setup</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-siddec.html">siddec</a></span><span class="refpurpose"> — Use libsidplay to decode SID audio tunes</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-twolame.html">twolame</a></span><span class="refpurpose"> — High-quality free MP2 encoder</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-x264enc.html">x264enc</a></span><span class="refpurpose"> — H264 Encoder</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-xingmux.html">xingmux</a></span><span class="refpurpose"> — Adds a Xing header to the beginning of a VBR MP3 file</span> +</dt> +</dl></div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/ch02.html b/docs/plugins/html/ch02.html new file mode 100644 index 0000000..868e237 --- /dev/null +++ b/docs/plugins/html/ch02.html @@ -0,0 +1,77 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: gst-plugins-ugly Plugins</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="prev" href="gst-plugins-ugly-plugins-xingmux.html" title="xingmux"> +<link rel="next" href="gst-plugins-ugly-plugins-plugin-a52dec.html" title="a52dec"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><img src="up-insensitive.png" width="16" height="16" border="0"></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-xingmux.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-plugin-a52dec.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="chapter"> +<div class="titlepage"><div><div><h1 class="title"> +<a name="id-1.3"></a>gst-plugins-ugly Plugins</h1></div></div></div> +<div class="toc"><dl class="toc"> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-a52dec.html">a52dec</a></span><span class="refpurpose">Decodes ATSC A/52 encoded audio streams</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-amrnb.html">amrnb</a></span><span class="refpurpose">Adaptive Multi-Rate Narrow-Band</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-amrwbdec.html">amrwbdec</a></span><span class="refpurpose">Adaptive Multi-Rate Wide-Band Decoder</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-asf.html">asf</a></span><span class="refpurpose">Demuxes and muxes audio and video in Microsofts ASF format</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-cdio.html">cdio</a></span><span class="refpurpose">Read audio from audio CDs</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html">dvdlpcmdec</a></span><span class="refpurpose">Decode DVD LPCM frames into standard PCM</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-dvdread.html">dvdread</a></span><span class="refpurpose">Access a DVD with dvdread</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-dvdsub.html">dvdsub</a></span><span class="refpurpose">DVD subtitle parser and decoder</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-lame.html">lame</a></span><span class="refpurpose">Encode MP3s with LAME</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-mad.html">mad</a></span><span class="refpurpose">mp3 decoding based on the mad library</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-mpeg2dec.html">mpeg2dec</a></span><span class="refpurpose">LibMpeg2 decoder</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-realmedia.html">realmedia</a></span><span class="refpurpose">RealMedia support plugins</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-siddec.html">siddec</a></span><span class="refpurpose">Uses libsidplay to decode .sid files</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-twolame.html">twolame</a></span><span class="refpurpose">Encode MP2s with TwoLAME</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-x264.html">x264</a></span><span class="refpurpose">libx264-based H264 plugins</span> +</dt> +</dl></div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-1.0.devhelp2 b/docs/plugins/html/gst-plugins-ugly-plugins-1.0.devhelp2 new file mode 100644 index 0000000..24e8f6c --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-1.0.devhelp2 @@ -0,0 +1,177 @@ +<?xml version="1.0" encoding="utf-8" standalone="no"?> +<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ""> +<book xmlns="http://www.devhelp.net/book" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual" link="index.html" author="" name="gst-plugins-ugly-plugins-1.0" version="2" language="c"> + <chapters> + <sub name="gst-plugins-ugly Elements" link="ch01.html"> + <sub name="a52dec" link="gst-plugins-ugly-plugins-a52dec.html"/> + <sub name="amrnbdec" link="gst-plugins-ugly-plugins-amrnbdec.html"/> + <sub name="amrnbenc" link="gst-plugins-ugly-plugins-amrnbenc.html"/> + <sub name="amrwbdec" link="gst-plugins-ugly-plugins-amrwbdec.html"/> + <sub name="cdiocddasrc" link="gst-plugins-ugly-plugins-cdiocddasrc.html"/> + <sub name="lamemp3enc" link="gst-plugins-ugly-plugins-lamemp3enc.html"/> + <sub name="mad" link="gst-plugins-ugly-plugins-mad.html"/> + <sub name="rademux" link="gst-plugins-ugly-plugins-rademux.html"/> + <sub name="rmdemux" link="gst-plugins-ugly-plugins-rmdemux.html"/> + <sub name="rdtmanager" link="gst-plugins-ugly-plugins-rdtmanager.html"/> + <sub name="rtspreal" link="gst-plugins-ugly-plugins-rtspreal.html"/> + <sub name="rtspwms" link="gst-plugins-ugly-plugins-rtspwms.html"/> + <sub name="siddec" link="gst-plugins-ugly-plugins-siddec.html"/> + <sub name="twolame" link="gst-plugins-ugly-plugins-twolame.html"/> + <sub name="x264enc" link="gst-plugins-ugly-plugins-x264enc.html"/> + <sub name="xingmux" link="gst-plugins-ugly-plugins-xingmux.html"/> + </sub> + <sub name="gst-plugins-ugly Plugins" link="ch02.html"> + <sub name="a52dec" link="gst-plugins-ugly-plugins-plugin-a52dec.html"/> + <sub name="amrnb" link="gst-plugins-ugly-plugins-plugin-amrnb.html"/> + <sub name="amrwbdec" link="gst-plugins-ugly-plugins-plugin-amrwbdec.html"/> + <sub name="asf" link="gst-plugins-ugly-plugins-plugin-asf.html"/> + <sub name="cdio" link="gst-plugins-ugly-plugins-plugin-cdio.html"/> + <sub name="dvdlpcmdec" link="gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html"/> + <sub name="dvdread" link="gst-plugins-ugly-plugins-plugin-dvdread.html"/> + <sub name="dvdsub" link="gst-plugins-ugly-plugins-plugin-dvdsub.html"/> + <sub name="lame" link="gst-plugins-ugly-plugins-plugin-lame.html"/> + <sub name="mad" link="gst-plugins-ugly-plugins-plugin-mad.html"/> + <sub name="mpeg2dec" link="gst-plugins-ugly-plugins-plugin-mpeg2dec.html"/> + <sub name="realmedia" link="gst-plugins-ugly-plugins-plugin-realmedia.html"/> + <sub name="siddec" link="gst-plugins-ugly-plugins-plugin-siddec.html"/> + <sub name="twolame" link="gst-plugins-ugly-plugins-plugin-twolame.html"/> + <sub name="x264" link="gst-plugins-ugly-plugins-plugin-x264.html"/> + </sub> + </chapters> + <functions> + <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-a52dec.html#id-1.2.2.7.2.1"/> + <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-a52dec.html#id-1.2.2.7.2.2"/> + <keyword type="struct" name="struct GstA52Dec" link="gst-plugins-ugly-plugins-a52dec.html#GstA52Dec-struct"/> + <keyword type="property" name="The “drc” property" link="gst-plugins-ugly-plugins-a52dec.html#GstA52Dec--drc"/> + <keyword type="property" name="The “lfe” property" link="gst-plugins-ugly-plugins-a52dec.html#GstA52Dec--lfe"/> + <keyword type="property" name="The “mode” property" link="gst-plugins-ugly-plugins-a52dec.html#GstA52Dec--mode"/> + <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-amrnbdec.html#id-1.2.3.7.2.1"/> + <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-amrnbdec.html#id-1.2.3.7.2.2"/> + <keyword type="struct" name="struct GstAmrnbDec" link="gst-plugins-ugly-plugins-amrnbdec.html#GstAmrnbDec-struct"/> + <keyword type="property" name="The “variant” property" link="gst-plugins-ugly-plugins-amrnbdec.html#GstAmrnbDec--variant"/> + <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-amrnbenc.html#id-1.2.4.8.2.1"/> + <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-amrnbenc.html#id-1.2.4.8.2.2"/> + <keyword type="struct" name="struct GstAmrnbEnc" link="gst-plugins-ugly-plugins-amrnbenc.html#GstAmrnbEnc-struct"/> + <keyword type="property" name="The “band-mode” property" link="gst-plugins-ugly-plugins-amrnbenc.html#GstAmrnbEnc--band-mode"/> + <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-amrwbdec.html#id-1.2.5.6.2.1"/> + <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-amrwbdec.html#id-1.2.5.6.2.2"/> + <keyword type="struct" name="struct GstAmrwbDec" link="gst-plugins-ugly-plugins-amrwbdec.html#GstAmrwbDec-struct"/> + <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-cdiocddasrc.html#id-1.2.6.8.2.1"/> + <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-cdiocddasrc.html#id-1.2.6.8.2.2"/> + <keyword type="struct" name="struct GstCdioCddaSrc" link="gst-plugins-ugly-plugins-cdiocddasrc.html#GstCdioCddaSrc-struct"/> + <keyword type="property" name="The “read-speed” property" link="gst-plugins-ugly-plugins-cdiocddasrc.html#GstCdioCddaSrc--read-speed"/> + <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-lamemp3enc.html#id-1.2.7.8.2.1"/> + <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-lamemp3enc.html#id-1.2.7.8.2.2"/> + <keyword type="struct" name="struct GstLameMP3Enc" link="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc-struct"/> + <keyword type="property" name="The “bitrate” property" link="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--bitrate"/> + <keyword type="property" name="The “cbr” property" link="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--cbr"/> + <keyword type="property" name="The “encoding-engine-quality” property" link="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--encoding-engine-quality"/> + <keyword type="property" name="The “mono” property" link="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--mono"/> + <keyword type="property" name="The “quality” property" link="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--quality"/> + <keyword type="property" name="The “target” property" link="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--target"/> + <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-mad.html#id-1.2.8.7.2.1"/> + <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-mad.html#id-1.2.8.7.2.2"/> + <keyword type="struct" name="struct GstMad" link="gst-plugins-ugly-plugins-mad.html#GstMad-struct"/> + <keyword type="property" name="The “half” property" link="gst-plugins-ugly-plugins-mad.html#GstMad--half"/> + <keyword type="property" name="The “ignore-crc” property" link="gst-plugins-ugly-plugins-mad.html#GstMad--ignore-crc"/> + <keyword type="" name="Example launch line" link="gst-plugins-ugly-plugins-rademux.html#id-1.2.9.6.3"/> + <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-rademux.html#id-1.2.9.6.4.1"/> + <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-rademux.html#id-1.2.9.6.4.2"/> + <keyword type="struct" name="struct GstRealAudioDemux" link="gst-plugins-ugly-plugins-rademux.html#GstRealAudioDemux-struct"/> + <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-rmdemux.html#id-1.2.10.6.2.1"/> + <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-rmdemux.html#id-1.2.10.6.2.2"/> + <keyword type="struct" name="struct GstRMDemux" link="gst-plugins-ugly-plugins-rmdemux.html#GstRMDemux-struct"/> + <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-rdtmanager.html#id-1.2.11.8.2.1.1"/> + <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-rdtmanager.html#id-1.2.11.8.2.1.2"/> + <keyword type="struct" name="struct GstRDTManager" link="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-struct"/> + <keyword type="property" name="The “latency” property" link="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager--latency"/> + <keyword type="signal" name="The “clear-pt-map” signal" link="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-clear-pt-map"/> + <keyword type="signal" name="The “on-bye-ssrc” signal" link="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-on-bye-ssrc"/> + <keyword type="signal" name="The “on-bye-timeout” signal" link="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-on-bye-timeout"/> + <keyword type="signal" name="The “on-timeout” signal" link="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-on-timeout"/> + <keyword type="signal" name="The “request-pt-map” signal" link="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-request-pt-map"/> + <keyword type="signal" name="The “on-npt-stop” signal" link="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-on-npt-stop"/> + <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-rtspreal.html#id-1.2.12.7.2.1.1"/> + <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-rtspreal.html#id-1.2.12.7.2.1.2"/> + <keyword type="struct" name="struct GstRTSPReal" link="gst-plugins-ugly-plugins-rtspreal.html#GstRTSPReal-struct"/> + <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-rtspwms.html#id-1.2.13.7.2.1.1"/> + <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-rtspwms.html#id-1.2.13.7.2.1.2"/> + <keyword type="struct" name="struct GstRTSPWMS" link="gst-plugins-ugly-plugins-rtspwms.html#GstRTSPWMS-struct"/> + <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-siddec.html#id-1.2.14.7.2.1"/> + <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-siddec.html#id-1.2.14.7.2.2"/> + <keyword type="struct" name="struct GstSidDec" link="gst-plugins-ugly-plugins-siddec.html#GstSidDec-struct"/> + <keyword type="property" name="The “blocksize” property" link="gst-plugins-ugly-plugins-siddec.html#GstSidDec--blocksize"/> + <keyword type="property" name="The “clock” property" link="gst-plugins-ugly-plugins-siddec.html#GstSidDec--clock"/> + <keyword type="property" name="The “filter” property" link="gst-plugins-ugly-plugins-siddec.html#GstSidDec--filter"/> + <keyword type="property" name="The “force-speed” property" link="gst-plugins-ugly-plugins-siddec.html#GstSidDec--force-speed"/> + <keyword type="property" name="The “measured-volume” property" link="gst-plugins-ugly-plugins-siddec.html#GstSidDec--measured-volume"/> + <keyword type="property" name="The “memory” property" link="gst-plugins-ugly-plugins-siddec.html#GstSidDec--memory"/> + <keyword type="property" name="The “metadata” property" link="gst-plugins-ugly-plugins-siddec.html#GstSidDec--metadata"/> + <keyword type="property" name="The “mos8580” property" link="gst-plugins-ugly-plugins-siddec.html#GstSidDec--mos8580"/> + <keyword type="property" name="The “tune” property" link="gst-plugins-ugly-plugins-siddec.html#GstSidDec--tune"/> + <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-twolame.html#id-1.2.15.8.2.1"/> + <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-twolame.html#id-1.2.15.8.2.2"/> + <keyword type="struct" name="struct GstTwoLame" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame-struct"/> + <keyword type="property" name="The “ath-level” property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--ath-level"/> + <keyword type="property" name="The “bitrate” property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--bitrate"/> + <keyword type="property" name="The “copyright” property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--copyright"/> + <keyword type="property" name="The “emphasis” property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--emphasis"/> + <keyword type="property" name="The “energy-level-extension” property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--energy-level-extension"/> + <keyword type="property" name="The “error-protection” property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--error-protection"/> + <keyword type="property" name="The “mode” property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--mode"/> + <keyword type="property" name="The “original” property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--original"/> + <keyword type="property" name="The “padding” property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--padding"/> + <keyword type="property" name="The “psymodel” property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--psymodel"/> + <keyword type="property" name="The “quick-mode” property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--quick-mode"/> + <keyword type="property" name="The “quick-mode-count” property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--quick-mode-count"/> + <keyword type="property" name="The “vbr” property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--vbr"/> + <keyword type="property" name="The “vbr-level” property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--vbr-level"/> + <keyword type="property" name="The “vbr-max-bitrate” property" link="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--vbr-max-bitrate"/> + <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-x264enc.html#id-1.2.16.8.2.1"/> + <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-x264enc.html#id-1.2.16.8.2.2"/> + <keyword type="struct" name="struct GstX264Enc" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc-struct"/> + <keyword type="property" name="The “analyse” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--analyse"/> + <keyword type="property" name="The “aud” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--aud"/> + <keyword type="property" name="The “b-adapt” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--b-adapt"/> + <keyword type="property" name="The “b-pyramid” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--b-pyramid"/> + <keyword type="property" name="The “bframes” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--bframes"/> + <keyword type="property" name="The “bitrate” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--bitrate"/> + <keyword type="property" name="The “byte-stream” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--byte-stream"/> + <keyword type="property" name="The “cabac” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--cabac"/> + <keyword type="property" name="The “dct8x8” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--dct8x8"/> + <keyword type="property" name="The “interlaced” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--interlaced"/> + <keyword type="property" name="The “ip-factor” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--ip-factor"/> + <keyword type="property" name="The “key-int-max” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--key-int-max"/> + <keyword type="property" name="The “me” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--me"/> + <keyword type="property" name="The “multipass-cache-file” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--multipass-cache-file"/> + <keyword type="property" name="The “noise-reduction” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--noise-reduction"/> + <keyword type="property" name="The “pass” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--pass"/> + <keyword type="property" name="The “pb-factor” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--pb-factor"/> + <keyword type="property" name="The “qp-max” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--qp-max"/> + <keyword type="property" name="The “qp-min” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--qp-min"/> + <keyword type="property" name="The “qp-step” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--qp-step"/> + <keyword type="property" name="The “quantizer” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--quantizer"/> + <keyword type="property" name="The “ref” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--ref"/> + <keyword type="property" name="The “sps-id” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--sps-id"/> + <keyword type="property" name="The “stats-file” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--stats-file"/> + <keyword type="property" name="The “subme” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--subme"/> + <keyword type="property" name="The “threads” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--threads"/> + <keyword type="property" name="The “trellis” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--trellis"/> + <keyword type="property" name="The “vbv-buf-capacity” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--vbv-buf-capacity"/> + <keyword type="property" name="The “weightb” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--weightb"/> + <keyword type="property" name="The “intra-refresh” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--intra-refresh"/> + <keyword type="property" name="The “mb-tree” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--mb-tree"/> + <keyword type="property" name="The “rc-lookahead” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--rc-lookahead"/> + <keyword type="property" name="The “sliced-threads” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--sliced-threads"/> + <keyword type="property" name="The “sync-lookahead” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--sync-lookahead"/> + <keyword type="property" name="The “option-string” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--option-string"/> + <keyword type="property" name="The “profile” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--profile"/> + <keyword type="property" name="The “psy-tune” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--psy-tune"/> + <keyword type="property" name="The “speed-preset” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--speed-preset"/> + <keyword type="property" name="The “tune” property" link="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--tune"/> + <keyword type="" name="Example launch line" link="gst-plugins-ugly-plugins-xingmux.html#id-1.2.17.6.4"/> + <keyword type="" name="Element Information" link="gst-plugins-ugly-plugins-xingmux.html#id-1.2.17.6.5.1"/> + <keyword type="" name="Element Pads" link="gst-plugins-ugly-plugins-xingmux.html#id-1.2.17.6.5.2"/> + <keyword type="struct" name="struct GstXingMux" link="gst-plugins-ugly-plugins-xingmux.html#GstXingMux-struct"/> + </functions> +</book> diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-a52dec.html b/docs/plugins/html/gst-plugins-ugly-plugins-a52dec.html new file mode 100644 index 0000000..df6b095 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-a52dec.html @@ -0,0 +1,222 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: a52dec</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch01.html" title="gst-plugins-ugly Elements"> +<link rel="prev" href="ch01.html" title="gst-plugins-ugly Elements"> +<link rel="next" href="gst-plugins-ugly-plugins-amrnbdec.html" title="amrnbdec"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-a52dec.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-a52dec.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-a52dec.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="ch01.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-amrnbdec.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-a52dec"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="gst-plugins-ugly-plugins-a52dec.top_of_page"></a>a52dec</span></h2> +<p>a52dec — Decodes ATSC A/52 encoded audio streams</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-a52dec.properties"></a><h2>Properties</h2> +<div class="informaltable"><table border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-a52dec.html#GstA52Dec--drc" title="The “drc” property">drc</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-a52dec.html#GstA52Dec--lfe" title="The “lfe” property">lfe</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">GstA52DecMode</span></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-a52dec.html#GstA52Dec--mode" title="The “mode” property">mode</a></td> +<td class="property_flags">Read / Write</td> +</tr> +</tbody> +</table></div> +</div> +<a name="GstA52Dec"></a><div class="refsect1"> +<a name="gst-plugins-ugly-plugins-a52dec.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="name"> +<col class="description"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="gst-plugins-ugly-plugins-a52dec.html#GstA52Dec-struct" title="struct GstA52Dec">GstA52Dec</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-a52dec.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstaudiodecoder.html#GstAudioDecoder">GstAudioDecoder</a> + <span class="lineart">╰──</span> GstA52Dec +</pre> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-a52dec.description"></a><h2>Description</h2> +<div class="refsynopsisdiv"> +<h2>Synopsis</h2> +<div class="refsect2"> +<a name="id-1.2.2.7.2.1"></a><h3>Element Information</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">plugin</span></p></td> +<td> + <a class="link" href="gst-plugins-ugly-plugins-plugin-a52dec.html#plugin-a52dec">a52dec</a> + </td> +</tr> +<tr> +<td><p><span class="term">author</span></p></td> +<td>David I. Lehn <dlehn@users.sourceforge.net></td> +</tr> +<tr> +<td><p><span class="term">class</span></p></td> +<td>Codec/Decoder/Audio</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.2.7.2.2"></a><h3>Element Pads</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/x-ac3</td> +</tr> +<tr> +<td><p><span class="term"></span></p></td> +<td> audio/ac3</td> +</tr> +<tr> +<td><p><span class="term"></span></p></td> +<td> audio/x-private1-ac3</td> +</tr> +</tbody> +</table></div> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>src</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>source</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/x-raw, format=(string)F32LE, layout=(string)interleaved, rate=(int)[ 4000, 96000 ], channels=(int)[ 1, 6 ]</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<p> +</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-a52dec.functions_details"></a><h2>Functions</h2> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-a52dec.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GstA52Dec-struct"></a><h3>struct GstA52Dec</h3> +<pre class="programlisting">struct GstA52Dec;</pre> +<p> +</p> +</div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-a52dec.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GstA52Dec--drc"></a><h3>The <code class="literal">“drc”</code> property</h3> +<pre class="programlisting"> “drc” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Use Dynamic Range Compression.</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstA52Dec--lfe"></a><h3>The <code class="literal">“lfe”</code> property</h3> +<pre class="programlisting"> “lfe” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>LFE.</p> +<p>Flags: Read / Write</p> +<p>Default value: TRUE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstA52Dec--mode"></a><h3>The <code class="literal">“mode”</code> property</h3> +<pre class="programlisting"> “mode” <span class="type">GstA52DecMode</span></pre> +<p>Decoding Mode (default 3f2r).</p> +<p>Flags: Read / Write</p> +<p>Default value: 3 Front, 2 Rear</p> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-amrnbdec.html b/docs/plugins/html/gst-plugins-ugly-plugins-amrnbdec.html new file mode 100644 index 0000000..4477fd0 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-amrnbdec.html @@ -0,0 +1,186 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: amrnbdec</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch01.html" title="gst-plugins-ugly Elements"> +<link rel="prev" href="gst-plugins-ugly-plugins-a52dec.html" title="a52dec"> +<link rel="next" href="gst-plugins-ugly-plugins-amrnbenc.html" title="amrnbenc"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-amrnbdec.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-amrnbdec.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-amrnbdec.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-a52dec.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-amrnbenc.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-amrnbdec"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="gst-plugins-ugly-plugins-amrnbdec.top_of_page"></a>amrnbdec</span></h2> +<p>amrnbdec — Adaptive Multi-Rate Narrow-Band audio decoder</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrnbdec.properties"></a><h2>Properties</h2> +<div class="informaltable"><table border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody><tr> +<td class="property_type"><span class="type">GstAmrnbVariant</span></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-amrnbdec.html#GstAmrnbDec--variant" title="The “variant” property">variant</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr></tbody> +</table></div> +</div> +<a name="GstAmrnbDec"></a><div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrnbdec.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="name"> +<col class="description"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="gst-plugins-ugly-plugins-amrnbdec.html#GstAmrnbDec-struct" title="struct GstAmrnbDec">GstAmrnbDec</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrnbdec.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstaudiodecoder.html#GstAudioDecoder">GstAudioDecoder</a> + <span class="lineart">╰──</span> GstAmrnbDec +</pre> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrnbdec.description"></a><h2>Description</h2> +<div class="refsynopsisdiv"> +<h2>Synopsis</h2> +<div class="refsect2"> +<a name="id-1.2.3.7.2.1"></a><h3>Element Information</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">plugin</span></p></td> +<td> + <a class="link" href="gst-plugins-ugly-plugins-plugin-amrnb.html#plugin-amrnb">amrnb</a> + </td> +</tr> +<tr> +<td><p><span class="term">author</span></p></td> +<td>GStreamer maintainers <gstreamer-devel@lists.sourceforge.net></td> +</tr> +<tr> +<td><p><span class="term">class</span></p></td> +<td>Codec/Decoder/Audio</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.3.7.2.2"></a><h3>Element Pads</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/AMR, rate=(int)8000, channels=(int)1</td> +</tr> +</tbody> +</table></div> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>src</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>source</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)8000, channels=(int)1</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<p> +</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrnbdec.functions_details"></a><h2>Functions</h2> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrnbdec.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GstAmrnbDec-struct"></a><h3>struct GstAmrnbDec</h3> +<pre class="programlisting">struct GstAmrnbDec;</pre> +<p> +</p> +</div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrnbdec.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GstAmrnbDec--variant"></a><h3>The <code class="literal">“variant”</code> property</h3> +<pre class="programlisting"> “variant” <span class="type">GstAmrnbVariant</span></pre> +<p>The decoder variant.</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: IF1</p> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-amrnbenc.html b/docs/plugins/html/gst-plugins-ugly-plugins-amrnbenc.html new file mode 100644 index 0000000..edc850e --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-amrnbenc.html @@ -0,0 +1,193 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: amrnbenc</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch01.html" title="gst-plugins-ugly Elements"> +<link rel="prev" href="gst-plugins-ugly-plugins-amrnbdec.html" title="amrnbdec"> +<link rel="next" href="gst-plugins-ugly-plugins-amrwbdec.html" title="amrwbdec"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-amrnbenc.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-amrnbenc.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-amrnbenc.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-amrnbenc.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-amrnbdec.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-amrwbdec.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-amrnbenc"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="gst-plugins-ugly-plugins-amrnbenc.top_of_page"></a>amrnbenc</span></h2> +<p>amrnbenc — Adaptive Multi-Rate Narrow-Band audio encoder</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrnbenc.properties"></a><h2>Properties</h2> +<div class="informaltable"><table border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody><tr> +<td class="property_type"><span class="type">GstAmrnbEncBandMode</span></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-amrnbenc.html#GstAmrnbEnc--band-mode" title="The “band-mode” property">band-mode</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr></tbody> +</table></div> +</div> +<a name="GstAmrnbEnc"></a><div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrnbenc.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="name"> +<col class="description"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="gst-plugins-ugly-plugins-amrnbenc.html#GstAmrnbEnc-struct" title="struct GstAmrnbEnc">GstAmrnbEnc</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrnbenc.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstaudioencoder.html#GstAudioEncoder">GstAudioEncoder</a> + <span class="lineart">╰──</span> GstAmrnbEnc +</pre> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrnbenc.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GstAmrnbEnc implements + <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPreset.html">GstPreset</a>.</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrnbenc.description"></a><h2>Description</h2> +<div class="refsynopsisdiv"> +<h2>Synopsis</h2> +<div class="refsect2"> +<a name="id-1.2.4.8.2.1"></a><h3>Element Information</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">plugin</span></p></td> +<td> + <a class="link" href="gst-plugins-ugly-plugins-plugin-amrnb.html#plugin-amrnb">amrnb</a> + </td> +</tr> +<tr> +<td><p><span class="term">author</span></p></td> +<td>Wim Taymans <wim.taymans@gmail.com></td> +</tr> +<tr> +<td><p><span class="term">class</span></p></td> +<td>Codec/Encoder/Audio</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.4.8.2.2"></a><h3>Element Pads</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)8000, channels=(int)1</td> +</tr> +</tbody> +</table></div> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>src</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>source</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/AMR, rate=(int)8000, channels=(int)1</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<p> +</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrnbenc.functions_details"></a><h2>Functions</h2> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrnbenc.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GstAmrnbEnc-struct"></a><h3>struct GstAmrnbEnc</h3> +<pre class="programlisting">struct GstAmrnbEnc;</pre> +<p> +</p> +</div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrnbenc.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GstAmrnbEnc--band-mode"></a><h3>The <code class="literal">“band-mode”</code> property</h3> +<pre class="programlisting"> “band-mode” <span class="type">GstAmrnbEncBandMode</span></pre> +<p>Encoding Band Mode (Kbps).</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: MR122</p> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-amrwbdec.html b/docs/plugins/html/gst-plugins-ugly-plugins-amrwbdec.html new file mode 100644 index 0000000..963f30e --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-amrwbdec.html @@ -0,0 +1,160 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: amrwbdec</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch01.html" title="gst-plugins-ugly Elements"> +<link rel="prev" href="gst-plugins-ugly-plugins-amrnbenc.html" title="amrnbenc"> +<link rel="next" href="gst-plugins-ugly-plugins-cdiocddasrc.html" title="cdiocddasrc"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-amrwbdec.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-amrwbdec.object-hierarchy" class="shortcut">Object Hierarchy</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-amrnbenc.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-cdiocddasrc.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-amrwbdec"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="gst-plugins-ugly-plugins-amrwbdec.top_of_page"></a>amrwbdec</span></h2> +<p>amrwbdec — Adaptive Multi-Rate Wideband audio decoder</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<a name="GstAmrwbDec"></a><div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrwbdec.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="name"> +<col class="description"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="gst-plugins-ugly-plugins-amrwbdec.html#GstAmrwbDec-struct" title="struct GstAmrwbDec">GstAmrwbDec</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrwbdec.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstaudiodecoder.html#GstAudioDecoder">GstAudioDecoder</a> + <span class="lineart">╰──</span> GstAmrwbDec +</pre> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrwbdec.description"></a><h2>Description</h2> +<div class="refsynopsisdiv"> +<h2>Synopsis</h2> +<div class="refsect2"> +<a name="id-1.2.5.6.2.1"></a><h3>Element Information</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">plugin</span></p></td> +<td> + <a class="link" href="gst-plugins-ugly-plugins-plugin-amrwbdec.html#plugin-amrwbdec">amrwbdec</a> + </td> +</tr> +<tr> +<td><p><span class="term">author</span></p></td> +<td>Renato Araujo <renato.filho@indt.org.br></td> +</tr> +<tr> +<td><p><span class="term">class</span></p></td> +<td>Codec/Decoder/Audio</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.5.6.2.2"></a><h3>Element Pads</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/AMR-WB, rate=(int)16000, channels=(int)1</td> +</tr> +</tbody> +</table></div> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>src</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>source</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)16000, channels=(int)1</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<p> +</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrwbdec.functions_details"></a><h2>Functions</h2> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-amrwbdec.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GstAmrwbDec-struct"></a><h3>struct GstAmrwbDec</h3> +<pre class="programlisting">struct GstAmrwbDec;</pre> +<p> +</p> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-cdiocddasrc.html b/docs/plugins/html/gst-plugins-ugly-plugins-cdiocddasrc.html new file mode 100644 index 0000000..9a9e186 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-cdiocddasrc.html @@ -0,0 +1,172 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: cdiocddasrc</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch01.html" title="gst-plugins-ugly Elements"> +<link rel="prev" href="gst-plugins-ugly-plugins-amrwbdec.html" title="amrwbdec"> +<link rel="next" href="gst-plugins-ugly-plugins-lamemp3enc.html" title="lamemp3enc"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-cdiocddasrc.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-cdiocddasrc.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-cdiocddasrc.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-cdiocddasrc.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-amrwbdec.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-lamemp3enc.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-cdiocddasrc"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="gst-plugins-ugly-plugins-cdiocddasrc.top_of_page"></a>cdiocddasrc</span></h2> +<p>cdiocddasrc — Read audio from CD using libcdio</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-cdiocddasrc.properties"></a><h2>Properties</h2> +<div class="informaltable"><table border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody><tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-cdiocddasrc.html#GstCdioCddaSrc--read-speed" title="The “read-speed” property">read-speed</a></td> +<td class="property_flags">Read / Write</td> +</tr></tbody> +</table></div> +</div> +<a name="GstCdioCddaSrc"></a><div class="refsect1"> +<a name="gst-plugins-ugly-plugins-cdiocddasrc.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="name"> +<col class="description"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="gst-plugins-ugly-plugins-cdiocddasrc.html#GstCdioCddaSrc-struct" title="struct GstCdioCddaSrc">GstCdioCddaSrc</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-cdiocddasrc.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/GstBaseSrc.html">GstBaseSrc</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-libs/html/GstPushSrc.html">GstPushSrc</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstaudiocdsrc.html#GstAudioCdSrc">GstAudioCdSrc</a> + <span class="lineart">╰──</span> GstCdioCddaSrc +</pre> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-cdiocddasrc.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GstCdioCddaSrc implements + <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstUriHandler.html#GstURIHandler">GstURIHandler</a>.</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-cdiocddasrc.description"></a><h2>Description</h2> +<div class="refsynopsisdiv"> +<h2>Synopsis</h2> +<div class="refsect2"> +<a name="id-1.2.6.8.2.1"></a><h3>Element Information</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">plugin</span></p></td> +<td> + <a class="link" href="gst-plugins-ugly-plugins-plugin-cdio.html#plugin-cdio">cdio</a> + </td> +</tr> +<tr> +<td><p><span class="term">author</span></p></td> +<td>Tim-Philipp Müller <tim centricular net></td> +</tr> +<tr> +<td><p><span class="term">class</span></p></td> +<td>Source/File</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.6.8.2.2"></a><h3>Element Pads</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>src</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>source</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)44100, channels=(int)2</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<p> +</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-cdiocddasrc.functions_details"></a><h2>Functions</h2> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-cdiocddasrc.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GstCdioCddaSrc-struct"></a><h3>struct GstCdioCddaSrc</h3> +<pre class="programlisting">struct GstCdioCddaSrc;</pre> +<p> +</p> +</div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-cdiocddasrc.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GstCdioCddaSrc--read-speed"></a><h3>The <code class="literal">“read-speed”</code> property</h3> +<pre class="programlisting"> “read-speed” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> +<p>Read from device at the specified speed (-1 = default).</p> +<p>Flags: Read / Write</p> +<p>Allowed values: [G_MAXULONG,100]</p> +<p>Default value: -1</p> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-lamemp3enc.html b/docs/plugins/html/gst-plugins-ugly-plugins-lamemp3enc.html new file mode 100644 index 0000000..91aca90 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-lamemp3enc.html @@ -0,0 +1,266 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: lamemp3enc</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch01.html" title="gst-plugins-ugly Elements"> +<link rel="prev" href="gst-plugins-ugly-plugins-cdiocddasrc.html" title="cdiocddasrc"> +<link rel="next" href="gst-plugins-ugly-plugins-mad.html" title="mad"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-lamemp3enc.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-lamemp3enc.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-lamemp3enc.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-lamemp3enc.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-cdiocddasrc.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-mad.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-lamemp3enc"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="gst-plugins-ugly-plugins-lamemp3enc.top_of_page"></a>lamemp3enc</span></h2> +<p>lamemp3enc — High-quality free MP3 encoder</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-lamemp3enc.properties"></a><h2>Properties</h2> +<div class="informaltable"><table border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--bitrate" title="The “bitrate” property">bitrate</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--cbr" title="The “cbr” property">cbr</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +<tr> +<td class="property_type"><span class="type">GstLameMP3EncEncodingEngineQuality</span></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--encoding-engine-quality" title="The “encoding-engine-quality” property">encoding-engine-quality</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--mono" title="The “mono” property">mono</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--quality" title="The “quality” property">quality</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +<tr> +<td class="property_type"><span class="type">GstLameMP3EncTarget</span></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--target" title="The “target” property">target</a></td> +<td class="property_flags">Read / Write / Construct</td> +</tr> +</tbody> +</table></div> +</div> +<a name="GstLameMP3Enc"></a><div class="refsect1"> +<a name="gst-plugins-ugly-plugins-lamemp3enc.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="name"> +<col class="description"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc-struct" title="struct GstLameMP3Enc">GstLameMP3Enc</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-lamemp3enc.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstaudioencoder.html#GstAudioEncoder">GstAudioEncoder</a> + <span class="lineart">╰──</span> GstLameMP3Enc +</pre> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-lamemp3enc.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GstLameMP3Enc implements + <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPreset.html">GstPreset</a>.</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-lamemp3enc.description"></a><h2>Description</h2> +<div class="refsynopsisdiv"> +<h2>Synopsis</h2> +<div class="refsect2"> +<a name="id-1.2.7.8.2.1"></a><h3>Element Information</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">plugin</span></p></td> +<td> + <a class="link" href="gst-plugins-ugly-plugins-plugin-lame.html#plugin-lame">lame</a> + </td> +</tr> +<tr> +<td><p><span class="term">author</span></p></td> +<td>Sebastian Dröge <sebastian.droege@collabora.co.uk></td> +</tr> +<tr> +<td><p><span class="term">class</span></p></td> +<td>Codec/Encoder/Audio</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.7.8.2.2"></a><h3>Element Pads</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)1</td> +</tr> +<tr> +<td><p><span class="term"></span></p></td> +<td> audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)2, channel-mask=(bitmask)0x0000000000000003</td> +</tr> +</tbody> +</table></div> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>src</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>source</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/mpeg, mpegversion=(int)1, layer=(int)3, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<p> +</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-lamemp3enc.functions_details"></a><h2>Functions</h2> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-lamemp3enc.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GstLameMP3Enc-struct"></a><h3>struct GstLameMP3Enc</h3> +<pre class="programlisting">struct GstLameMP3Enc;</pre> +<p> +</p> +</div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-lamemp3enc.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GstLameMP3Enc--bitrate"></a><h3>The <code class="literal">“bitrate”</code> property</h3> +<pre class="programlisting"> “bitrate” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> +<p>Bitrate in kbit/sec (Only valid if target is bitrate, for CBR one of 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256 or 320).</p> +<p>Flags: Read / Write / Construct</p> +<p>Allowed values: [8,320]</p> +<p>Default value: 128</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstLameMP3Enc--cbr"></a><h3>The <code class="literal">“cbr”</code> property</h3> +<pre class="programlisting"> “cbr” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Enforce constant bitrate encoding (Only valid if target is bitrate).</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstLameMP3Enc--encoding-engine-quality"></a><h3>The <code class="literal">“encoding-engine-quality”</code> property</h3> +<pre class="programlisting"> “encoding-engine-quality” <span class="type">GstLameMP3EncEncodingEngineQuality</span></pre> +<p>Quality/speed of the encoding engine, this does not affect the bitrate!.</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: Standard</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstLameMP3Enc--mono"></a><h3>The <code class="literal">“mono”</code> property</h3> +<pre class="programlisting"> “mono” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Enforce mono encoding.</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstLameMP3Enc--quality"></a><h3>The <code class="literal">“quality”</code> property</h3> +<pre class="programlisting"> “quality” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></pre> +<p>VBR Quality from 0 to 10, 0 being the best (Only valid if target is quality).</p> +<p>Flags: Read / Write / Construct</p> +<p>Allowed values: [0,9.999]</p> +<p>Default value: 4</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstLameMP3Enc--target"></a><h3>The <code class="literal">“target”</code> property</h3> +<pre class="programlisting"> “target” <span class="type">GstLameMP3EncTarget</span></pre> +<p>Optimize for quality or bitrate.</p> +<p>Flags: Read / Write / Construct</p> +<p>Default value: Quality</p> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-mad.html b/docs/plugins/html/gst-plugins-ugly-plugins-mad.html new file mode 100644 index 0000000..9bc8a43 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-mad.html @@ -0,0 +1,201 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: mad</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch01.html" title="gst-plugins-ugly Elements"> +<link rel="prev" href="gst-plugins-ugly-plugins-lamemp3enc.html" title="lamemp3enc"> +<link rel="next" href="gst-plugins-ugly-plugins-rademux.html" title="rademux"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-mad.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-mad.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-mad.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-lamemp3enc.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-rademux.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-mad"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="gst-plugins-ugly-plugins-mad.top_of_page"></a>mad</span></h2> +<p>mad — Uses mad code to decode mp3 streams</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-mad.properties"></a><h2>Properties</h2> +<div class="informaltable"><table border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-mad.html#GstMad--half" title="The “half” property">half</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-mad.html#GstMad--ignore-crc" title="The “ignore-crc” property">ignore-crc</a></td> +<td class="property_flags">Read / Write</td> +</tr> +</tbody> +</table></div> +</div> +<a name="GstMad"></a><div class="refsect1"> +<a name="gst-plugins-ugly-plugins-mad.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="name"> +<col class="description"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="gst-plugins-ugly-plugins-mad.html#GstMad-struct" title="struct GstMad">GstMad</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-mad.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstaudiodecoder.html#GstAudioDecoder">GstAudioDecoder</a> + <span class="lineart">╰──</span> GstMad +</pre> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-mad.description"></a><h2>Description</h2> +<div class="refsynopsisdiv"> +<h2>Synopsis</h2> +<div class="refsect2"> +<a name="id-1.2.8.7.2.1"></a><h3>Element Information</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">plugin</span></p></td> +<td> + <a class="link" href="gst-plugins-ugly-plugins-plugin-mad.html#plugin-mad">mad</a> + </td> +</tr> +<tr> +<td><p><span class="term">author</span></p></td> +<td>Wim Taymans <wim.taymans@gmail.com></td> +</tr> +<tr> +<td><p><span class="term">class</span></p></td> +<td>Codec/Decoder/Audio</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.8.7.2.2"></a><h3>Element Pads</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ], rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</td> +</tr> +</tbody> +</table></div> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>src</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>source</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/x-raw, format=(string)S32LE, layout=(string)interleaved, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<p> +</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-mad.functions_details"></a><h2>Functions</h2> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-mad.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GstMad-struct"></a><h3>struct GstMad</h3> +<pre class="programlisting">struct GstMad;</pre> +<p> +</p> +</div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-mad.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GstMad--half"></a><h3>The <code class="literal">“half”</code> property</h3> +<pre class="programlisting"> “half” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Generate PCM at 1/2 sample rate.</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstMad--ignore-crc"></a><h3>The <code class="literal">“ignore-crc”</code> property</h3> +<pre class="programlisting"> “ignore-crc” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Ignore CRC errors.</p> +<p>Flags: Read / Write</p> +<p>Default value: TRUE</p> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html new file mode 100644 index 0000000..7e89289 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html @@ -0,0 +1,80 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: a52dec</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch02.html" title="gst-plugins-ugly Plugins"> +<link rel="prev" href="ch02.html" title="gst-plugins-ugly Plugins"> +<link rel="next" href="gst-plugins-ugly-plugins-plugin-amrnb.html" title="amrnb"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="ch02.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-plugin-amrnb.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-plugin-a52dec"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle">a52dec</span></h2> +<p>a52dec — <a name="plugin-a52dec"></a>Decodes ATSC A/52 encoded audio streams</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="id-1.3.2.3"></a><h2>Plugin Information</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">filename</span></p></td> +<td>libgsta52dec.so</td> +</tr> +<tr> +<td><p><span class="term">version</span></p></td> +<td>1.4.5</td> +</tr> +<tr> +<td><p><span class="term">run-time license</span></p></td> +<td>GPL</td> +</tr> +<tr> +<td><p><span class="term">package</span></p></td> +<td>GStreamer Ugly Plug-ins source release</td> +</tr> +<tr> +<td><p><span class="term">origin</span></p></td> +<td>Unknown package origin</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="id-1.3.2.4"></a><h2>Elements</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody><tr> +<td><p><span class="term"><a class="link" href="gst-plugins-ugly-plugins-a52dec.html" title="a52dec">a52dec</a></span></p></td> +<td>Decodes ATSC A/52 encoded audio streams</td> +</tr></tbody> +</table></div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html new file mode 100644 index 0000000..e4d6165 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html @@ -0,0 +1,86 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: amrnb</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch02.html" title="gst-plugins-ugly Plugins"> +<link rel="prev" href="gst-plugins-ugly-plugins-plugin-a52dec.html" title="a52dec"> +<link rel="next" href="gst-plugins-ugly-plugins-plugin-amrwbdec.html" title="amrwbdec"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-plugin-a52dec.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-plugin-amrwbdec.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-plugin-amrnb"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle">amrnb</span></h2> +<p>amrnb — <a name="plugin-amrnb"></a>Adaptive Multi-Rate Narrow-Band</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="id-1.3.3.3"></a><h2>Plugin Information</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">filename</span></p></td> +<td>libgstamrnb.so</td> +</tr> +<tr> +<td><p><span class="term">version</span></p></td> +<td>1.4.5</td> +</tr> +<tr> +<td><p><span class="term">run-time license</span></p></td> +<td>unknown</td> +</tr> +<tr> +<td><p><span class="term">package</span></p></td> +<td>GStreamer Ugly Plug-ins source release</td> +</tr> +<tr> +<td><p><span class="term">origin</span></p></td> +<td>Unknown package origin</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="id-1.3.3.4"></a><h2>Elements</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term"><a class="link" href="gst-plugins-ugly-plugins-amrnbdec.html" title="amrnbdec">amrnbdec</a></span></p></td> +<td>Adaptive Multi-Rate Narrow-Band audio decoder</td> +</tr> +<tr> +<td><p><span class="term"><a class="link" href="gst-plugins-ugly-plugins-amrnbenc.html" title="amrnbenc">amrnbenc</a></span></p></td> +<td>Adaptive Multi-Rate Narrow-Band audio encoder</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html new file mode 100644 index 0000000..74a5d5f --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html @@ -0,0 +1,80 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: amrwbdec</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch02.html" title="gst-plugins-ugly Plugins"> +<link rel="prev" href="gst-plugins-ugly-plugins-plugin-amrnb.html" title="amrnb"> +<link rel="next" href="gst-plugins-ugly-plugins-plugin-asf.html" title="asf"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-plugin-amrnb.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-plugin-asf.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-plugin-amrwbdec"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle">amrwbdec</span></h2> +<p>amrwbdec — <a name="plugin-amrwbdec"></a>Adaptive Multi-Rate Wide-Band Decoder</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="id-1.3.4.3"></a><h2>Plugin Information</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">filename</span></p></td> +<td>libgstamrwbdec.so</td> +</tr> +<tr> +<td><p><span class="term">version</span></p></td> +<td>1.4.5</td> +</tr> +<tr> +<td><p><span class="term">run-time license</span></p></td> +<td>unknown</td> +</tr> +<tr> +<td><p><span class="term">package</span></p></td> +<td>GStreamer Ugly Plug-ins source release</td> +</tr> +<tr> +<td><p><span class="term">origin</span></p></td> +<td>Unknown package origin</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="id-1.3.4.4"></a><h2>Elements</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody><tr> +<td><p><span class="term"><a class="link" href="gst-plugins-ugly-plugins-amrwbdec.html" title="amrwbdec">amrwbdec</a></span></p></td> +<td>Adaptive Multi-Rate Wideband audio decoder</td> +</tr></tbody> +</table></div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html new file mode 100644 index 0000000..effeb83 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html @@ -0,0 +1,90 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: asf</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch02.html" title="gst-plugins-ugly Plugins"> +<link rel="prev" href="gst-plugins-ugly-plugins-plugin-amrwbdec.html" title="amrwbdec"> +<link rel="next" href="gst-plugins-ugly-plugins-plugin-cdio.html" title="cdio"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-plugin-amrwbdec.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-plugin-cdio.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-plugin-asf"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle">asf</span></h2> +<p>asf — <a name="plugin-asf"></a>Demuxes and muxes audio and video in Microsofts ASF format</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="id-1.3.5.3"></a><h2>Plugin Information</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">filename</span></p></td> +<td>libgstasf.so</td> +</tr> +<tr> +<td><p><span class="term">version</span></p></td> +<td>1.4.5</td> +</tr> +<tr> +<td><p><span class="term">run-time license</span></p></td> +<td>LGPL</td> +</tr> +<tr> +<td><p><span class="term">package</span></p></td> +<td>GStreamer Ugly Plug-ins source release</td> +</tr> +<tr> +<td><p><span class="term">origin</span></p></td> +<td>Unknown package origin</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="id-1.3.5.4"></a><h2>Elements</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">asfdemux</span></p></td> +<td>Demultiplexes ASF Streams</td> +</tr> +<tr> +<td><p><span class="term">rtpasfdepay</span></p></td> +<td>Extracts ASF streams from RTP</td> +</tr> +<tr> +<td><p><span class="term"><a class="link" href="gst-plugins-ugly-plugins-rtspwms.html" title="rtspwms">rtspwms</a></span></p></td> +<td>Extends RTSP so that it can handle WMS setup</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html new file mode 100644 index 0000000..6304310 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html @@ -0,0 +1,80 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: cdio</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch02.html" title="gst-plugins-ugly Plugins"> +<link rel="prev" href="gst-plugins-ugly-plugins-plugin-asf.html" title="asf"> +<link rel="next" href="gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html" title="dvdlpcmdec"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-plugin-asf.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-plugin-cdio"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle">cdio</span></h2> +<p>cdio — <a name="plugin-cdio"></a>Read audio from audio CDs</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="id-1.3.6.3"></a><h2>Plugin Information</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">filename</span></p></td> +<td>libgstcdio.so</td> +</tr> +<tr> +<td><p><span class="term">version</span></p></td> +<td>1.4.5</td> +</tr> +<tr> +<td><p><span class="term">run-time license</span></p></td> +<td>GPL</td> +</tr> +<tr> +<td><p><span class="term">package</span></p></td> +<td>GStreamer Ugly Plug-ins source release</td> +</tr> +<tr> +<td><p><span class="term">origin</span></p></td> +<td>Unknown package origin</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="id-1.3.6.4"></a><h2>Elements</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody><tr> +<td><p><span class="term"><a class="link" href="gst-plugins-ugly-plugins-cdiocddasrc.html" title="cdiocddasrc">cdiocddasrc</a></span></p></td> +<td>Read audio from CD using libcdio</td> +</tr></tbody> +</table></div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html new file mode 100644 index 0000000..d76b009 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html @@ -0,0 +1,80 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: dvdlpcmdec</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch02.html" title="gst-plugins-ugly Plugins"> +<link rel="prev" href="gst-plugins-ugly-plugins-plugin-cdio.html" title="cdio"> +<link rel="next" href="gst-plugins-ugly-plugins-plugin-dvdread.html" title="dvdread"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-plugin-cdio.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-plugin-dvdread.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-plugin-dvdlpcmdec"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle">dvdlpcmdec</span></h2> +<p>dvdlpcmdec — <a name="plugin-dvdlpcmdec"></a>Decode DVD LPCM frames into standard PCM</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="id-1.3.7.3"></a><h2>Plugin Information</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">filename</span></p></td> +<td>libgstdvdlpcmdec.so</td> +</tr> +<tr> +<td><p><span class="term">version</span></p></td> +<td>1.4.5</td> +</tr> +<tr> +<td><p><span class="term">run-time license</span></p></td> +<td>LGPL</td> +</tr> +<tr> +<td><p><span class="term">package</span></p></td> +<td>GStreamer Ugly Plug-ins source release</td> +</tr> +<tr> +<td><p><span class="term">origin</span></p></td> +<td>Unknown package origin</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="id-1.3.7.4"></a><h2>Elements</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody><tr> +<td><p><span class="term">dvdlpcmdec</span></p></td> +<td>Decode DVD LPCM frames into standard PCM audio</td> +</tr></tbody> +</table></div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html new file mode 100644 index 0000000..d45d3a4 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html @@ -0,0 +1,80 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: dvdread</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch02.html" title="gst-plugins-ugly Plugins"> +<link rel="prev" href="gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html" title="dvdlpcmdec"> +<link rel="next" href="gst-plugins-ugly-plugins-plugin-dvdsub.html" title="dvdsub"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-plugin-dvdsub.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-plugin-dvdread"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle">dvdread</span></h2> +<p>dvdread — <a name="plugin-dvdread"></a>Access a DVD with dvdread</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="id-1.3.8.3"></a><h2>Plugin Information</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">filename</span></p></td> +<td>libgstdvdread.so</td> +</tr> +<tr> +<td><p><span class="term">version</span></p></td> +<td>1.4.5</td> +</tr> +<tr> +<td><p><span class="term">run-time license</span></p></td> +<td>GPL</td> +</tr> +<tr> +<td><p><span class="term">package</span></p></td> +<td>GStreamer Ugly Plug-ins source release</td> +</tr> +<tr> +<td><p><span class="term">origin</span></p></td> +<td>Unknown package origin</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="id-1.3.8.4"></a><h2>Elements</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody><tr> +<td><p><span class="term">dvdreadsrc</span></p></td> +<td>Access a DVD title/chapter/angle using libdvdread</td> +</tr></tbody> +</table></div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html new file mode 100644 index 0000000..7681d48 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html @@ -0,0 +1,86 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: dvdsub</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch02.html" title="gst-plugins-ugly Plugins"> +<link rel="prev" href="gst-plugins-ugly-plugins-plugin-dvdread.html" title="dvdread"> +<link rel="next" href="gst-plugins-ugly-plugins-plugin-lame.html" title="lame"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-plugin-dvdread.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-plugin-lame.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-plugin-dvdsub"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle">dvdsub</span></h2> +<p>dvdsub — <a name="plugin-dvdsub"></a>DVD subtitle parser and decoder</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="id-1.3.9.3"></a><h2>Plugin Information</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">filename</span></p></td> +<td>libgstdvdsub.so</td> +</tr> +<tr> +<td><p><span class="term">version</span></p></td> +<td>1.4.5</td> +</tr> +<tr> +<td><p><span class="term">run-time license</span></p></td> +<td>LGPL</td> +</tr> +<tr> +<td><p><span class="term">package</span></p></td> +<td>GStreamer Ugly Plug-ins source release</td> +</tr> +<tr> +<td><p><span class="term">origin</span></p></td> +<td>Unknown package origin</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="id-1.3.9.4"></a><h2>Elements</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">dvdsubdec</span></p></td> +<td>Decodes DVD subtitles into AYUV video frames</td> +</tr> +<tr> +<td><p><span class="term">dvdsubparse</span></p></td> +<td>Parses and packetizes DVD subtitle streams</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-lame.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-lame.html new file mode 100644 index 0000000..57bc7bd --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-lame.html @@ -0,0 +1,80 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: lame</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch02.html" title="gst-plugins-ugly Plugins"> +<link rel="prev" href="gst-plugins-ugly-plugins-plugin-dvdsub.html" title="dvdsub"> +<link rel="next" href="gst-plugins-ugly-plugins-plugin-mad.html" title="mad"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-plugin-dvdsub.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-plugin-mad.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-plugin-lame"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle">lame</span></h2> +<p>lame — <a name="plugin-lame"></a>Encode MP3s with LAME</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="id-1.3.10.3"></a><h2>Plugin Information</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">filename</span></p></td> +<td>libgstlame.so</td> +</tr> +<tr> +<td><p><span class="term">version</span></p></td> +<td>1.4.5</td> +</tr> +<tr> +<td><p><span class="term">run-time license</span></p></td> +<td>LGPL</td> +</tr> +<tr> +<td><p><span class="term">package</span></p></td> +<td>GStreamer Ugly Plug-ins source release</td> +</tr> +<tr> +<td><p><span class="term">origin</span></p></td> +<td>Unknown package origin</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="id-1.3.10.4"></a><h2>Elements</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody><tr> +<td><p><span class="term"><a class="link" href="gst-plugins-ugly-plugins-lamemp3enc.html" title="lamemp3enc">lamemp3enc</a></span></p></td> +<td>High-quality free MP3 encoder</td> +</tr></tbody> +</table></div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mad.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mad.html new file mode 100644 index 0000000..ee044e3 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mad.html @@ -0,0 +1,80 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: mad</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch02.html" title="gst-plugins-ugly Plugins"> +<link rel="prev" href="gst-plugins-ugly-plugins-plugin-lame.html" title="lame"> +<link rel="next" href="gst-plugins-ugly-plugins-plugin-mpeg2dec.html" title="mpeg2dec"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-plugin-lame.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-plugin-mpeg2dec.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-plugin-mad"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle">mad</span></h2> +<p>mad — <a name="plugin-mad"></a>mp3 decoding based on the mad library</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="id-1.3.11.3"></a><h2>Plugin Information</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">filename</span></p></td> +<td>libgstmad.so</td> +</tr> +<tr> +<td><p><span class="term">version</span></p></td> +<td>1.4.5</td> +</tr> +<tr> +<td><p><span class="term">run-time license</span></p></td> +<td>GPL</td> +</tr> +<tr> +<td><p><span class="term">package</span></p></td> +<td>GStreamer Ugly Plug-ins source release</td> +</tr> +<tr> +<td><p><span class="term">origin</span></p></td> +<td>Unknown package origin</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="id-1.3.11.4"></a><h2>Elements</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody><tr> +<td><p><span class="term"><a class="link" href="gst-plugins-ugly-plugins-mad.html" title="mad">mad</a></span></p></td> +<td>Uses mad code to decode mp3 streams</td> +</tr></tbody> +</table></div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html new file mode 100644 index 0000000..00147d9 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html @@ -0,0 +1,80 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: mpeg2dec</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch02.html" title="gst-plugins-ugly Plugins"> +<link rel="prev" href="gst-plugins-ugly-plugins-plugin-mad.html" title="mad"> +<link rel="next" href="gst-plugins-ugly-plugins-plugin-realmedia.html" title="realmedia"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-plugin-mad.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-plugin-realmedia.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-plugin-mpeg2dec"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle">mpeg2dec</span></h2> +<p>mpeg2dec — <a name="plugin-mpeg2dec"></a>LibMpeg2 decoder</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="id-1.3.12.3"></a><h2>Plugin Information</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">filename</span></p></td> +<td>libgstmpeg2dec.so</td> +</tr> +<tr> +<td><p><span class="term">version</span></p></td> +<td>1.4.5</td> +</tr> +<tr> +<td><p><span class="term">run-time license</span></p></td> +<td>GPL</td> +</tr> +<tr> +<td><p><span class="term">package</span></p></td> +<td>GStreamer Ugly Plug-ins source release</td> +</tr> +<tr> +<td><p><span class="term">origin</span></p></td> +<td>Unknown package origin</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="id-1.3.12.4"></a><h2>Elements</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody><tr> +<td><p><span class="term">mpeg2dec</span></p></td> +<td>Uses libmpeg2 to decode MPEG video streams</td> +</tr></tbody> +</table></div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html new file mode 100644 index 0000000..7733f48 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html @@ -0,0 +1,102 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: realmedia</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch02.html" title="gst-plugins-ugly Plugins"> +<link rel="prev" href="gst-plugins-ugly-plugins-plugin-mpeg2dec.html" title="mpeg2dec"> +<link rel="next" href="gst-plugins-ugly-plugins-plugin-siddec.html" title="siddec"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-plugin-mpeg2dec.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-plugin-siddec.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-plugin-realmedia"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle">realmedia</span></h2> +<p>realmedia — <a name="plugin-realmedia"></a>RealMedia support plugins</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="id-1.3.13.3"></a><h2>Plugin Information</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">filename</span></p></td> +<td>libgstrmdemux.so</td> +</tr> +<tr> +<td><p><span class="term">version</span></p></td> +<td>1.4.5</td> +</tr> +<tr> +<td><p><span class="term">run-time license</span></p></td> +<td>LGPL</td> +</tr> +<tr> +<td><p><span class="term">package</span></p></td> +<td>GStreamer Ugly Plug-ins source release</td> +</tr> +<tr> +<td><p><span class="term">origin</span></p></td> +<td>Unknown package origin</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="id-1.3.13.4"></a><h2>Elements</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">pnmsrc</span></p></td> +<td>Receive data over the network via PNM</td> +</tr> +<tr> +<td><p><span class="term"><a class="link" href="gst-plugins-ugly-plugins-rademux.html" title="rademux">rademux</a></span></p></td> +<td>Demultiplex a RealAudio file</td> +</tr> +<tr> +<td><p><span class="term">rdtdepay</span></p></td> +<td>Extracts RealMedia from RDT packets</td> +</tr> +<tr> +<td><p><span class="term"><a class="link" href="gst-plugins-ugly-plugins-rdtmanager.html" title="rdtmanager">rdtmanager</a></span></p></td> +<td>Accepts raw RTP and RTCP packets and sends them forward</td> +</tr> +<tr> +<td><p><span class="term"><a class="link" href="gst-plugins-ugly-plugins-rmdemux.html" title="rmdemux">rmdemux</a></span></p></td> +<td>Demultiplex a RealMedia file into audio and video streams</td> +</tr> +<tr> +<td><p><span class="term"><a class="link" href="gst-plugins-ugly-plugins-rtspreal.html" title="rtspreal">rtspreal</a></span></p></td> +<td>Extends RTSP so that it can handle RealMedia setup</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-siddec.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-siddec.html new file mode 100644 index 0000000..17dc76e --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-siddec.html @@ -0,0 +1,80 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: siddec</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch02.html" title="gst-plugins-ugly Plugins"> +<link rel="prev" href="gst-plugins-ugly-plugins-plugin-realmedia.html" title="realmedia"> +<link rel="next" href="gst-plugins-ugly-plugins-plugin-twolame.html" title="twolame"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-plugin-realmedia.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-plugin-twolame.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-plugin-siddec"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle">siddec</span></h2> +<p>siddec — <a name="plugin-siddec"></a>Uses libsidplay to decode .sid files</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="id-1.3.14.3"></a><h2>Plugin Information</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">filename</span></p></td> +<td>libgstsid.so</td> +</tr> +<tr> +<td><p><span class="term">version</span></p></td> +<td>1.4.5</td> +</tr> +<tr> +<td><p><span class="term">run-time license</span></p></td> +<td>GPL</td> +</tr> +<tr> +<td><p><span class="term">package</span></p></td> +<td>GStreamer Ugly Plug-ins source release</td> +</tr> +<tr> +<td><p><span class="term">origin</span></p></td> +<td>Unknown package origin</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="id-1.3.14.4"></a><h2>Elements</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody><tr> +<td><p><span class="term"><a class="link" href="gst-plugins-ugly-plugins-siddec.html" title="siddec">siddec</a></span></p></td> +<td>Use libsidplay to decode SID audio tunes</td> +</tr></tbody> +</table></div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-twolame.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-twolame.html new file mode 100644 index 0000000..a3fe7bd --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-twolame.html @@ -0,0 +1,80 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: twolame</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch02.html" title="gst-plugins-ugly Plugins"> +<link rel="prev" href="gst-plugins-ugly-plugins-plugin-siddec.html" title="siddec"> +<link rel="next" href="gst-plugins-ugly-plugins-plugin-x264.html" title="x264"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-plugin-siddec.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-plugin-x264.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-plugin-twolame"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle">twolame</span></h2> +<p>twolame — <a name="plugin-twolame"></a>Encode MP2s with TwoLAME</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="id-1.3.15.3"></a><h2>Plugin Information</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">filename</span></p></td> +<td>libgsttwolame.so</td> +</tr> +<tr> +<td><p><span class="term">version</span></p></td> +<td>1.4.5</td> +</tr> +<tr> +<td><p><span class="term">run-time license</span></p></td> +<td>LGPL</td> +</tr> +<tr> +<td><p><span class="term">package</span></p></td> +<td>GStreamer Ugly Plug-ins source release</td> +</tr> +<tr> +<td><p><span class="term">origin</span></p></td> +<td>Unknown package origin</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="id-1.3.15.4"></a><h2>Elements</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody><tr> +<td><p><span class="term">twolamemp2enc</span></p></td> +<td>High-quality free MP2 encoder</td> +</tr></tbody> +</table></div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html new file mode 100644 index 0000000..b6e7473 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html @@ -0,0 +1,79 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: x264</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch02.html" title="gst-plugins-ugly Plugins"> +<link rel="prev" href="gst-plugins-ugly-plugins-plugin-twolame.html" title="twolame"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-plugin-twolame.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><img src="right-insensitive.png" width="16" height="16" border="0"></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-plugin-x264"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle">x264</span></h2> +<p>x264 — <a name="plugin-x264"></a>libx264-based H264 plugins</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="id-1.3.16.3"></a><h2>Plugin Information</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">filename</span></p></td> +<td>libgstx264.so</td> +</tr> +<tr> +<td><p><span class="term">version</span></p></td> +<td>1.4.5</td> +</tr> +<tr> +<td><p><span class="term">run-time license</span></p></td> +<td>GPL</td> +</tr> +<tr> +<td><p><span class="term">package</span></p></td> +<td>GStreamer Ugly Plug-ins source release</td> +</tr> +<tr> +<td><p><span class="term">origin</span></p></td> +<td>Unknown package origin</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="id-1.3.16.4"></a><h2>Elements</h2> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody><tr> +<td><p><span class="term"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html" title="x264enc">x264enc</a></span></p></td> +<td>H264 Encoder</td> +</tr></tbody> +</table></div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-rademux.html b/docs/plugins/html/gst-plugins-ugly-plugins-rademux.html new file mode 100644 index 0000000..28e042b --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-rademux.html @@ -0,0 +1,187 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: rademux</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch01.html" title="gst-plugins-ugly Elements"> +<link rel="prev" href="gst-plugins-ugly-plugins-mad.html" title="mad"> +<link rel="next" href="gst-plugins-ugly-plugins-rmdemux.html" title="rmdemux"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-rademux.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-rademux.object-hierarchy" class="shortcut">Object Hierarchy</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-mad.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-rmdemux.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-rademux"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="gst-plugins-ugly-plugins-rademux.top_of_page"></a>rademux</span></h2> +<p>rademux — Demultiplex a RealAudio file</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<a name="GstRealAudioDemux"></a><div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rademux.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="name"> +<col class="description"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="gst-plugins-ugly-plugins-rademux.html#GstRealAudioDemux-struct" title="struct GstRealAudioDemux">GstRealAudioDemux</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rademux.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a> + <span class="lineart">╰──</span> GstRealAudioDemux +</pre> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rademux.description"></a><h2>Description</h2> +<p>Demuxes/parses a RealAudio (.ra) file or stream into compressed audio.</p> +<div class="refsect2"> +<a name="id-1.2.9.6.3"></a><h3>Example launch line</h3> +<div class="informalexample"> + <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> + <tbody> + <tr> + <td class="listing_lines" align="right"><pre>1</pre></td> + <td class="listing_code"><pre class="programlisting">gst<span class="gtkdoc opt">-</span>launch filesrc location<span class="gtkdoc opt">=</span>interview<span class="gtkdoc opt">.</span>ra <span class="gtkdoc opt">!</span> rademux <span class="gtkdoc opt">!</span> ffdec_real_288 <span class="gtkdoc opt">!</span> audioconvert <span class="gtkdoc opt">!</span> audioresample <span class="gtkdoc opt">!</span> alsasink</pre></td> + </tr> + </tbody> + </table> +</div> + Read a RealAudio file and decode it and output it to the soundcard using +the ALSA element. The .ra file is assumed to contain RealAudio version 2. +<div class="informalexample"> + <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> + <tbody> + <tr> + <td class="listing_lines" align="right"><pre>1</pre></td> + <td class="listing_code"><pre class="programlisting">gst<span class="gtkdoc opt">-</span>launch gnomevfssrc location<span class="gtkdoc opt">=</span>http<span class="gtkdoc opt">:</span><span class="gtkdoc slc">//www.example.org/interview.ra ! rademux ! a52dec ! audioconvert ! audioresample ! alsasink</span></pre></td> + </tr> + </tbody> + </table> +</div> + Stream RealAudio data containing AC3 (dnet) compressed audio and decode it +and output it to the soundcard using the ALSA element. +</div> +<div class="refsynopsisdiv"> +<h2>Synopsis</h2> +<div class="refsect2"> +<a name="id-1.2.9.6.4.1"></a><h3>Element Information</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">plugin</span></p></td> +<td> + <a class="link" href="gst-plugins-ugly-plugins-plugin-realmedia.html#plugin-realmedia">realmedia</a> + </td> +</tr> +<tr> +<td><p><span class="term">author</span></p></td> +<td>Tim-Philipp Müller <tim centricular net></td> +</tr> +<tr> +<td><p><span class="term">class</span></p></td> +<td>Codec/Demuxer</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.9.6.4.2"></a><h3>Element Pads</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>application/x-pn-realaudio</td> +</tr> +</tbody> +</table></div> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>src</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>source</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>sometimes</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>ANY</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<p> +</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rademux.functions_details"></a><h2>Functions</h2> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rademux.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GstRealAudioDemux-struct"></a><h3>struct GstRealAudioDemux</h3> +<pre class="programlisting">struct GstRealAudioDemux;</pre> +<p> +</p> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-rdtmanager.html b/docs/plugins/html/gst-plugins-ugly-plugins-rdtmanager.html new file mode 100644 index 0000000..0588d4b --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-rdtmanager.html @@ -0,0 +1,533 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: rdtmanager</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch01.html" title="gst-plugins-ugly Elements"> +<link rel="prev" href="gst-plugins-ugly-plugins-rmdemux.html" title="rmdemux"> +<link rel="next" href="gst-plugins-ugly-plugins-rtspreal.html" title="rtspreal"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-rdtmanager.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-rdtmanager.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-rdtmanager.properties" class="shortcut">Properties</a></span><span id="nav_signals"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-rdtmanager.signals" class="shortcut">Signals</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-rmdemux.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-rtspreal.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-rdtmanager"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="gst-plugins-ugly-plugins-rdtmanager.top_of_page"></a>rdtmanager</span></h2> +<p>rdtmanager — Accepts raw RTP and RTCP packets and sends them forward</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rdtmanager.properties"></a><h2>Properties</h2> +<div class="informaltable"><table border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody><tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager--latency" title="The “latency” property">latency</a></td> +<td class="property_flags">Read / Write</td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rdtmanager.signals"></a><h2>Signals</h2> +<div class="informaltable"><table border="0"> +<colgroup> +<col width="150px" class="signals_return"> +<col width="300px" class="signals_name"> +<col width="200px" class="signals_flags"> +</colgroup> +<tbody> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-clear-pt-map" title="The “clear-pt-map” signal">clear-pt-map</a></td> +<td class="signal_flags">Run Last</td> +</tr> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-on-bye-ssrc" title="The “on-bye-ssrc” signal">on-bye-ssrc</a></td> +<td class="signal_flags">Run Last</td> +</tr> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-on-bye-timeout" title="The “on-bye-timeout” signal">on-bye-timeout</a></td> +<td class="signal_flags">Run Last</td> +</tr> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-on-timeout" title="The “on-timeout” signal">on-timeout</a></td> +<td class="signal_flags">Run Last</td> +</tr> +<tr> +<td class="signal_type"> +<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstCaps.html"><span class="returnvalue">GstCaps</span></a>*</td> +<td class="signal_name"><a class="link" href="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-request-pt-map" title="The “request-pt-map” signal">request-pt-map</a></td> +<td class="signal_flags">Run Last</td> +</tr> +<tr> +<td class="signal_type"><span class="returnvalue">void</span></td> +<td class="signal_name"><a class="link" href="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-on-npt-stop" title="The “on-npt-stop” signal">on-npt-stop</a></td> +<td class="signal_flags">Run Last</td> +</tr> +</tbody> +</table></div> +</div> +<a name="GstRDTManager"></a><div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rdtmanager.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="name"> +<col class="description"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-struct" title="struct GstRDTManager">GstRDTManager</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rdtmanager.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a> + <span class="lineart">╰──</span> GstRDTManager +</pre> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rdtmanager.description"></a><h2>Description</h2> +<p>A simple RTP session manager used internally by rtspsrc.</p> +<div class="refsynopsisdiv"> +<h2>Synopsis</h2> +<div class="refsect2"> +<a name="id-1.2.11.8.2.1.1"></a><h3>Element Information</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">plugin</span></p></td> +<td> + <a class="link" href="gst-plugins-ugly-plugins-plugin-realmedia.html#plugin-realmedia">realmedia</a> + </td> +</tr> +<tr> +<td><p><span class="term">author</span></p></td> +<td>Wim Taymans <wim.taymans@gmail.com></td> +</tr> +<tr> +<td><p><span class="term">class</span></p></td> +<td>Codec/Parser/Network</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.11.8.2.1.2"></a><h3>Element Pads</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>recv_rtcp_sink_%u</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>request</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>application/x-rtcp</td> +</tr> +</tbody> +</table></div> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>recv_rtp_sink_%u</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>request</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>application/x-rdt</td> +</tr> +</tbody> +</table></div> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>recv_rtp_src_%u_%u_%u</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>source</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>sometimes</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>application/x-rdt</td> +</tr> +</tbody> +</table></div> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>rtcp_src_%u</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>source</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>request</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>application/x-rtcp</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<p> +</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rdtmanager.functions_details"></a><h2>Functions</h2> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rdtmanager.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GstRDTManager-struct"></a><h3>struct GstRDTManager</h3> +<pre class="programlisting">struct GstRDTManager;</pre> +<p> +</p> +</div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rdtmanager.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GstRDTManager--latency"></a><h3>The <code class="literal">“latency”</code> property</h3> +<pre class="programlisting"> “latency” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>Amount of ms to buffer.</p> +<p>Flags: Read / Write</p> +<p>Default value: 200</p> +</div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rdtmanager.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2"> +<a name="GstRDTManager-clear-pt-map"></a><h3>The <code class="literal">“clear-pt-map”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager"><span class="type">GstRDTManager</span></a> *rtpbin, + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> +<p>Clear all previously cached pt-mapping obtained with +GstRDTManager::request-pt-map.</p> +<div class="refsect3"> +<a name="id-1.2.11.12.2.5"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>rtpbin</p></td> +<td class="parameter_description"><p>the object which received the signal</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p>Flags: Run Last</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstRDTManager-on-bye-ssrc"></a><h3>The <code class="literal">“on-bye-ssrc”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager"><span class="type">GstRDTManager</span></a> *rtpbin, + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> session, + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> ssrc, + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> +<p>Notify of an SSRC that became inactive because of a BYE packet.</p> +<div class="refsect3"> +<a name="id-1.2.11.12.3.5"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>rtpbin</p></td> +<td class="parameter_description"><p>the object which received the signal</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>session</p></td> +<td class="parameter_description"><p>the session</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>ssrc</p></td> +<td class="parameter_description"><p>the SSRC</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p>Flags: Run Last</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstRDTManager-on-bye-timeout"></a><h3>The <code class="literal">“on-bye-timeout”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager"><span class="type">GstRDTManager</span></a> *rtpbin, + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> session, + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> ssrc, + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> +<p>Notify of an SSRC that has timed out because of BYE</p> +<div class="refsect3"> +<a name="id-1.2.11.12.4.5"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>rtpbin</p></td> +<td class="parameter_description"><p>the object which received the signal</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>session</p></td> +<td class="parameter_description"><p>the session</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>ssrc</p></td> +<td class="parameter_description"><p>the SSRC</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p>Flags: Run Last</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstRDTManager-on-timeout"></a><h3>The <code class="literal">“on-timeout”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager"><span class="type">GstRDTManager</span></a> *rtpbin, + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> session, + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> ssrc, + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> +<p>Notify of an SSRC that has timed out</p> +<div class="refsect3"> +<a name="id-1.2.11.12.5.5"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>rtpbin</p></td> +<td class="parameter_description"><p>the object which received the signal</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>session</p></td> +<td class="parameter_description"><p>the session</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>ssrc</p></td> +<td class="parameter_description"><p>the SSRC</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p>Flags: Run Last</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstRDTManager-request-pt-map"></a><h3>The <code class="literal">“request-pt-map”</code> signal</h3> +<pre class="programlisting"><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstCaps.html"><span class="returnvalue">GstCaps</span></a>* +user_function (<a class="link" href="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager"><span class="type">GstRDTManager</span></a> *rdtmanager, + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> session, + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> pt, + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> +<p>Request the payload type as <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstCaps.html"><span class="type">GstCaps</span></a> for <em class="parameter"><code>pt</code></em> + in <em class="parameter"><code>session</code></em> +.</p> +<div class="refsect3"> +<a name="id-1.2.11.12.6.5"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>rdtmanager</p></td> +<td class="parameter_description"><p>the object which received the signal</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>session</p></td> +<td class="parameter_description"><p>the session</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>pt</p></td> +<td class="parameter_description"><p>the pt</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p>Flags: Run Last</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstRDTManager-on-npt-stop"></a><h3>The <code class="literal">“on-npt-stop”</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> +user_function (<a class="link" href="gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager"><span class="type">GstRDTManager</span></a> *rtpbin, + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> session, + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> ssrc, + <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre> +<p>Notify that SSRC sender has sent data up to the configured NPT stop time.</p> +<div class="refsect3"> +<a name="id-1.2.11.12.7.5"></a><h4>Parameters</h4> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="parameters_name"> +<col class="parameters_description"> +<col width="200px" class="parameters_annotations"> +</colgroup> +<tbody> +<tr> +<td class="parameter_name"><p>rtpbin</p></td> +<td class="parameter_description"><p>the object which received the signal</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>session</p></td> +<td class="parameter_description"><p>the session</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>ssrc</p></td> +<td class="parameter_description"><p>the SSRC</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>user_data</p></td> +<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<p>Flags: Run Last</p> +</div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rdtmanager.see-also"></a><h2>See Also</h2> +<p>GstRtspSrc</p> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-rmdemux.html b/docs/plugins/html/gst-plugins-ugly-plugins-rmdemux.html new file mode 100644 index 0000000..71abd58 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-rmdemux.html @@ -0,0 +1,183 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: rmdemux</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch01.html" title="gst-plugins-ugly Elements"> +<link rel="prev" href="gst-plugins-ugly-plugins-rademux.html" title="rademux"> +<link rel="next" href="gst-plugins-ugly-plugins-rdtmanager.html" title="rdtmanager"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-rmdemux.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-rmdemux.object-hierarchy" class="shortcut">Object Hierarchy</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-rademux.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-rdtmanager.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-rmdemux"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="gst-plugins-ugly-plugins-rmdemux.top_of_page"></a>rmdemux</span></h2> +<p>rmdemux — Demultiplex a RealMedia file into audio and video streams</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<a name="GstRMDemux"></a><div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rmdemux.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="name"> +<col class="description"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="gst-plugins-ugly-plugins-rmdemux.html#GstRMDemux-struct" title="struct GstRMDemux">GstRMDemux</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rmdemux.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a> + <span class="lineart">╰──</span> GstRMDemux +</pre> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rmdemux.description"></a><h2>Description</h2> +<div class="refsynopsisdiv"> +<h2>Synopsis</h2> +<div class="refsect2"> +<a name="id-1.2.10.6.2.1"></a><h3>Element Information</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">plugin</span></p></td> +<td> + <a class="link" href="gst-plugins-ugly-plugins-plugin-realmedia.html#plugin-realmedia">realmedia</a> + </td> +</tr> +<tr> +<td><p><span class="term">author</span></p></td> +<td>David Schleef <ds@schleef.org></td> +</tr> +<tr> +<td><p><span class="term">class</span></p></td> +<td>Codec/Demuxer</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.10.6.2.2"></a><h3>Element Pads</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>application/vnd.rn-realmedia</td> +</tr> +</tbody> +</table></div> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>audio_%u</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>source</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>sometimes</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>ANY</td> +</tr> +</tbody> +</table></div> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>video_%u</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>source</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>sometimes</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>ANY</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<p> +</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rmdemux.functions_details"></a><h2>Functions</h2> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rmdemux.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GstRMDemux-struct"></a><h3>struct GstRMDemux</h3> +<pre class="programlisting">struct GstRMDemux;</pre> +<p> +</p> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-rtspreal.html b/docs/plugins/html/gst-plugins-ugly-plugins-rtspreal.html new file mode 100644 index 0000000..718757c --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-rtspreal.html @@ -0,0 +1,119 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: rtspreal</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch01.html" title="gst-plugins-ugly Elements"> +<link rel="prev" href="gst-plugins-ugly-plugins-rdtmanager.html" title="rdtmanager"> +<link rel="next" href="gst-plugins-ugly-plugins-rtspwms.html" title="rtspwms"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-rtspreal.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-rtspreal.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-rtspreal.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-rdtmanager.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-rtspwms.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-rtspreal"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="gst-plugins-ugly-plugins-rtspreal.top_of_page"></a>rtspreal</span></h2> +<p>rtspreal — Extends RTSP so that it can handle RealMedia setup</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<a name="GstRTSPReal"></a><div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rtspreal.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="name"> +<col class="description"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="gst-plugins-ugly-plugins-rtspreal.html#GstRTSPReal-struct" title="struct GstRTSPReal">GstRTSPReal</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rtspreal.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a> + <span class="lineart">╰──</span> GstRTSPReal +</pre> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rtspreal.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GstRTSPReal implements + <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstrtspextension.html#GstRTSPExtension">GstRTSPExtension</a>.</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rtspreal.description"></a><h2>Description</h2> +<p>A RealMedia RTSP extension</p> +<div class="refsynopsisdiv"> +<h2>Synopsis</h2> +<div class="refsect2"> +<a name="id-1.2.12.7.2.1.1"></a><h3>Element Information</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">plugin</span></p></td> +<td> + <a class="link" href="gst-plugins-ugly-plugins-plugin-realmedia.html#plugin-realmedia">realmedia</a> + </td> +</tr> +<tr> +<td><p><span class="term">author</span></p></td> +<td>Wim Taymans <wim.taymans@gmail.com></td> +</tr> +<tr> +<td><p><span class="term">class</span></p></td> +<td>Network/Extension/Protocol</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.12.7.2.1.2"></a><h3>Element Pads</h3> +</div> +</div> +<p> +</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rtspreal.functions_details"></a><h2>Functions</h2> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rtspreal.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GstRTSPReal-struct"></a><h3>struct GstRTSPReal</h3> +<pre class="programlisting">struct GstRTSPReal;</pre> +<p> +</p> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-rtspwms.html b/docs/plugins/html/gst-plugins-ugly-plugins-rtspwms.html new file mode 100644 index 0000000..2a46c6a --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-rtspwms.html @@ -0,0 +1,119 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: rtspwms</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch01.html" title="gst-plugins-ugly Elements"> +<link rel="prev" href="gst-plugins-ugly-plugins-rtspreal.html" title="rtspreal"> +<link rel="next" href="gst-plugins-ugly-plugins-siddec.html" title="siddec"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-rtspwms.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-rtspwms.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-rtspwms.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-rtspreal.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-siddec.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-rtspwms"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="gst-plugins-ugly-plugins-rtspwms.top_of_page"></a>rtspwms</span></h2> +<p>rtspwms — Extends RTSP so that it can handle WMS setup</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<a name="GstRTSPWMS"></a><div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rtspwms.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="name"> +<col class="description"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="gst-plugins-ugly-plugins-rtspwms.html#GstRTSPWMS-struct" title="struct GstRTSPWMS">GstRTSPWMS</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rtspwms.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a> + <span class="lineart">╰──</span> GstRTSPWMS +</pre> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rtspwms.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GstRTSPWMS implements + <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstrtspextension.html#GstRTSPExtension">GstRTSPExtension</a>.</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rtspwms.description"></a><h2>Description</h2> +<p>A WMS RTSP extension</p> +<div class="refsynopsisdiv"> +<h2>Synopsis</h2> +<div class="refsect2"> +<a name="id-1.2.13.7.2.1.1"></a><h3>Element Information</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">plugin</span></p></td> +<td> + <a class="link" href="gst-plugins-ugly-plugins-plugin-asf.html#plugin-asf">asf</a> + </td> +</tr> +<tr> +<td><p><span class="term">author</span></p></td> +<td>Wim Taymans <wim.taymans@gmail.com></td> +</tr> +<tr> +<td><p><span class="term">class</span></p></td> +<td>Network/Extension/Protocol</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.13.7.2.1.2"></a><h3>Element Pads</h3> +</div> +</div> +<p> +</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rtspwms.functions_details"></a><h2>Functions</h2> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-rtspwms.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GstRTSPWMS-struct"></a><h3>struct GstRTSPWMS</h3> +<pre class="programlisting">struct GstRTSPWMS;</pre> +<p> +</p> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-siddec.html b/docs/plugins/html/gst-plugins-ugly-plugins-siddec.html new file mode 100644 index 0000000..ad98e7b --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-siddec.html @@ -0,0 +1,293 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: siddec</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch01.html" title="gst-plugins-ugly Elements"> +<link rel="prev" href="gst-plugins-ugly-plugins-rtspwms.html" title="rtspwms"> +<link rel="next" href="gst-plugins-ugly-plugins-twolame.html" title="twolame"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-siddec.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-siddec.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-siddec.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-rtspwms.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-twolame.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-siddec"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="gst-plugins-ugly-plugins-siddec.top_of_page"></a>siddec</span></h2> +<p>siddec — Use libsidplay to decode SID audio tunes</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-siddec.properties"></a><h2>Properties</h2> +<div class="informaltable"><table border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-siddec.html#GstSidDec--blocksize" title="The “blocksize” property">blocksize</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">GstSidClock</span></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-siddec.html#GstSidDec--clock" title="The “clock” property">clock</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-siddec.html#GstSidDec--filter" title="The “filter” property">filter</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-siddec.html#GstSidDec--force-speed" title="The “force-speed” property">force-speed</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-siddec.html#GstSidDec--measured-volume" title="The “measured-volume” property">measured-volume</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">GstSidMemory</span></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-siddec.html#GstSidDec--memory" title="The “memory” property">memory</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"> +<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstCaps.html"><span class="type">GstCaps</span></a> *</td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-siddec.html#GstSidDec--metadata" title="The “metadata” property">metadata</a></td> +<td class="property_flags">Read</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-siddec.html#GstSidDec--mos8580" title="The “mos8580” property">mos8580</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-siddec.html#GstSidDec--tune" title="The “tune” property">tune</a></td> +<td class="property_flags">Read / Write</td> +</tr> +</tbody> +</table></div> +</div> +<a name="GstSidDec"></a><div class="refsect1"> +<a name="gst-plugins-ugly-plugins-siddec.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="name"> +<col class="description"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="gst-plugins-ugly-plugins-siddec.html#GstSidDec-struct" title="struct GstSidDec">GstSidDec</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-siddec.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a> + <span class="lineart">╰──</span> GstSidDec +</pre> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-siddec.description"></a><h2>Description</h2> +<div class="refsynopsisdiv"> +<h2>Synopsis</h2> +<div class="refsect2"> +<a name="id-1.2.14.7.2.1"></a><h3>Element Information</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">plugin</span></p></td> +<td> + <a class="link" href="gst-plugins-ugly-plugins-plugin-siddec.html#plugin-siddec">siddec</a> + </td> +</tr> +<tr> +<td><p><span class="term">author</span></p></td> +<td>Wim Taymans <wim.taymans@gmail.com></td> +</tr> +<tr> +<td><p><span class="term">class</span></p></td> +<td>Codec/Decoder/Audio</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.14.7.2.2"></a><h3>Element Pads</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/x-sid</td> +</tr> +</tbody> +</table></div> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>src</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>source</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/x-raw, format=(string){ S16LE, U16LE, S8, U8 }, layout=(string)interleaved, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ]</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<p> +</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-siddec.functions_details"></a><h2>Functions</h2> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-siddec.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GstSidDec-struct"></a><h3>struct GstSidDec</h3> +<pre class="programlisting">struct GstSidDec;</pre> +<p> +</p> +</div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-siddec.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GstSidDec--blocksize"></a><h3>The <code class="literal">“blocksize”</code> property</h3> +<pre class="programlisting"> “blocksize” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>Size in bytes to output per buffer.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: >= 1</p> +<p>Default value: 4096</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstSidDec--clock"></a><h3>The <code class="literal">“clock”</code> property</h3> +<pre class="programlisting"> “clock” <span class="type">GstSidClock</span></pre> +<p>clock.</p> +<p>Flags: Read / Write</p> +<p>Default value: PAL</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstSidDec--filter"></a><h3>The <code class="literal">“filter”</code> property</h3> +<pre class="programlisting"> “filter” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>filter.</p> +<p>Flags: Read / Write</p> +<p>Default value: TRUE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstSidDec--force-speed"></a><h3>The <code class="literal">“force-speed”</code> property</h3> +<pre class="programlisting"> “force-speed” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>force_speed.</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstSidDec--measured-volume"></a><h3>The <code class="literal">“measured-volume”</code> property</h3> +<pre class="programlisting"> “measured-volume” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>measured_volume.</p> +<p>Flags: Read / Write</p> +<p>Default value: TRUE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstSidDec--memory"></a><h3>The <code class="literal">“memory”</code> property</h3> +<pre class="programlisting"> “memory” <span class="type">GstSidMemory</span></pre> +<p>memory.</p> +<p>Flags: Read / Write</p> +<p>Default value: Bank Switching</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstSidDec--metadata"></a><h3>The <code class="literal">“metadata”</code> property</h3> +<pre class="programlisting"> “metadata” <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstCaps.html"><span class="type">GstCaps</span></a> *</pre> +<p>Metadata.</p> +<p>Flags: Read</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstSidDec--mos8580"></a><h3>The <code class="literal">“mos8580”</code> property</h3> +<pre class="programlisting"> “mos8580” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>mos8580.</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstSidDec--tune"></a><h3>The <code class="literal">“tune”</code> property</h3> +<pre class="programlisting"> “tune” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> +<p>tune.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: [0,100]</p> +<p>Default value: 0</p> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-twolame.html b/docs/plugins/html/gst-plugins-ugly-plugins-twolame.html new file mode 100644 index 0000000..ddef8b5 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-twolame.html @@ -0,0 +1,386 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: twolame</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch01.html" title="gst-plugins-ugly Elements"> +<link rel="prev" href="gst-plugins-ugly-plugins-siddec.html" title="siddec"> +<link rel="next" href="gst-plugins-ugly-plugins-x264enc.html" title="x264enc"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-twolame.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-twolame.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-twolame.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-twolame.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-siddec.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-x264enc.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-twolame"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="gst-plugins-ugly-plugins-twolame.top_of_page"></a>twolame</span></h2> +<p>twolame — High-quality free MP2 encoder</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-twolame.properties"></a><h2>Properties</h2> +<div class="informaltable"><table border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--ath-level" title="The “ath-level” property">ath-level</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--bitrate" title="The “bitrate” property">bitrate</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--copyright" title="The “copyright” property">copyright</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">GstTwoLameEmphasis</span></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--emphasis" title="The “emphasis” property">emphasis</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--energy-level-extension" title="The “energy-level-extension” property">energy-level-extension</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--error-protection" title="The “error-protection” property">error-protection</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">GstTwoLameMode</span></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--mode" title="The “mode” property">mode</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--original" title="The “original” property">original</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">GstTwoLamePadding</span></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--padding" title="The “padding” property">padding</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--psymodel" title="The “psymodel” property">psymodel</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--quick-mode" title="The “quick-mode” property">quick-mode</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--quick-mode-count" title="The “quick-mode-count” property">quick-mode-count</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--vbr" title="The “vbr” property">vbr</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--vbr-level" title="The “vbr-level” property">vbr-level</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-twolame.html#GstTwoLame--vbr-max-bitrate" title="The “vbr-max-bitrate” property">vbr-max-bitrate</a></td> +<td class="property_flags">Read / Write</td> +</tr> +</tbody> +</table></div> +</div> +<a name="GstTwoLame"></a><div class="refsect1"> +<a name="gst-plugins-ugly-plugins-twolame.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="name"> +<col class="description"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="gst-plugins-ugly-plugins-twolame.html#GstTwoLame-struct" title="struct GstTwoLame">GstTwoLame</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-twolame.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-gstaudioencoder.html#GstAudioEncoder">GstAudioEncoder</a> + <span class="lineart">╰──</span> GstTwoLame +</pre> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-twolame.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GstTwoLame implements + <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPreset.html">GstPreset</a>.</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-twolame.description"></a><h2>Description</h2> +<div class="refsynopsisdiv"> +<h2>Synopsis</h2> +<div class="refsect2"> +<a name="id-1.2.15.8.2.1"></a><h3>Element Information</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">plugin</span></p></td> +<td> + <a class="link" href="gst-plugins-ugly-plugins-plugin-twolame.html#plugin-twolame">twolame</a> + </td> +</tr> +<tr> +<td><p><span class="term">author</span></p></td> +<td>Sebastian Dröge <sebastian.droege@collabora.co.uk></td> +</tr> +<tr> +<td><p><span class="term">class</span></p></td> +<td>Codec/Encoder/Audio</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.15.8.2.2"></a><h3>Element Pads</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/x-raw, format=(string){ F32LE, S16LE }, layout=(string)interleaved, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)1</td> +</tr> +<tr> +<td><p><span class="term"></span></p></td> +<td> audio/x-raw, format=(string){ F32LE, S16LE }, layout=(string)interleaved, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)2, channel-mask=(bitmask)0x0000000000000003</td> +</tr> +</tbody> +</table></div> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>src</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>source</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/mpeg, mpegversion=(int)1, layer=(int)2, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<p> +</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-twolame.functions_details"></a><h2>Functions</h2> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-twolame.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GstTwoLame-struct"></a><h3>struct GstTwoLame</h3> +<pre class="programlisting">struct GstTwoLame;</pre> +<p> +</p> +</div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-twolame.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GstTwoLame--ath-level"></a><h3>The <code class="literal">“ath-level”</code> property</h3> +<pre class="programlisting"> “ath-level” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></pre> +<p>ATH Level in dB.</p> +<p>Flags: Read / Write</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstTwoLame--bitrate"></a><h3>The <code class="literal">“bitrate”</code> property</h3> +<pre class="programlisting"> “bitrate” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> +<p>Bitrate in kbit/sec (8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160, 192, 224, 256, 320, 384).</p> +<p>Flags: Read / Write</p> +<p>Allowed values: [8,384]</p> +<p>Default value: 192</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstTwoLame--copyright"></a><h3>The <code class="literal">“copyright”</code> property</h3> +<pre class="programlisting"> “copyright” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Mark as copyright.</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstTwoLame--emphasis"></a><h3>The <code class="literal">“emphasis”</code> property</h3> +<pre class="programlisting"> “emphasis” <span class="type">GstTwoLameEmphasis</span></pre> +<p>Pre-emphasis to apply to the decoded audio.</p> +<p>Flags: Read / Write</p> +<p>Default value: No emphasis</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstTwoLame--energy-level-extension"></a><h3>The <code class="literal">“energy-level-extension”</code> property</h3> +<pre class="programlisting"> “energy-level-extension” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Write peak PCM level to each frame.</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstTwoLame--error-protection"></a><h3>The <code class="literal">“error-protection”</code> property</h3> +<pre class="programlisting"> “error-protection” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Adds checksum to every frame.</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstTwoLame--mode"></a><h3>The <code class="literal">“mode”</code> property</h3> +<pre class="programlisting"> “mode” <span class="type">GstTwoLameMode</span></pre> +<p>Encoding mode.</p> +<p>Flags: Read / Write</p> +<p>Default value: Joint Stereo</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstTwoLame--original"></a><h3>The <code class="literal">“original”</code> property</h3> +<pre class="programlisting"> “original” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Mark as original.</p> +<p>Flags: Read / Write</p> +<p>Default value: TRUE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstTwoLame--padding"></a><h3>The <code class="literal">“padding”</code> property</h3> +<pre class="programlisting"> “padding” <span class="type">GstTwoLamePadding</span></pre> +<p>Padding type.</p> +<p>Flags: Read / Write</p> +<p>Default value: No Padding</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstTwoLame--psymodel"></a><h3>The <code class="literal">“psymodel”</code> property</h3> +<pre class="programlisting"> “psymodel” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> +<p>Psychoacoustic model used to encode the audio.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: [G_MAXULONG,4]</p> +<p>Default value: 3</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstTwoLame--quick-mode"></a><h3>The <code class="literal">“quick-mode”</code> property</h3> +<pre class="programlisting"> “quick-mode” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Calculate Psymodel every frames.</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstTwoLame--quick-mode-count"></a><h3>The <code class="literal">“quick-mode-count”</code> property</h3> +<pre class="programlisting"> “quick-mode-count” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> +<p>Calculate Psymodel every n frames.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: >= 0</p> +<p>Default value: 10</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstTwoLame--vbr"></a><h3>The <code class="literal">“vbr”</code> property</h3> +<pre class="programlisting"> “vbr” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Enable variable bitrate mode.</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstTwoLame--vbr-level"></a><h3>The <code class="literal">“vbr-level”</code> property</h3> +<pre class="programlisting"> “vbr-level” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></pre> +<p>VBR Level.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: [-10,10]</p> +<p>Default value: 5</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstTwoLame--vbr-max-bitrate"></a><h3>The <code class="literal">“vbr-max-bitrate”</code> property</h3> +<pre class="programlisting"> “vbr-max-bitrate” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> +<p>Specify maximum VBR bitrate (0=off, 8, 16, 24, 32, 40, 48, 56, 64, 80, 96, 112, 128, 144, 160, 192, 224, 256, 320, 384).</p> +<p>Flags: Read / Write</p> +<p>Allowed values: [0,384]</p> +<p>Default value: 0</p> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-x264enc.html b/docs/plugins/html/gst-plugins-ugly-plugins-x264enc.html new file mode 100644 index 0000000..fb295f5 --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-x264enc.html @@ -0,0 +1,707 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: x264enc</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch01.html" title="gst-plugins-ugly Elements"> +<link rel="prev" href="gst-plugins-ugly-plugins-twolame.html" title="twolame"> +<link rel="next" href="gst-plugins-ugly-plugins-xingmux.html" title="xingmux"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-x264enc.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-x264enc.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-x264enc.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-x264enc.properties" class="shortcut">Properties</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-twolame.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="gst-plugins-ugly-plugins-xingmux.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-x264enc"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="gst-plugins-ugly-plugins-x264enc.top_of_page"></a>x264enc</span></h2> +<p>x264enc — H264 Encoder</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-x264enc.properties"></a><h2>Properties</h2> +<div class="informaltable"><table border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><span class="type">GstX264EncAnalyse</span></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--analyse" title="The “analyse” property">analyse</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--aud" title="The “aud” property">aud</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--b-adapt" title="The “b-adapt” property">b-adapt</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--b-pyramid" title="The “b-pyramid” property">b-pyramid</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--bframes" title="The “bframes” property">bframes</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--bitrate" title="The “bitrate” property">bitrate</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--byte-stream" title="The “byte-stream” property">byte-stream</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--cabac" title="The “cabac” property">cabac</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--dct8x8" title="The “dct8x8” property">dct8x8</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--interlaced" title="The “interlaced” property">interlaced</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--ip-factor" title="The “ip-factor” property">ip-factor</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--key-int-max" title="The “key-int-max” property">key-int-max</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">GstX264EncMe</span></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--me" title="The “me” property">me</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--multipass-cache-file" title="The “multipass-cache-file” property">multipass-cache-file</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--noise-reduction" title="The “noise-reduction” property">noise-reduction</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">GstX264EncPass</span></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--pass" title="The “pass” property">pass</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--pb-factor" title="The “pb-factor” property">pb-factor</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--qp-max" title="The “qp-max” property">qp-max</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--qp-min" title="The “qp-min” property">qp-min</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--qp-step" title="The “qp-step” property">qp-step</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--quantizer" title="The “quantizer” property">quantizer</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--ref" title="The “ref” property">ref</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--sps-id" title="The “sps-id” property">sps-id</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--stats-file" title="The “stats-file” property">stats-file</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--subme" title="The “subme” property">subme</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--threads" title="The “threads” property">threads</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--trellis" title="The “trellis” property">trellis</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--vbv-buf-capacity" title="The “vbv-buf-capacity” property">vbv-buf-capacity</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--weightb" title="The “weightb” property">weightb</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--intra-refresh" title="The “intra-refresh” property">intra-refresh</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--mb-tree" title="The “mb-tree” property">mb-tree</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--rc-lookahead" title="The “rc-lookahead” property">rc-lookahead</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--sliced-threads" title="The “sliced-threads” property">sliced-threads</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--sync-lookahead" title="The “sync-lookahead” property">sync-lookahead</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"> +<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--option-string" title="The “option-string” property">option-string</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">GstX264EncProfile</span></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--profile" title="The “profile” property">profile</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">GstX264EncPsyTune</span></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--psy-tune" title="The “psy-tune” property">psy-tune</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">GstX264EncPreset</span></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--speed-preset" title="The “speed-preset” property">speed-preset</a></td> +<td class="property_flags">Read / Write</td> +</tr> +<tr> +<td class="property_type"><span class="type">GstX264EncTune</span></td> +<td class="property_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--tune" title="The “tune” property">tune</a></td> +<td class="property_flags">Read / Write</td> +</tr> +</tbody> +</table></div> +</div> +<a name="GstX264Enc"></a><div class="refsect1"> +<a name="gst-plugins-ugly-plugins-x264enc.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="name"> +<col class="description"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="gst-plugins-ugly-plugins-x264enc.html#GstX264Enc-struct" title="struct GstX264Enc">GstX264Enc</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-x264enc.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-GstVideoEncoder.html#GstVideoEncoder">GstVideoEncoder</a> + <span class="lineart">╰──</span> GstX264Enc +</pre> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-x264enc.implemented-interfaces"></a><h2>Implemented Interfaces</h2> +<p> +GstX264Enc implements + <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPreset.html">GstPreset</a>.</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-x264enc.description"></a><h2>Description</h2> +<div class="refsynopsisdiv"> +<h2>Synopsis</h2> +<div class="refsect2"> +<a name="id-1.2.16.8.2.1"></a><h3>Element Information</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">plugin</span></p></td> +<td> + <a class="link" href="gst-plugins-ugly-plugins-plugin-x264.html#plugin-x264">x264</a> + </td> +</tr> +<tr> +<td><p><span class="term">author</span></p></td> +<td>Josef Zlomek <josef.zlomek@itonis.tv>, Mark Nauwelaerts <mnauw@users.sf.net></td> +</tr> +<tr> +<td><p><span class="term">class</span></p></td> +<td>Codec/Encoder/Video</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.16.8.2.2"></a><h3>Element Pads</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>video/x-raw, format=(string){ I420, YV12, Y42B, Y444, NV12, I420_10LE, I422_10LE, Y444_10LE }, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 2147483647 ], height=(int)[ 16, 2147483647 ]</td> +</tr> +</tbody> +</table></div> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>src</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>source</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>video/x-h264, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], stream-format=(string){ avc, byte-stream }, alignment=(string)au, profile=(string){ high-4:4:4, high-4:2:2, high-10, high, main, baseline, constrained-baseline, high-4:4:4-intra, high-4:2:2-intra, high-10-intra }</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<p> +</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-x264enc.functions_details"></a><h2>Functions</h2> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-x264enc.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GstX264Enc-struct"></a><h3>struct GstX264Enc</h3> +<pre class="programlisting">struct GstX264Enc;</pre> +<p> +</p> +</div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-x264enc.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="GstX264Enc--analyse"></a><h3>The <code class="literal">“analyse”</code> property</h3> +<pre class="programlisting"> “analyse” <span class="type">GstX264EncAnalyse</span></pre> +<p>Partitions to consider.</p> +<p>Flags: Read / Write</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--aud"></a><h3>The <code class="literal">“aud”</code> property</h3> +<pre class="programlisting"> “aud” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Use AU (Access Unit) delimiter.</p> +<p>Flags: Read / Write</p> +<p>Default value: TRUE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--b-adapt"></a><h3>The <code class="literal">“b-adapt”</code> property</h3> +<pre class="programlisting"> “b-adapt” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Automatically decide how many B-frames to use.</p> +<p>Flags: Read / Write</p> +<p>Default value: TRUE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--b-pyramid"></a><h3>The <code class="literal">“b-pyramid”</code> property</h3> +<pre class="programlisting"> “b-pyramid” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Keep some B-frames as references.</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--bframes"></a><h3>The <code class="literal">“bframes”</code> property</h3> +<pre class="programlisting"> “bframes” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>Number of B-frames between I and P.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: <= 4</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--bitrate"></a><h3>The <code class="literal">“bitrate”</code> property</h3> +<pre class="programlisting"> “bitrate” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>Bitrate in kbit/sec.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: [1,102400]</p> +<p>Default value: 2048</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--byte-stream"></a><h3>The <code class="literal">“byte-stream”</code> property</h3> +<pre class="programlisting"> “byte-stream” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Generate byte stream format of NALU.</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--cabac"></a><h3>The <code class="literal">“cabac”</code> property</h3> +<pre class="programlisting"> “cabac” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Enable CABAC entropy coding.</p> +<p>Flags: Read / Write</p> +<p>Default value: TRUE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--dct8x8"></a><h3>The <code class="literal">“dct8x8”</code> property</h3> +<pre class="programlisting"> “dct8x8” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Adaptive spatial transform size.</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--interlaced"></a><h3>The <code class="literal">“interlaced”</code> property</h3> +<pre class="programlisting"> “interlaced” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Interlaced material.</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--ip-factor"></a><h3>The <code class="literal">“ip-factor”</code> property</h3> +<pre class="programlisting"> “ip-factor” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></pre> +<p>Quantizer factor between I- and P-frames.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: [0,2]</p> +<p>Default value: 1.4</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--key-int-max"></a><h3>The <code class="literal">“key-int-max”</code> property</h3> +<pre class="programlisting"> “key-int-max” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>Maximal distance between two key-frames (0 for automatic).</p> +<p>Flags: Read / Write</p> +<p>Allowed values: <= G_MAXINT</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--me"></a><h3>The <code class="literal">“me”</code> property</h3> +<pre class="programlisting"> “me” <span class="type">GstX264EncMe</span></pre> +<p>Integer pixel motion estimation method.</p> +<p>Flags: Read / Write</p> +<p>Default value: hex</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--multipass-cache-file"></a><h3>The <code class="literal">“multipass-cache-file”</code> property</h3> +<pre class="programlisting"> “multipass-cache-file” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<p>Filename for multipass cache file.</p> +<p>Flags: Read / Write</p> +<p>Default value: "x264.log"</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--noise-reduction"></a><h3>The <code class="literal">“noise-reduction”</code> property</h3> +<pre class="programlisting"> “noise-reduction” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>Noise reduction strength.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: <= 100000</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--pass"></a><h3>The <code class="literal">“pass”</code> property</h3> +<pre class="programlisting"> “pass” <span class="type">GstX264EncPass</span></pre> +<p>Encoding pass/type.</p> +<p>Flags: Read / Write</p> +<p>Default value: Constant Bitrate Encoding</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--pb-factor"></a><h3>The <code class="literal">“pb-factor”</code> property</h3> +<pre class="programlisting"> “pb-factor” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a></pre> +<p>Quantizer factor between P- and B-frames.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: [0,2]</p> +<p>Default value: 1.3</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--qp-max"></a><h3>The <code class="literal">“qp-max”</code> property</h3> +<pre class="programlisting"> “qp-max” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>Maximum quantizer.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: <= 51</p> +<p>Default value: 51</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--qp-min"></a><h3>The <code class="literal">“qp-min”</code> property</h3> +<pre class="programlisting"> “qp-min” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>Minimum quantizer.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: <= 51</p> +<p>Default value: 10</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--qp-step"></a><h3>The <code class="literal">“qp-step”</code> property</h3> +<pre class="programlisting"> “qp-step” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>Maximum quantizer difference between frames.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: <= 50</p> +<p>Default value: 4</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--quantizer"></a><h3>The <code class="literal">“quantizer”</code> property</h3> +<pre class="programlisting"> “quantizer” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>Constant quantizer or quality to apply.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: <= 50</p> +<p>Default value: 21</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--ref"></a><h3>The <code class="literal">“ref”</code> property</h3> +<pre class="programlisting"> “ref” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>Number of reference frames.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: [1,12]</p> +<p>Default value: 1</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--sps-id"></a><h3>The <code class="literal">“sps-id”</code> property</h3> +<pre class="programlisting"> “sps-id” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>SPS and PPS ID number.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: <= 31</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--stats-file"></a><h3>The <code class="literal">“stats-file”</code> property</h3> +<pre class="programlisting"> “stats-file” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<p>Filename for multipass statistics (deprecated, use multipass-cache-file).</p> +<p>Flags: Read / Write</p> +<p>Default value: "x264.log"</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--subme"></a><h3>The <code class="literal">“subme”</code> property</h3> +<pre class="programlisting"> “subme” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>Subpixel motion estimation and partition decision quality: 1=fast, 10=best.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: [1,10]</p> +<p>Default value: 1</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--threads"></a><h3>The <code class="literal">“threads”</code> property</h3> +<pre class="programlisting"> “threads” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>Number of threads used by the codec (0 for automatic).</p> +<p>Flags: Read / Write</p> +<p>Allowed values: <= 4</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--trellis"></a><h3>The <code class="literal">“trellis”</code> property</h3> +<pre class="programlisting"> “trellis” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Enable trellis searched quantization.</p> +<p>Flags: Read / Write</p> +<p>Default value: TRUE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--vbv-buf-capacity"></a><h3>The <code class="literal">“vbv-buf-capacity”</code> property</h3> +<pre class="programlisting"> “vbv-buf-capacity” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>Size of the VBV buffer in milliseconds.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: <= 10000</p> +<p>Default value: 600</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--weightb"></a><h3>The <code class="literal">“weightb”</code> property</h3> +<pre class="programlisting"> “weightb” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Weighted prediction for B-frames.</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--intra-refresh"></a><h3>The <code class="literal">“intra-refresh”</code> property</h3> +<pre class="programlisting"> “intra-refresh” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Use Periodic Intra Refresh instead of IDR frames.</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--mb-tree"></a><h3>The <code class="literal">“mb-tree”</code> property</h3> +<pre class="programlisting"> “mb-tree” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Macroblock-Tree ratecontrol.</p> +<p>Flags: Read / Write</p> +<p>Default value: TRUE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--rc-lookahead"></a><h3>The <code class="literal">“rc-lookahead”</code> property</h3> +<pre class="programlisting"> “rc-lookahead” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> +<p>Number of frames for frametype lookahead.</p> +<p>Flags: Read / Write</p> +<p>Allowed values: [0,250]</p> +<p>Default value: 40</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--sliced-threads"></a><h3>The <code class="literal">“sliced-threads”</code> property</h3> +<pre class="programlisting"> “sliced-threads” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre> +<p>Low latency but lower efficiency threading.</p> +<p>Flags: Read / Write</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--sync-lookahead"></a><h3>The <code class="literal">“sync-lookahead”</code> property</h3> +<pre class="programlisting"> “sync-lookahead” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre> +<p>Number of buffer frames for threaded lookahead (-1 for automatic).</p> +<p>Flags: Read / Write</p> +<p>Allowed values: [G_MAXULONG,250]</p> +<p>Default value: -1</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--option-string"></a><h3>The <code class="literal">“option-string”</code> property</h3> +<pre class="programlisting"> “option-string” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre> +<p>String of x264 options (overridden by element properties).</p> +<p>Flags: Read / Write</p> +<p>Default value: ""</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--profile"></a><h3>The <code class="literal">“profile”</code> property</h3> +<pre class="programlisting"> “profile” <span class="type">GstX264EncProfile</span></pre> +<p>Apply restrictions to meet H.264 Profile constraints. This will override other properties if necessary. This will only be used if downstream elements do not specify a profile in their caps (DEPRECATED).</p> +<p>Flags: Read / Write</p> +<p>Default value: main</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--psy-tune"></a><h3>The <code class="literal">“psy-tune”</code> property</h3> +<pre class="programlisting"> “psy-tune” <span class="type">GstX264EncPsyTune</span></pre> +<p>Preset name for psychovisual tuning options.</p> +<p>Flags: Read / Write</p> +<p>Default value: No tuning</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--speed-preset"></a><h3>The <code class="literal">“speed-preset”</code> property</h3> +<pre class="programlisting"> “speed-preset” <span class="type">GstX264EncPreset</span></pre> +<p>Preset name for speed/quality tradeoff options (can affect decode compatibility - impose restrictions separately for your target decoder).</p> +<p>Flags: Read / Write</p> +<p>Default value: medium</p> +</div> +<hr> +<div class="refsect2"> +<a name="GstX264Enc--tune"></a><h3>The <code class="literal">“tune”</code> property</h3> +<pre class="programlisting"> “tune” <span class="type">GstX264EncTune</span></pre> +<p>Preset name for non-psychovisual tuning options.</p> +<p>Flags: Read / Write</p> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/gst-plugins-ugly-plugins-xingmux.html b/docs/plugins/html/gst-plugins-ugly-plugins-xingmux.html new file mode 100644 index 0000000..c51078e --- /dev/null +++ b/docs/plugins/html/gst-plugins-ugly-plugins-xingmux.html @@ -0,0 +1,180 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: xingmux</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="up" href="ch01.html" title="gst-plugins-ugly Elements"> +<link rel="prev" href="gst-plugins-ugly-plugins-x264enc.html" title="x264enc"> +<link rel="next" href="ch02.html" title="gst-plugins-ugly Plugins"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> +<td width="100%" align="left" class="shortcuts"> +<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-xingmux.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#gst-plugins-ugly-plugins-xingmux.object-hierarchy" class="shortcut">Object Hierarchy</a></span> +</td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> +<td><a accesskey="p" href="gst-plugins-ugly-plugins-x264enc.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> +<td><a accesskey="n" href="ch02.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +</tr></table> +<div class="refentry"> +<a name="gst-plugins-ugly-plugins-xingmux"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="gst-plugins-ugly-plugins-xingmux.top_of_page"></a>xingmux</span></h2> +<p>xingmux — Adds a Xing header to the beginning of a VBR MP3 file</p> +</td> +<td class="gallery_image" valign="top" align="right"></td> +</tr></table></div> +<a name="GstXingMux"></a><div class="refsect1"> +<a name="gst-plugins-ugly-plugins-xingmux.other"></a><h2>Types and Values</h2> +<div class="informaltable"><table width="100%" border="0"> +<colgroup> +<col width="150px" class="name"> +<col class="description"> +</colgroup> +<tbody><tr> +<td class="datatype_keyword">struct</td> +<td class="function_name"><a class="link" href="gst-plugins-ugly-plugins-xingmux.html#GstXingMux-struct" title="struct GstXingMux">GstXingMux</a></td> +</tr></tbody> +</table></div> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-xingmux.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstObject.html">GstObject</a> + <span class="lineart">╰──</span> <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstElement.html">GstElement</a> + <span class="lineart">╰──</span> GstXingMux +</pre> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-xingmux.description"></a><h2>Description</h2> +<p>xingmux adds a Xing header to MP3 files. This contains information about the duration and size +of the file and a seek table and is very useful for getting an almost correct duration and better +seeking on VBR MP3 files.</p> +<p>This element will remove any existing Xing, LAME or VBRI headers from the beginning of the file.</p> +<div class="refsect2"> +<a name="id-1.2.17.6.4"></a><h3>Example launch line</h3> +<div class="informalexample"> + <table class="listing_frame" border="0" cellpadding="0" cellspacing="0"> + <tbody> + <tr> + <td class="listing_lines" align="right"><pre>1 +2 +3</pre></td> + <td class="listing_code"><pre class="programlisting">gst<span class="gtkdoc opt">-</span>launch audiotestsrc num<span class="gtkdoc opt">-</span>buffers<span class="gtkdoc opt">=</span><span class="number">1000</span> <span class="gtkdoc opt">!</span> audioconvert <span class="gtkdoc opt">!</span> lamemp3enc <span class="gtkdoc opt">!</span> xingmux <span class="gtkdoc opt">!</span> filesink location<span class="gtkdoc opt">=</span>test<span class="gtkdoc opt">.</span>mp3 +gst<span class="gtkdoc opt">-</span>launch filesrc location<span class="gtkdoc opt">=</span>test<span class="gtkdoc opt">.</span>mp3 <span class="gtkdoc opt">!</span> xingmux <span class="gtkdoc opt">!</span> filesink location<span class="gtkdoc opt">=</span>test2<span class="gtkdoc opt">.</span>mp3 +gst<span class="gtkdoc opt">-</span>launch filesrc location<span class="gtkdoc opt">=</span>test<span class="gtkdoc opt">.</span>mp3 <span class="gtkdoc opt">!</span> mp3parse <span class="gtkdoc opt">!</span> xingmux <span class="gtkdoc opt">!</span> filesink location<span class="gtkdoc opt">=</span>test2<span class="gtkdoc opt">.</span>mp3</pre></td> + </tr> + </tbody> + </table> +</div> + +</div> +<div class="refsynopsisdiv"> +<h2>Synopsis</h2> +<div class="refsect2"> +<a name="id-1.2.17.6.5.1"></a><h3>Element Information</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">plugin</span></p></td> +<td> + xingmux + </td> +</tr> +<tr> +<td><p><span class="term">author</span></p></td> +<td>Christophe Fergeau <teuf@gnome.org></td> +</tr> +<tr> +<td><p><span class="term">class</span></p></td> +<td>Formatter/Muxer/Metadata</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2"> +<a name="id-1.2.17.6.5.2"></a><h3>Element Pads</h3> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>sink</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]</td> +</tr> +</tbody> +</table></div> +<div class="variablelist"><table border="0" class="variablelist"> +<colgroup> +<col align="left" valign="top"> +<col> +</colgroup> +<tbody> +<tr> +<td><p><span class="term">name</span></p></td> +<td>src</td> +</tr> +<tr> +<td><p><span class="term">direction</span></p></td> +<td>source</td> +</tr> +<tr> +<td><p><span class="term">presence</span></p></td> +<td>always</td> +</tr> +<tr> +<td><p><span class="term">details</span></p></td> +<td>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<p> +</p> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-xingmux.functions_details"></a><h2>Functions</h2> +</div> +<div class="refsect1"> +<a name="gst-plugins-ugly-plugins-xingmux.other_details"></a><h2>Types and Values</h2> +<div class="refsect2"> +<a name="GstXingMux-struct"></a><h3>struct GstXingMux</h3> +<pre class="programlisting">struct GstXingMux;</pre> +<p>Opaque data structure.</p> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/home.png b/docs/plugins/html/home.png Binary files differnew file mode 100644 index 0000000..9346b33 --- /dev/null +++ b/docs/plugins/html/home.png diff --git a/docs/plugins/html/index.html b/docs/plugins/html/index.html new file mode 100644 index 0000000..f6e1d37 --- /dev/null +++ b/docs/plugins/html/index.html @@ -0,0 +1,131 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>GStreamer Ugly Plugins 1.0 Plugins Reference Manual: GStreamer Ugly Plugins 1.0 Plugins Reference Manual</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> +<link rel="home" href="index.html" title="GStreamer Ugly Plugins 1.0 Plugins Reference Manual"> +<link rel="next" href="ch01.html" title="gst-plugins-ugly Elements"> +<meta name="generator" content="GTK-Doc V1.21 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<div class="book"> +<div class="titlepage"> +<div> +<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GStreamer Ugly Plugins 1.0 Plugins Reference Manual</p></th></tr></table></div> +<div><p class="releaseinfo"> + for GStreamer Ugly Plugins 1.0 (1.4.5) + The latest version of this documentation can be found on-line at + <a class="ulink" href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-ugly/html/" target="_top">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-ugly/html/</a>. + </p></div> +</div> +<hr> +</div> +<div class="toc"><dl class="toc"> +<dt><span class="chapter"><a href="ch01.html">gst-plugins-ugly Elements</a></span></dt> +<dd><dl> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-a52dec.html">a52dec</a></span><span class="refpurpose"> — Decodes ATSC A/52 encoded audio streams</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-amrnbdec.html">amrnbdec</a></span><span class="refpurpose"> — Adaptive Multi-Rate Narrow-Band audio decoder</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-amrnbenc.html">amrnbenc</a></span><span class="refpurpose"> — Adaptive Multi-Rate Narrow-Band audio encoder</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-amrwbdec.html">amrwbdec</a></span><span class="refpurpose"> — Adaptive Multi-Rate Wideband audio decoder</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-cdiocddasrc.html">cdiocddasrc</a></span><span class="refpurpose"> — Read audio from CD using libcdio</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-lamemp3enc.html">lamemp3enc</a></span><span class="refpurpose"> — High-quality free MP3 encoder</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-mad.html">mad</a></span><span class="refpurpose"> — Uses mad code to decode mp3 streams</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-rademux.html">rademux</a></span><span class="refpurpose"> — Demultiplex a RealAudio file</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-rmdemux.html">rmdemux</a></span><span class="refpurpose"> — Demultiplex a RealMedia file into audio and video streams</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-rdtmanager.html">rdtmanager</a></span><span class="refpurpose"> — Accepts raw RTP and RTCP packets and sends them forward</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-rtspreal.html">rtspreal</a></span><span class="refpurpose"> — Extends RTSP so that it can handle RealMedia setup</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-rtspwms.html">rtspwms</a></span><span class="refpurpose"> — Extends RTSP so that it can handle WMS setup</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-siddec.html">siddec</a></span><span class="refpurpose"> — Use libsidplay to decode SID audio tunes</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-twolame.html">twolame</a></span><span class="refpurpose"> — High-quality free MP2 encoder</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-x264enc.html">x264enc</a></span><span class="refpurpose"> — H264 Encoder</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-xingmux.html">xingmux</a></span><span class="refpurpose"> — Adds a Xing header to the beginning of a VBR MP3 file</span> +</dt> +</dl></dd> +<dt><span class="chapter"><a href="ch02.html">gst-plugins-ugly Plugins</a></span></dt> +<dd><dl> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-a52dec.html">a52dec</a></span><span class="refpurpose">Decodes ATSC A/52 encoded audio streams</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-amrnb.html">amrnb</a></span><span class="refpurpose">Adaptive Multi-Rate Narrow-Band</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-amrwbdec.html">amrwbdec</a></span><span class="refpurpose">Adaptive Multi-Rate Wide-Band Decoder</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-asf.html">asf</a></span><span class="refpurpose">Demuxes and muxes audio and video in Microsofts ASF format</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-cdio.html">cdio</a></span><span class="refpurpose">Read audio from audio CDs</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html">dvdlpcmdec</a></span><span class="refpurpose">Decode DVD LPCM frames into standard PCM</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-dvdread.html">dvdread</a></span><span class="refpurpose">Access a DVD with dvdread</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-dvdsub.html">dvdsub</a></span><span class="refpurpose">DVD subtitle parser and decoder</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-lame.html">lame</a></span><span class="refpurpose">Encode MP3s with LAME</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-mad.html">mad</a></span><span class="refpurpose">mp3 decoding based on the mad library</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-mpeg2dec.html">mpeg2dec</a></span><span class="refpurpose">LibMpeg2 decoder</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-realmedia.html">realmedia</a></span><span class="refpurpose">RealMedia support plugins</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-siddec.html">siddec</a></span><span class="refpurpose">Uses libsidplay to decode .sid files</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-twolame.html">twolame</a></span><span class="refpurpose">Encode MP2s with TwoLAME</span> +</dt> +<dt> +<span class="refentrytitle"><a href="gst-plugins-ugly-plugins-plugin-x264.html">x264</a></span><span class="refpurpose">libx264-based H264 plugins</span> +</dt> +</dl></dd> +</dl></div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.21</div> +</body> +</html>
\ No newline at end of file diff --git a/docs/plugins/html/index.sgml b/docs/plugins/html/index.sgml new file mode 100644 index 0000000..f2e1df8 --- /dev/null +++ b/docs/plugins/html/index.sgml @@ -0,0 +1,273 @@ +<ONLINE href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-ugly/html/"> +<ANCHOR id="gst-plugins-ugly-plugins-a52dec" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-a52dec.html"> +<ANCHOR id="gst-plugins-ugly-plugins-a52dec.properties" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-a52dec.html#gst-plugins-ugly-plugins-a52dec.properties"> +<ANCHOR id="GstA52Dec" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-a52dec.html#GstA52Dec"> +<ANCHOR id="gst-plugins-ugly-plugins-a52dec.other" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-a52dec.html#gst-plugins-ugly-plugins-a52dec.other"> +<ANCHOR id="gst-plugins-ugly-plugins-a52dec.object-hierarchy" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-a52dec.html#gst-plugins-ugly-plugins-a52dec.object-hierarchy"> +<ANCHOR id="gst-plugins-ugly-plugins-a52dec.description" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-a52dec.html#gst-plugins-ugly-plugins-a52dec.description"> +<ANCHOR id="gst-plugins-ugly-plugins-a52dec.functions_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-a52dec.html#gst-plugins-ugly-plugins-a52dec.functions_details"> +<ANCHOR id="gst-plugins-ugly-plugins-a52dec.other_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-a52dec.html#gst-plugins-ugly-plugins-a52dec.other_details"> +<ANCHOR id="GstA52Dec-struct" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-a52dec.html#GstA52Dec-struct"> +<ANCHOR id="gst-plugins-ugly-plugins-a52dec.property-details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-a52dec.html#gst-plugins-ugly-plugins-a52dec.property-details"> +<ANCHOR id="GstA52Dec--drc" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-a52dec.html#GstA52Dec--drc"> +<ANCHOR id="GstA52Dec--lfe" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-a52dec.html#GstA52Dec--lfe"> +<ANCHOR id="GstA52Dec--mode" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-a52dec.html#GstA52Dec--mode"> +<ANCHOR id="gst-plugins-ugly-plugins-amrnbdec" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbdec.html"> +<ANCHOR id="gst-plugins-ugly-plugins-amrnbdec.properties" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbdec.html#gst-plugins-ugly-plugins-amrnbdec.properties"> +<ANCHOR id="GstAmrnbDec" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbdec.html#GstAmrnbDec"> +<ANCHOR id="gst-plugins-ugly-plugins-amrnbdec.other" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbdec.html#gst-plugins-ugly-plugins-amrnbdec.other"> +<ANCHOR id="gst-plugins-ugly-plugins-amrnbdec.object-hierarchy" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbdec.html#gst-plugins-ugly-plugins-amrnbdec.object-hierarchy"> +<ANCHOR id="gst-plugins-ugly-plugins-amrnbdec.description" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbdec.html#gst-plugins-ugly-plugins-amrnbdec.description"> +<ANCHOR id="gst-plugins-ugly-plugins-amrnbdec.functions_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbdec.html#gst-plugins-ugly-plugins-amrnbdec.functions_details"> +<ANCHOR id="gst-plugins-ugly-plugins-amrnbdec.other_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbdec.html#gst-plugins-ugly-plugins-amrnbdec.other_details"> +<ANCHOR id="GstAmrnbDec-struct" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbdec.html#GstAmrnbDec-struct"> +<ANCHOR id="gst-plugins-ugly-plugins-amrnbdec.property-details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbdec.html#gst-plugins-ugly-plugins-amrnbdec.property-details"> +<ANCHOR id="GstAmrnbDec--variant" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbdec.html#GstAmrnbDec--variant"> +<ANCHOR id="gst-plugins-ugly-plugins-amrnbenc" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbenc.html"> +<ANCHOR id="gst-plugins-ugly-plugins-amrnbenc.properties" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbenc.html#gst-plugins-ugly-plugins-amrnbenc.properties"> +<ANCHOR id="GstAmrnbEnc" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbenc.html#GstAmrnbEnc"> +<ANCHOR id="gst-plugins-ugly-plugins-amrnbenc.other" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbenc.html#gst-plugins-ugly-plugins-amrnbenc.other"> +<ANCHOR id="gst-plugins-ugly-plugins-amrnbenc.object-hierarchy" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbenc.html#gst-plugins-ugly-plugins-amrnbenc.object-hierarchy"> +<ANCHOR id="gst-plugins-ugly-plugins-amrnbenc.implemented-interfaces" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbenc.html#gst-plugins-ugly-plugins-amrnbenc.implemented-interfaces"> +<ANCHOR id="gst-plugins-ugly-plugins-amrnbenc.description" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbenc.html#gst-plugins-ugly-plugins-amrnbenc.description"> +<ANCHOR id="gst-plugins-ugly-plugins-amrnbenc.functions_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbenc.html#gst-plugins-ugly-plugins-amrnbenc.functions_details"> +<ANCHOR id="gst-plugins-ugly-plugins-amrnbenc.other_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbenc.html#gst-plugins-ugly-plugins-amrnbenc.other_details"> +<ANCHOR id="GstAmrnbEnc-struct" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbenc.html#GstAmrnbEnc-struct"> +<ANCHOR id="gst-plugins-ugly-plugins-amrnbenc.property-details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbenc.html#gst-plugins-ugly-plugins-amrnbenc.property-details"> +<ANCHOR id="GstAmrnbEnc--band-mode" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrnbenc.html#GstAmrnbEnc--band-mode"> +<ANCHOR id="gst-plugins-ugly-plugins-amrwbdec" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrwbdec.html"> +<ANCHOR id="GstAmrwbDec" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrwbdec.html#GstAmrwbDec"> +<ANCHOR id="gst-plugins-ugly-plugins-amrwbdec.other" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrwbdec.html#gst-plugins-ugly-plugins-amrwbdec.other"> +<ANCHOR id="gst-plugins-ugly-plugins-amrwbdec.object-hierarchy" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrwbdec.html#gst-plugins-ugly-plugins-amrwbdec.object-hierarchy"> +<ANCHOR id="gst-plugins-ugly-plugins-amrwbdec.description" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrwbdec.html#gst-plugins-ugly-plugins-amrwbdec.description"> +<ANCHOR id="gst-plugins-ugly-plugins-amrwbdec.functions_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrwbdec.html#gst-plugins-ugly-plugins-amrwbdec.functions_details"> +<ANCHOR id="gst-plugins-ugly-plugins-amrwbdec.other_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrwbdec.html#gst-plugins-ugly-plugins-amrwbdec.other_details"> +<ANCHOR id="GstAmrwbDec-struct" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-amrwbdec.html#GstAmrwbDec-struct"> +<ANCHOR id="gst-plugins-ugly-plugins-cdiocddasrc" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-cdiocddasrc.html"> +<ANCHOR id="gst-plugins-ugly-plugins-cdiocddasrc.properties" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-cdiocddasrc.html#gst-plugins-ugly-plugins-cdiocddasrc.properties"> +<ANCHOR id="GstCdioCddaSrc" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-cdiocddasrc.html#GstCdioCddaSrc"> +<ANCHOR id="gst-plugins-ugly-plugins-cdiocddasrc.other" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-cdiocddasrc.html#gst-plugins-ugly-plugins-cdiocddasrc.other"> +<ANCHOR id="gst-plugins-ugly-plugins-cdiocddasrc.object-hierarchy" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-cdiocddasrc.html#gst-plugins-ugly-plugins-cdiocddasrc.object-hierarchy"> +<ANCHOR id="gst-plugins-ugly-plugins-cdiocddasrc.implemented-interfaces" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-cdiocddasrc.html#gst-plugins-ugly-plugins-cdiocddasrc.implemented-interfaces"> +<ANCHOR id="gst-plugins-ugly-plugins-cdiocddasrc.description" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-cdiocddasrc.html#gst-plugins-ugly-plugins-cdiocddasrc.description"> +<ANCHOR id="gst-plugins-ugly-plugins-cdiocddasrc.functions_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-cdiocddasrc.html#gst-plugins-ugly-plugins-cdiocddasrc.functions_details"> +<ANCHOR id="gst-plugins-ugly-plugins-cdiocddasrc.other_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-cdiocddasrc.html#gst-plugins-ugly-plugins-cdiocddasrc.other_details"> +<ANCHOR id="GstCdioCddaSrc-struct" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-cdiocddasrc.html#GstCdioCddaSrc-struct"> +<ANCHOR id="gst-plugins-ugly-plugins-cdiocddasrc.property-details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-cdiocddasrc.html#gst-plugins-ugly-plugins-cdiocddasrc.property-details"> +<ANCHOR id="GstCdioCddaSrc--read-speed" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-cdiocddasrc.html#GstCdioCddaSrc--read-speed"> +<ANCHOR id="gst-plugins-ugly-plugins-lamemp3enc" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html"> +<ANCHOR id="gst-plugins-ugly-plugins-lamemp3enc.properties" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html#gst-plugins-ugly-plugins-lamemp3enc.properties"> +<ANCHOR id="GstLameMP3Enc" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc"> +<ANCHOR id="gst-plugins-ugly-plugins-lamemp3enc.other" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html#gst-plugins-ugly-plugins-lamemp3enc.other"> +<ANCHOR id="gst-plugins-ugly-plugins-lamemp3enc.object-hierarchy" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html#gst-plugins-ugly-plugins-lamemp3enc.object-hierarchy"> +<ANCHOR id="gst-plugins-ugly-plugins-lamemp3enc.implemented-interfaces" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html#gst-plugins-ugly-plugins-lamemp3enc.implemented-interfaces"> +<ANCHOR id="gst-plugins-ugly-plugins-lamemp3enc.description" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html#gst-plugins-ugly-plugins-lamemp3enc.description"> +<ANCHOR id="gst-plugins-ugly-plugins-lamemp3enc.functions_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html#gst-plugins-ugly-plugins-lamemp3enc.functions_details"> +<ANCHOR id="gst-plugins-ugly-plugins-lamemp3enc.other_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html#gst-plugins-ugly-plugins-lamemp3enc.other_details"> +<ANCHOR id="GstLameMP3Enc-struct" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc-struct"> +<ANCHOR id="gst-plugins-ugly-plugins-lamemp3enc.property-details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html#gst-plugins-ugly-plugins-lamemp3enc.property-details"> +<ANCHOR id="GstLameMP3Enc--bitrate" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--bitrate"> +<ANCHOR id="GstLameMP3Enc--cbr" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--cbr"> +<ANCHOR id="GstLameMP3Enc--encoding-engine-quality" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--encoding-engine-quality"> +<ANCHOR id="GstLameMP3Enc--mono" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--mono"> +<ANCHOR id="GstLameMP3Enc--quality" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--quality"> +<ANCHOR id="GstLameMP3Enc--target" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-lamemp3enc.html#GstLameMP3Enc--target"> +<ANCHOR id="gst-plugins-ugly-plugins-mad" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-mad.html"> +<ANCHOR id="gst-plugins-ugly-plugins-mad.properties" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-mad.html#gst-plugins-ugly-plugins-mad.properties"> +<ANCHOR id="GstMad" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-mad.html#GstMad"> +<ANCHOR id="gst-plugins-ugly-plugins-mad.other" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-mad.html#gst-plugins-ugly-plugins-mad.other"> +<ANCHOR id="gst-plugins-ugly-plugins-mad.object-hierarchy" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-mad.html#gst-plugins-ugly-plugins-mad.object-hierarchy"> +<ANCHOR id="gst-plugins-ugly-plugins-mad.description" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-mad.html#gst-plugins-ugly-plugins-mad.description"> +<ANCHOR id="gst-plugins-ugly-plugins-mad.functions_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-mad.html#gst-plugins-ugly-plugins-mad.functions_details"> +<ANCHOR id="gst-plugins-ugly-plugins-mad.other_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-mad.html#gst-plugins-ugly-plugins-mad.other_details"> +<ANCHOR id="GstMad-struct" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-mad.html#GstMad-struct"> +<ANCHOR id="gst-plugins-ugly-plugins-mad.property-details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-mad.html#gst-plugins-ugly-plugins-mad.property-details"> +<ANCHOR id="GstMad--half" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-mad.html#GstMad--half"> +<ANCHOR id="GstMad--ignore-crc" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-mad.html#GstMad--ignore-crc"> +<ANCHOR id="gst-plugins-ugly-plugins-rademux" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rademux.html"> +<ANCHOR id="GstRealAudioDemux" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rademux.html#GstRealAudioDemux"> +<ANCHOR id="gst-plugins-ugly-plugins-rademux.other" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rademux.html#gst-plugins-ugly-plugins-rademux.other"> +<ANCHOR id="gst-plugins-ugly-plugins-rademux.object-hierarchy" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rademux.html#gst-plugins-ugly-plugins-rademux.object-hierarchy"> +<ANCHOR id="gst-plugins-ugly-plugins-rademux.description" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rademux.html#gst-plugins-ugly-plugins-rademux.description"> +<ANCHOR id="gst-plugins-ugly-plugins-rademux.functions_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rademux.html#gst-plugins-ugly-plugins-rademux.functions_details"> +<ANCHOR id="gst-plugins-ugly-plugins-rademux.other_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rademux.html#gst-plugins-ugly-plugins-rademux.other_details"> +<ANCHOR id="GstRealAudioDemux-struct" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rademux.html#GstRealAudioDemux-struct"> +<ANCHOR id="gst-plugins-ugly-plugins-rmdemux" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rmdemux.html"> +<ANCHOR id="GstRMDemux" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rmdemux.html#GstRMDemux"> +<ANCHOR id="gst-plugins-ugly-plugins-rmdemux.other" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rmdemux.html#gst-plugins-ugly-plugins-rmdemux.other"> +<ANCHOR id="gst-plugins-ugly-plugins-rmdemux.object-hierarchy" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rmdemux.html#gst-plugins-ugly-plugins-rmdemux.object-hierarchy"> +<ANCHOR id="gst-plugins-ugly-plugins-rmdemux.description" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rmdemux.html#gst-plugins-ugly-plugins-rmdemux.description"> +<ANCHOR id="gst-plugins-ugly-plugins-rmdemux.functions_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rmdemux.html#gst-plugins-ugly-plugins-rmdemux.functions_details"> +<ANCHOR id="gst-plugins-ugly-plugins-rmdemux.other_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rmdemux.html#gst-plugins-ugly-plugins-rmdemux.other_details"> +<ANCHOR id="GstRMDemux-struct" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rmdemux.html#GstRMDemux-struct"> +<ANCHOR id="gst-plugins-ugly-plugins-rdtmanager" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html"> +<ANCHOR id="gst-plugins-ugly-plugins-rdtmanager.properties" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#gst-plugins-ugly-plugins-rdtmanager.properties"> +<ANCHOR id="gst-plugins-ugly-plugins-rdtmanager.signals" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#gst-plugins-ugly-plugins-rdtmanager.signals"> +<ANCHOR id="GstRDTManager" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager"> +<ANCHOR id="gst-plugins-ugly-plugins-rdtmanager.other" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#gst-plugins-ugly-plugins-rdtmanager.other"> +<ANCHOR id="gst-plugins-ugly-plugins-rdtmanager.object-hierarchy" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#gst-plugins-ugly-plugins-rdtmanager.object-hierarchy"> +<ANCHOR id="gst-plugins-ugly-plugins-rdtmanager.description" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#gst-plugins-ugly-plugins-rdtmanager.description"> +<ANCHOR id="gst-plugins-ugly-plugins-rdtmanager.functions_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#gst-plugins-ugly-plugins-rdtmanager.functions_details"> +<ANCHOR id="gst-plugins-ugly-plugins-rdtmanager.other_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#gst-plugins-ugly-plugins-rdtmanager.other_details"> +<ANCHOR id="GstRDTManager-struct" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-struct"> +<ANCHOR id="gst-plugins-ugly-plugins-rdtmanager.property-details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#gst-plugins-ugly-plugins-rdtmanager.property-details"> +<ANCHOR id="GstRDTManager--latency" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager--latency"> +<ANCHOR id="gst-plugins-ugly-plugins-rdtmanager.signal-details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#gst-plugins-ugly-plugins-rdtmanager.signal-details"> +<ANCHOR id="GstRDTManager-clear-pt-map" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-clear-pt-map"> +<ANCHOR id="GstRDTManager-on-bye-ssrc" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-on-bye-ssrc"> +<ANCHOR id="GstRDTManager-on-bye-timeout" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-on-bye-timeout"> +<ANCHOR id="GstRDTManager-on-timeout" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-on-timeout"> +<ANCHOR id="GstRDTManager-request-pt-map" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-request-pt-map"> +<ANCHOR id="GstRDTManager-on-npt-stop" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#GstRDTManager-on-npt-stop"> +<ANCHOR id="gst-plugins-ugly-plugins-rdtmanager.see-also" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rdtmanager.html#gst-plugins-ugly-plugins-rdtmanager.see-also"> +<ANCHOR id="gst-plugins-ugly-plugins-rtspreal" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rtspreal.html"> +<ANCHOR id="GstRTSPReal" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rtspreal.html#GstRTSPReal"> +<ANCHOR id="gst-plugins-ugly-plugins-rtspreal.other" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rtspreal.html#gst-plugins-ugly-plugins-rtspreal.other"> +<ANCHOR id="gst-plugins-ugly-plugins-rtspreal.object-hierarchy" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rtspreal.html#gst-plugins-ugly-plugins-rtspreal.object-hierarchy"> +<ANCHOR id="gst-plugins-ugly-plugins-rtspreal.implemented-interfaces" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rtspreal.html#gst-plugins-ugly-plugins-rtspreal.implemented-interfaces"> +<ANCHOR id="gst-plugins-ugly-plugins-rtspreal.description" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rtspreal.html#gst-plugins-ugly-plugins-rtspreal.description"> +<ANCHOR id="gst-plugins-ugly-plugins-rtspreal.functions_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rtspreal.html#gst-plugins-ugly-plugins-rtspreal.functions_details"> +<ANCHOR id="gst-plugins-ugly-plugins-rtspreal.other_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rtspreal.html#gst-plugins-ugly-plugins-rtspreal.other_details"> +<ANCHOR id="GstRTSPReal-struct" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rtspreal.html#GstRTSPReal-struct"> +<ANCHOR id="gst-plugins-ugly-plugins-rtspwms" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rtspwms.html"> +<ANCHOR id="GstRTSPWMS" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rtspwms.html#GstRTSPWMS"> +<ANCHOR id="gst-plugins-ugly-plugins-rtspwms.other" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rtspwms.html#gst-plugins-ugly-plugins-rtspwms.other"> +<ANCHOR id="gst-plugins-ugly-plugins-rtspwms.object-hierarchy" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rtspwms.html#gst-plugins-ugly-plugins-rtspwms.object-hierarchy"> +<ANCHOR id="gst-plugins-ugly-plugins-rtspwms.implemented-interfaces" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rtspwms.html#gst-plugins-ugly-plugins-rtspwms.implemented-interfaces"> +<ANCHOR id="gst-plugins-ugly-plugins-rtspwms.description" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rtspwms.html#gst-plugins-ugly-plugins-rtspwms.description"> +<ANCHOR id="gst-plugins-ugly-plugins-rtspwms.functions_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rtspwms.html#gst-plugins-ugly-plugins-rtspwms.functions_details"> +<ANCHOR id="gst-plugins-ugly-plugins-rtspwms.other_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rtspwms.html#gst-plugins-ugly-plugins-rtspwms.other_details"> +<ANCHOR id="GstRTSPWMS-struct" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-rtspwms.html#GstRTSPWMS-struct"> +<ANCHOR id="gst-plugins-ugly-plugins-siddec" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html"> +<ANCHOR id="gst-plugins-ugly-plugins-siddec.properties" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html#gst-plugins-ugly-plugins-siddec.properties"> +<ANCHOR id="GstSidDec" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html#GstSidDec"> +<ANCHOR id="gst-plugins-ugly-plugins-siddec.other" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html#gst-plugins-ugly-plugins-siddec.other"> +<ANCHOR id="gst-plugins-ugly-plugins-siddec.object-hierarchy" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html#gst-plugins-ugly-plugins-siddec.object-hierarchy"> +<ANCHOR id="gst-plugins-ugly-plugins-siddec.description" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html#gst-plugins-ugly-plugins-siddec.description"> +<ANCHOR id="gst-plugins-ugly-plugins-siddec.functions_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html#gst-plugins-ugly-plugins-siddec.functions_details"> +<ANCHOR id="gst-plugins-ugly-plugins-siddec.other_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html#gst-plugins-ugly-plugins-siddec.other_details"> +<ANCHOR id="GstSidDec-struct" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html#GstSidDec-struct"> +<ANCHOR id="gst-plugins-ugly-plugins-siddec.property-details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html#gst-plugins-ugly-plugins-siddec.property-details"> +<ANCHOR id="GstSidDec--blocksize" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html#GstSidDec--blocksize"> +<ANCHOR id="GstSidDec--clock" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html#GstSidDec--clock"> +<ANCHOR id="GstSidDec--filter" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html#GstSidDec--filter"> +<ANCHOR id="GstSidDec--force-speed" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html#GstSidDec--force-speed"> +<ANCHOR id="GstSidDec--measured-volume" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html#GstSidDec--measured-volume"> +<ANCHOR id="GstSidDec--memory" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html#GstSidDec--memory"> +<ANCHOR id="GstSidDec--metadata" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html#GstSidDec--metadata"> +<ANCHOR id="GstSidDec--mos8580" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html#GstSidDec--mos8580"> +<ANCHOR id="GstSidDec--tune" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-siddec.html#GstSidDec--tune"> +<ANCHOR id="gst-plugins-ugly-plugins-twolame" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html"> +<ANCHOR id="gst-plugins-ugly-plugins-twolame.properties" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#gst-plugins-ugly-plugins-twolame.properties"> +<ANCHOR id="GstTwoLame" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#GstTwoLame"> +<ANCHOR id="gst-plugins-ugly-plugins-twolame.other" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#gst-plugins-ugly-plugins-twolame.other"> +<ANCHOR id="gst-plugins-ugly-plugins-twolame.object-hierarchy" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#gst-plugins-ugly-plugins-twolame.object-hierarchy"> +<ANCHOR id="gst-plugins-ugly-plugins-twolame.implemented-interfaces" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#gst-plugins-ugly-plugins-twolame.implemented-interfaces"> +<ANCHOR id="gst-plugins-ugly-plugins-twolame.description" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#gst-plugins-ugly-plugins-twolame.description"> +<ANCHOR id="gst-plugins-ugly-plugins-twolame.functions_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#gst-plugins-ugly-plugins-twolame.functions_details"> +<ANCHOR id="gst-plugins-ugly-plugins-twolame.other_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#gst-plugins-ugly-plugins-twolame.other_details"> +<ANCHOR id="GstTwoLame-struct" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#GstTwoLame-struct"> +<ANCHOR id="gst-plugins-ugly-plugins-twolame.property-details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#gst-plugins-ugly-plugins-twolame.property-details"> +<ANCHOR id="GstTwoLame--ath-level" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#GstTwoLame--ath-level"> +<ANCHOR id="GstTwoLame--bitrate" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#GstTwoLame--bitrate"> +<ANCHOR id="GstTwoLame--copyright" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#GstTwoLame--copyright"> +<ANCHOR id="GstTwoLame--emphasis" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#GstTwoLame--emphasis"> +<ANCHOR id="GstTwoLame--energy-level-extension" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#GstTwoLame--energy-level-extension"> +<ANCHOR id="GstTwoLame--error-protection" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#GstTwoLame--error-protection"> +<ANCHOR id="GstTwoLame--mode" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#GstTwoLame--mode"> +<ANCHOR id="GstTwoLame--original" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#GstTwoLame--original"> +<ANCHOR id="GstTwoLame--padding" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#GstTwoLame--padding"> +<ANCHOR id="GstTwoLame--psymodel" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#GstTwoLame--psymodel"> +<ANCHOR id="GstTwoLame--quick-mode" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#GstTwoLame--quick-mode"> +<ANCHOR id="GstTwoLame--quick-mode-count" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#GstTwoLame--quick-mode-count"> +<ANCHOR id="GstTwoLame--vbr" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#GstTwoLame--vbr"> +<ANCHOR id="GstTwoLame--vbr-level" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#GstTwoLame--vbr-level"> +<ANCHOR id="GstTwoLame--vbr-max-bitrate" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-twolame.html#GstTwoLame--vbr-max-bitrate"> +<ANCHOR id="gst-plugins-ugly-plugins-x264enc" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html"> +<ANCHOR id="gst-plugins-ugly-plugins-x264enc.properties" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#gst-plugins-ugly-plugins-x264enc.properties"> +<ANCHOR id="GstX264Enc" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc"> +<ANCHOR id="gst-plugins-ugly-plugins-x264enc.other" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#gst-plugins-ugly-plugins-x264enc.other"> +<ANCHOR id="gst-plugins-ugly-plugins-x264enc.object-hierarchy" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#gst-plugins-ugly-plugins-x264enc.object-hierarchy"> +<ANCHOR id="gst-plugins-ugly-plugins-x264enc.implemented-interfaces" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#gst-plugins-ugly-plugins-x264enc.implemented-interfaces"> +<ANCHOR id="gst-plugins-ugly-plugins-x264enc.description" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#gst-plugins-ugly-plugins-x264enc.description"> +<ANCHOR id="gst-plugins-ugly-plugins-x264enc.functions_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#gst-plugins-ugly-plugins-x264enc.functions_details"> +<ANCHOR id="gst-plugins-ugly-plugins-x264enc.other_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#gst-plugins-ugly-plugins-x264enc.other_details"> +<ANCHOR id="GstX264Enc-struct" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc-struct"> +<ANCHOR id="gst-plugins-ugly-plugins-x264enc.property-details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#gst-plugins-ugly-plugins-x264enc.property-details"> +<ANCHOR id="GstX264Enc--analyse" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--analyse"> +<ANCHOR id="GstX264Enc--aud" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--aud"> +<ANCHOR id="GstX264Enc--b-adapt" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--b-adapt"> +<ANCHOR id="GstX264Enc--b-pyramid" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--b-pyramid"> +<ANCHOR id="GstX264Enc--bframes" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--bframes"> +<ANCHOR id="GstX264Enc--bitrate" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--bitrate"> +<ANCHOR id="GstX264Enc--byte-stream" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--byte-stream"> +<ANCHOR id="GstX264Enc--cabac" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--cabac"> +<ANCHOR id="GstX264Enc--dct8x8" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--dct8x8"> +<ANCHOR id="GstX264Enc--interlaced" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--interlaced"> +<ANCHOR id="GstX264Enc--ip-factor" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--ip-factor"> +<ANCHOR id="GstX264Enc--key-int-max" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--key-int-max"> +<ANCHOR id="GstX264Enc--me" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--me"> +<ANCHOR id="GstX264Enc--multipass-cache-file" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--multipass-cache-file"> +<ANCHOR id="GstX264Enc--noise-reduction" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--noise-reduction"> +<ANCHOR id="GstX264Enc--pass" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--pass"> +<ANCHOR id="GstX264Enc--pb-factor" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--pb-factor"> +<ANCHOR id="GstX264Enc--qp-max" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--qp-max"> +<ANCHOR id="GstX264Enc--qp-min" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--qp-min"> +<ANCHOR id="GstX264Enc--qp-step" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--qp-step"> +<ANCHOR id="GstX264Enc--quantizer" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--quantizer"> +<ANCHOR id="GstX264Enc--ref" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--ref"> +<ANCHOR id="GstX264Enc--sps-id" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--sps-id"> +<ANCHOR id="GstX264Enc--stats-file" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--stats-file"> +<ANCHOR id="GstX264Enc--subme" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--subme"> +<ANCHOR id="GstX264Enc--threads" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--threads"> +<ANCHOR id="GstX264Enc--trellis" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--trellis"> +<ANCHOR id="GstX264Enc--vbv-buf-capacity" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--vbv-buf-capacity"> +<ANCHOR id="GstX264Enc--weightb" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--weightb"> +<ANCHOR id="GstX264Enc--intra-refresh" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--intra-refresh"> +<ANCHOR id="GstX264Enc--mb-tree" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--mb-tree"> +<ANCHOR id="GstX264Enc--rc-lookahead" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--rc-lookahead"> +<ANCHOR id="GstX264Enc--sliced-threads" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--sliced-threads"> +<ANCHOR id="GstX264Enc--sync-lookahead" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--sync-lookahead"> +<ANCHOR id="GstX264Enc--option-string" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--option-string"> +<ANCHOR id="GstX264Enc--profile" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--profile"> +<ANCHOR id="GstX264Enc--psy-tune" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--psy-tune"> +<ANCHOR id="GstX264Enc--speed-preset" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--speed-preset"> +<ANCHOR id="GstX264Enc--tune" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-x264enc.html#GstX264Enc--tune"> +<ANCHOR id="gst-plugins-ugly-plugins-xingmux" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-xingmux.html"> +<ANCHOR id="GstXingMux" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-xingmux.html#GstXingMux"> +<ANCHOR id="gst-plugins-ugly-plugins-xingmux.other" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-xingmux.html#gst-plugins-ugly-plugins-xingmux.other"> +<ANCHOR id="gst-plugins-ugly-plugins-xingmux.object-hierarchy" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-xingmux.html#gst-plugins-ugly-plugins-xingmux.object-hierarchy"> +<ANCHOR id="gst-plugins-ugly-plugins-xingmux.description" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-xingmux.html#gst-plugins-ugly-plugins-xingmux.description"> +<ANCHOR id="gst-plugins-ugly-plugins-xingmux.functions_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-xingmux.html#gst-plugins-ugly-plugins-xingmux.functions_details"> +<ANCHOR id="gst-plugins-ugly-plugins-xingmux.other_details" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-xingmux.html#gst-plugins-ugly-plugins-xingmux.other_details"> +<ANCHOR id="GstXingMux-struct" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-xingmux.html#GstXingMux-struct"> +<ANCHOR id="gst-plugins-ugly-plugins-plugin-a52dec" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-a52dec.html"> +<ANCHOR id="plugin-a52dec" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-a52dec.html#plugin-a52dec"> +<ANCHOR id="gst-plugins-ugly-plugins-plugin-amrnb" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-amrnb.html"> +<ANCHOR id="plugin-amrnb" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-amrnb.html#plugin-amrnb"> +<ANCHOR id="gst-plugins-ugly-plugins-plugin-amrwbdec" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-amrwbdec.html"> +<ANCHOR id="plugin-amrwbdec" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-amrwbdec.html#plugin-amrwbdec"> +<ANCHOR id="gst-plugins-ugly-plugins-plugin-asf" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-asf.html"> +<ANCHOR id="plugin-asf" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-asf.html#plugin-asf"> +<ANCHOR id="gst-plugins-ugly-plugins-plugin-cdio" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-cdio.html"> +<ANCHOR id="plugin-cdio" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-cdio.html#plugin-cdio"> +<ANCHOR id="gst-plugins-ugly-plugins-plugin-dvdlpcmdec" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html"> +<ANCHOR id="plugin-dvdlpcmdec" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html#plugin-dvdlpcmdec"> +<ANCHOR id="gst-plugins-ugly-plugins-plugin-dvdread" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-dvdread.html"> +<ANCHOR id="plugin-dvdread" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-dvdread.html#plugin-dvdread"> +<ANCHOR id="gst-plugins-ugly-plugins-plugin-dvdsub" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-dvdsub.html"> +<ANCHOR id="plugin-dvdsub" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-dvdsub.html#plugin-dvdsub"> +<ANCHOR id="gst-plugins-ugly-plugins-plugin-lame" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-lame.html"> +<ANCHOR id="plugin-lame" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-lame.html#plugin-lame"> +<ANCHOR id="gst-plugins-ugly-plugins-plugin-mad" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-mad.html"> +<ANCHOR id="plugin-mad" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-mad.html#plugin-mad"> +<ANCHOR id="gst-plugins-ugly-plugins-plugin-mpeg2dec" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-mpeg2dec.html"> +<ANCHOR id="plugin-mpeg2dec" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-mpeg2dec.html#plugin-mpeg2dec"> +<ANCHOR id="gst-plugins-ugly-plugins-plugin-realmedia" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-realmedia.html"> +<ANCHOR id="plugin-realmedia" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-realmedia.html#plugin-realmedia"> +<ANCHOR id="gst-plugins-ugly-plugins-plugin-siddec" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-siddec.html"> +<ANCHOR id="plugin-siddec" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-siddec.html#plugin-siddec"> +<ANCHOR id="gst-plugins-ugly-plugins-plugin-twolame" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-twolame.html"> +<ANCHOR id="plugin-twolame" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-twolame.html#plugin-twolame"> +<ANCHOR id="gst-plugins-ugly-plugins-plugin-x264" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-x264.html"> +<ANCHOR id="plugin-x264" href="gst-plugins-ugly-plugins-1.0/gst-plugins-ugly-plugins-plugin-x264.html#plugin-x264"> diff --git a/docs/plugins/html/left-insensitive.png b/docs/plugins/html/left-insensitive.png Binary files differnew file mode 100644 index 0000000..3269393 --- /dev/null +++ b/docs/plugins/html/left-insensitive.png diff --git a/docs/plugins/html/left.png b/docs/plugins/html/left.png Binary files differnew file mode 100644 index 0000000..2abde03 --- /dev/null +++ b/docs/plugins/html/left.png diff --git a/docs/plugins/html/right-insensitive.png b/docs/plugins/html/right-insensitive.png Binary files differnew file mode 100644 index 0000000..4c95785 --- /dev/null +++ b/docs/plugins/html/right-insensitive.png diff --git a/docs/plugins/html/right.png b/docs/plugins/html/right.png Binary files differnew file mode 100644 index 0000000..76260ec --- /dev/null +++ b/docs/plugins/html/right.png diff --git a/docs/plugins/html/style.css b/docs/plugins/html/style.css new file mode 100644 index 0000000..c141ddd --- /dev/null +++ b/docs/plugins/html/style.css @@ -0,0 +1,476 @@ +body +{ + font-family: cantarell, sans-serif; +} +.synopsis, .classsynopsis +{ + /* tango:aluminium 1/2 */ + background: #eeeeec; + background: rgba(238, 238, 236, 0.5); + border: solid 1px rgb(238, 238, 236); + padding: 0.5em; +} +.programlisting +{ + /* tango:sky blue 0/1 */ + /* fallback for no rgba support */ + background: #e6f3ff; + border: solid 1px #729fcf; + background: rgba(114, 159, 207, 0.1); + border: solid 1px rgba(114, 159, 207, 0.2); + padding: 0.5em; +} +.variablelist +{ + padding: 4px; + margin-left: 3em; +} +.variablelist td:first-child +{ + vertical-align: top; +} + +div.gallery-float +{ + float: left; + padding: 10px; +} +div.gallery-float img +{ + border-style: none; +} +div.gallery-spacer +{ + clear: both; +} + +a, a:visited +{ + text-decoration: none; + /* tango:sky blue 2 */ + color: #3465a4; +} +a:hover +{ + text-decoration: underline; + /* tango:sky blue 1 */ + color: #729fcf; +} + +div.informaltable table +{ + border-collapse: separate; + border-spacing: 1em 0.5em; + border: none; +} + +div.informaltable table td, div.informaltable table th +{ + vertical-align: top; +} + +.function_type, +.variable_type, +.property_type, +.signal_type, +.parameter_name, +.struct_member_name, +.union_member_name, +.define_keyword, +.datatype_keyword, +.typedef_keyword +{ + text-align: right; +} + +/* dim non-primary columns */ +.c_punctuation, +.function_type, +.variable_type, +.property_type, +.signal_type, +.define_keyword, +.datatype_keyword, +.typedef_keyword, +.property_flags, +.signal_flags, +.parameter_annotations, +.enum_member_annotations, +.struct_member_annotations, +.union_member_annotations +{ + color: #888a85; +} + +.function_type a, +.function_type a:visited, +.function_type a:hover, +.property_type a, +.property_type a:visited, +.property_type a:hover, +.signal_type a, +.signal_type a:visited, +.signal_type a:hover, +.signal_flags a, +.signal_flags a:visited, +.signal_flags a:hover +{ + color: #729fcf; +} + +td p +{ + margin: 0.25em; +} + +div.table table +{ + border-collapse: collapse; + border-spacing: 0px; + /* tango:aluminium 3 */ + border: solid 1px #babdb6; +} + +div.table table td, div.table table th +{ + /* tango:aluminium 3 */ + border: solid 1px #babdb6; + padding: 3px; + vertical-align: top; +} + +div.table table th +{ + /* tango:aluminium 2 */ + background-color: #d3d7cf; +} + +h4 +{ + color: #555753; +} + +hr +{ + /* tango:aluminium 1 */ + color: #d3d7cf; + background: #d3d7cf; + border: none 0px; + height: 1px; + clear: both; + margin: 2.0em 0em 2.0em 0em; +} + +dl.toc dt +{ + padding-bottom: 0.25em; +} + +dl.toc > dd > dl > dt +{ + padding-top: 0.25em; + padding-bottom: 0.25em; +} + +dl.toc > dt +{ + padding-top: 1em; + padding-bottom: 0.5em; + font-weight: bold; +} + +.parameter +{ + font-style: normal; +} + +.footer +{ + padding-top: 3.5em; + /* tango:aluminium 3 */ + color: #babdb6; + text-align: center; + font-size: 80%; +} + +.informalfigure, +.figure +{ + margin: 1em; +} + +.informalexample, +.example +{ + margin-top: 1em; + margin-bottom: 1em; +} + +.warning +{ + /* tango:orange 0/1 */ + background: #ffeed9; + background: rgba(252, 175, 62, 0.1); + border-color: #ffb04f; + border-color: rgba(252, 175, 62, 0.2); +} +.note +{ + /* tango:chameleon 0/0.5 */ + background: #d8ffb2; + background: rgba(138, 226, 52, 0.1); + border-color: #abf562; + border-color: rgba(138, 226, 52, 0.2); +} +div.blockquote +{ + border-color: #eeeeec; +} +.note, .warning, div.blockquote +{ + padding: 0.5em; + border-width: 1px; + border-style: solid; + margin: 2em; +} +.note p, .warning p +{ + margin: 0; +} + +div.warning h3.title, +div.note h3.title +{ + display: none; +} + +p + div.section +{ + margin-top: 1em; +} + +div.refnamediv, +div.refsynopsisdiv, +div.refsect1, +div.refsect2, +div.toc, +div.section +{ + margin-bottom: 1em; +} + +/* blob links */ +h2 .extralinks, h3 .extralinks +{ + float: right; + /* tango:aluminium 3 */ + color: #babdb6; + font-size: 80%; + font-weight: normal; +} + +.lineart +{ + color: #d3d7cf; + font-weight: normal; +} + +.annotation +{ + /* tango:aluminium 5 */ + color: #555753; + font-weight: normal; +} + +.structfield +{ + font-style: normal; + font-weight: normal; +} + +acronym,abbr +{ + border-bottom: 1px dotted gray; +} + +/* code listings */ + +.listing_code .programlisting .normal, +.listing_code .programlisting .normal a, +.listing_code .programlisting .number, +.listing_code .programlisting .cbracket, +.listing_code .programlisting .symbol { color: #555753; } +.listing_code .programlisting .comment, +.listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */ +.listing_code .programlisting .function, +.listing_code .programlisting .function a, +.listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */ +.listing_code .programlisting .string { color: #ad7fa8; } /* tango: plum */ +.listing_code .programlisting .keyword, +.listing_code .programlisting .usertype, +.listing_code .programlisting .type, +.listing_code .programlisting .type a { color: #4e9a06; } /* tango: chameleon 3 */ + +.listing_frame { + /* tango:sky blue 1 */ + border: solid 1px #729fcf; + border: solid 1px rgba(114, 159, 207, 0.2); + padding: 0px; +} + +.listing_lines, .listing_code { + margin-top: 0px; + margin-bottom: 0px; + padding: 0.5em; +} +.listing_lines { + /* tango:sky blue 0.5 */ + background: #a6c5e3; + background: rgba(114, 159, 207, 0.2); + /* tango:aluminium 6 */ + color: #2e3436; +} +.listing_code { + /* tango:sky blue 0 */ + background: #e6f3ff; + background: rgba(114, 159, 207, 0.1); +} +.listing_code .programlisting { + /* override from previous */ + border: none 0px; + padding: 0px; + background: none; +} +.listing_lines pre, .listing_code pre { + margin: 0px; +} + +@media screen { + sup a.footnote + { + position: relative; + top: 0em ! important; + } + /* this is needed so that the local anchors are displayed below the naviagtion */ + div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] + { + display: inline-block; + position: relative; + top:-5em; + } + /* this seems to be a bug in the xsl style sheets when generating indexes */ + div.index div.index + { + top: 0em; + } + /* make space for the fixed navigation bar and add space at the bottom so that + * link targets appear somewhat close to top + */ + body + { + padding-top: 2.5em; + padding-bottom: 500px; + max-width: 60em; + } + p + { + max-width: 60em; + } + /* style and size the navigation bar */ + table.navigation#top + { + position: fixed; + background: #e2e2e2; + border-bottom: solid 1px #babdb6; + border-spacing: 5px; + margin-top: 0; + margin-bottom: 0; + top: 0; + left: 0; + z-index: 10; + } + table.navigation#top td + { + padding-left: 6px; + padding-right: 6px; + } + .navigation a, .navigation a:visited + { + /* tango:sky blue 3 */ + color: #204a87; + } + .navigation a:hover + { + /* tango:sky blue 2 */ + color: #3465a4; + } + td.shortcuts + { + /* tango:sky blue 2 */ + color: #3465a4; + font-size: 80%; + white-space: nowrap; + } + td.shortcuts .dim + { + color: #babdb6; + } + .navigation .title + { + font-size: 80%; + max-width: none; + margin: 0px; + font-weight: normal; + } +} +@media screen and (min-width: 60em) { + /* screen larger than 60em */ + body { margin: auto; } +} +@media screen and (max-width: 60em) { + /* screen less than 60em */ + #nav_hierarchy { display: none; } + #nav_interfaces { display: none; } + #nav_prerequisites { display: none; } + #nav_derived_interfaces { display: none; } + #nav_implementations { display: none; } + #nav_child_properties { display: none; } + #nav_style_properties { display: none; } + #nav_index { display: none; } + #nav_glossary { display: none; } + .gallery_image { display: none; } + .property_flags { display: none; } + .signal_flags { display: none; } + .parameter_annotations { display: none; } + .enum_member_annotations { display: none; } + .struct_member_annotations { display: none; } + .union_member_annotations { display: none; } + /* now that a column is hidden, optimize space */ + col.parameters_name { width: auto; } + col.parameters_description { width: auto; } + col.struct_members_name { width: auto; } + col.struct_members_description { width: auto; } + col.enum_members_name { width: auto; } + col.enum_members_description { width: auto; } + col.union_members_name { width: auto; } + col.union_members_description { width: auto; } + .listing_lines { display: none; } +} +@media print { + table.navigation { + visibility: collapse; + display: none; + } + div.titlepage table.navigation { + visibility: visible; + display: table; + background: #e2e2e2; + border: solid 1px #babdb6; + margin-top: 0; + margin-bottom: 0; + top: 0; + left: 0; + height: 3em; + } +} + diff --git a/docs/plugins/html/up-insensitive.png b/docs/plugins/html/up-insensitive.png Binary files differnew file mode 100644 index 0000000..f404986 --- /dev/null +++ b/docs/plugins/html/up-insensitive.png diff --git a/docs/plugins/html/up.png b/docs/plugins/html/up.png Binary files differnew file mode 100644 index 0000000..80b4b37 --- /dev/null +++ b/docs/plugins/html/up.png diff --git a/docs/plugins/inspect/plugin-a52dec.xml b/docs/plugins/inspect/plugin-a52dec.xml new file mode 100644 index 0000000..267d024 --- /dev/null +++ b/docs/plugins/inspect/plugin-a52dec.xml @@ -0,0 +1,34 @@ +<plugin> + <name>a52dec</name> + <description>Decodes ATSC A/52 encoded audio streams</description> + <filename>../../ext/a52dec/.libs/libgsta52dec.so</filename> + <basename>libgsta52dec.so</basename> + <version>1.4.5</version> + <license>GPL</license> + <source>gst-plugins-ugly</source> + <package>GStreamer Ugly Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>a52dec</name> + <longname>ATSC A/52 audio decoder</longname> + <class>Codec/Decoder/Audio</class> + <description>Decodes ATSC A/52 encoded audio streams</description> + <author>David I. Lehn <dlehn@users.sourceforge.net></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/x-ac3; audio/ac3; audio/x-private1-ac3</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/x-raw, format=(string)F32LE, layout=(string)interleaved, rate=(int)[ 4000, 96000 ], channels=(int)[ 1, 6 ]</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-amrnb.xml b/docs/plugins/inspect/plugin-amrnb.xml new file mode 100644 index 0000000..0274590 --- /dev/null +++ b/docs/plugins/inspect/plugin-amrnb.xml @@ -0,0 +1,55 @@ +<plugin> + <name>amrnb</name> + <description>Adaptive Multi-Rate Narrow-Band</description> + <filename>../../ext/amrnb/.libs/libgstamrnb.so</filename> + <basename>libgstamrnb.so</basename> + <version>1.4.5</version> + <license>unknown</license> + <source>gst-plugins-ugly</source> + <package>GStreamer Ugly Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>amrnbdec</name> + <longname>AMR-NB audio decoder</longname> + <class>Codec/Decoder/Audio</class> + <description>Adaptive Multi-Rate Narrow-Band audio decoder</description> + <author>GStreamer maintainers <gstreamer-devel@lists.sourceforge.net></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/AMR, rate=(int)8000, channels=(int)1</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)8000, channels=(int)1</details> + </caps> + </pads> + </element> + <element> + <name>amrnbenc</name> + <longname>AMR-NB audio encoder</longname> + <class>Codec/Encoder/Audio</class> + <description>Adaptive Multi-Rate Narrow-Band audio encoder</description> + <author>Wim Taymans <wim.taymans@gmail.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)8000, channels=(int)1</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/AMR, rate=(int)8000, channels=(int)1</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-amrwbdec.xml b/docs/plugins/inspect/plugin-amrwbdec.xml new file mode 100644 index 0000000..e09330c --- /dev/null +++ b/docs/plugins/inspect/plugin-amrwbdec.xml @@ -0,0 +1,34 @@ +<plugin> + <name>amrwbdec</name> + <description>Adaptive Multi-Rate Wide-Band Decoder</description> + <filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename> + <basename>libgstamrwbdec.so</basename> + <version>1.4.5</version> + <license>unknown</license> + <source>gst-plugins-ugly</source> + <package>GStreamer Ugly Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>amrwbdec</name> + <longname>AMR-WB audio decoder</longname> + <class>Codec/Decoder/Audio</class> + <description>Adaptive Multi-Rate Wideband audio decoder</description> + <author>Renato Araujo <renato.filho@indt.org.br></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/AMR-WB, rate=(int)16000, channels=(int)1</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)16000, channels=(int)1</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-asf.xml b/docs/plugins/inspect/plugin-asf.xml new file mode 100644 index 0000000..7cd9f0c --- /dev/null +++ b/docs/plugins/inspect/plugin-asf.xml @@ -0,0 +1,70 @@ +<plugin> + <name>asf</name> + <description>Demuxes and muxes audio and video in Microsofts ASF format</description> + <filename>../../gst/asfdemux/.libs/libgstasf.so</filename> + <basename>libgstasf.so</basename> + <version>1.4.5</version> + <license>LGPL</license> + <source>gst-plugins-ugly</source> + <package>GStreamer Ugly Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>asfdemux</name> + <longname>ASF Demuxer</longname> + <class>Codec/Demuxer</class> + <description>Demultiplexes ASF Streams</description> + <author>Owen Fraser-Green <owen@discobabe.net></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-ms-asf</details> + </caps> + <caps> + <name>audio_%u</name> + <direction>source</direction> + <presence>sometimes</presence> + <details>ANY</details> + </caps> + <caps> + <name>video_%u</name> + <direction>source</direction> + <presence>sometimes</presence> + <details>ANY</details> + </caps> + </pads> + </element> + <element> + <name>rtpasfdepay</name> + <longname>RTP ASF packet depayloader</longname> + <class>Codec/Depayloader/Network</class> + <description>Extracts ASF streams from RTP</description> + <author>Tim-Philipp Müller <tim centricular net>, Wim Taymans <wim.taymans@gmail.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>application/x-rtp, media=(string){ application, video, audio }, payload=(int)[ 96, 127 ], clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)X-ASF-PF</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-ms-asf</details> + </caps> + </pads> + </element> + <element> + <name>rtspwms</name> + <longname>WMS RTSP Extension</longname> + <class>Network/Extension/Protocol</class> + <description>Extends RTSP so that it can handle WMS setup</description> + <author>Wim Taymans <wim.taymans@gmail.com></author> + <pads> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-cdio.xml b/docs/plugins/inspect/plugin-cdio.xml new file mode 100644 index 0000000..befb2c7 --- /dev/null +++ b/docs/plugins/inspect/plugin-cdio.xml @@ -0,0 +1,28 @@ +<plugin> + <name>cdio</name> + <description>Read audio from audio CDs</description> + <filename>../../ext/cdio/.libs/libgstcdio.so</filename> + <basename>libgstcdio.so</basename> + <version>1.4.5</version> + <license>GPL</license> + <source>gst-plugins-ugly</source> + <package>GStreamer Ugly Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>cdiocddasrc</name> + <longname>CD audio source (CDDA)</longname> + <class>Source/File</class> + <description>Read audio from CD using libcdio</description> + <author>Tim-Philipp Müller <tim centricular net></author> + <pads> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)44100, channels=(int)2</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-dvdlpcmdec.xml b/docs/plugins/inspect/plugin-dvdlpcmdec.xml new file mode 100644 index 0000000..e6b1631 --- /dev/null +++ b/docs/plugins/inspect/plugin-dvdlpcmdec.xml @@ -0,0 +1,34 @@ +<plugin> + <name>dvdlpcmdec</name> + <description>Decode DVD LPCM frames into standard PCM</description> + <filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename> + <basename>libgstdvdlpcmdec.so</basename> + <version>1.4.5</version> + <license>LGPL</license> + <source>gst-plugins-ugly</source> + <package>GStreamer Ugly Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>dvdlpcmdec</name> + <longname>DVD LPCM Audio decoder</longname> + <class>Codec/Decoder/Audio</class> + <description>Decode DVD LPCM frames into standard PCM audio</description> + <author>Jan Schmidt <jan@noraisin.net>, Michael Smith <msmith@fluendo.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/x-private1-lpcm; audio/x-lpcm, width=(int){ 16, 20, 24 }, rate=(int){ 32000, 44100, 48000, 96000 }, channels=(int)[ 1, 8 ], dynamic_range=(int)[ 0, 255 ], emphasis=(boolean){ true, false }, mute=(boolean){ true, false }</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/x-raw, format=(string){ S16BE, S24BE }, layout=(string)interleaved, rate=(int){ 32000, 44100, 48000, 96000 }, channels=(int)[ 1, 8 ]</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-dvdread.xml b/docs/plugins/inspect/plugin-dvdread.xml new file mode 100644 index 0000000..68d3a45 --- /dev/null +++ b/docs/plugins/inspect/plugin-dvdread.xml @@ -0,0 +1,28 @@ +<plugin> + <name>dvdread</name> + <description>Access a DVD with dvdread</description> + <filename>../../ext/dvdread/.libs/libgstdvdread.so</filename> + <basename>libgstdvdread.so</basename> + <version>1.4.5</version> + <license>GPL</license> + <source>gst-plugins-ugly</source> + <package>GStreamer Ugly Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>dvdreadsrc</name> + <longname>DVD Source</longname> + <class>Source/File/DVD</class> + <description>Access a DVD title/chapter/angle using libdvdread</description> + <author>Erik Walthinsen <omega@cse.ogi.edu></author> + <pads> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/mpeg, mpegversion=(int)2, systemstream=(boolean)true</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-dvdsub.xml b/docs/plugins/inspect/plugin-dvdsub.xml new file mode 100644 index 0000000..d6f8d13 --- /dev/null +++ b/docs/plugins/inspect/plugin-dvdsub.xml @@ -0,0 +1,55 @@ +<plugin> + <name>dvdsub</name> + <description>DVD subtitle parser and decoder</description> + <filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename> + <basename>libgstdvdsub.so</basename> + <version>1.4.5</version> + <license>LGPL</license> + <source>gst-plugins-ugly</source> + <package>GStreamer Ugly Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>dvdsubdec</name> + <longname>DVD subtitle decoder</longname> + <class>Codec/Decoder/Video</class> + <description>Decodes DVD subtitles into AYUV video frames</description> + <author>Wim Taymans <wim.taymans@gmail.com>, Jan Schmidt <thaytan@mad.scientist.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>subpicture/x-dvd</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-raw, format=(string){ AYUV, ARGB }, width=(int)720, height=(int)576, framerate=(fraction)0/1</details> + </caps> + </pads> + </element> + <element> + <name>dvdsubparse</name> + <longname>DVD subtitle parser</longname> + <class>Codec/Parser/Subtitle</class> + <description>Parses and packetizes DVD subtitle streams</description> + <author>Mark Nauwelaerts <mnauw@users.sourceforge.net></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>subpicture/x-dvd</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>subpicture/x-dvd, parsed=(boolean)true</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-lame.xml b/docs/plugins/inspect/plugin-lame.xml new file mode 100644 index 0000000..f672255 --- /dev/null +++ b/docs/plugins/inspect/plugin-lame.xml @@ -0,0 +1,34 @@ +<plugin> + <name>lame</name> + <description>Encode MP3s with LAME</description> + <filename>../../ext/lame/.libs/libgstlame.so</filename> + <basename>libgstlame.so</basename> + <version>1.4.5</version> + <license>LGPL</license> + <source>gst-plugins-ugly</source> + <package>GStreamer Ugly Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>lamemp3enc</name> + <longname>L.A.M.E. mp3 encoder</longname> + <class>Codec/Encoder/Audio</class> + <description>High-quality free MP3 encoder</description> + <author>Sebastian Dröge <sebastian.droege@collabora.co.uk></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)1; audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)2, channel-mask=(bitmask)0x0000000000000003</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/mpeg, mpegversion=(int)1, layer=(int)3, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-mad.xml b/docs/plugins/inspect/plugin-mad.xml new file mode 100644 index 0000000..e7948c6 --- /dev/null +++ b/docs/plugins/inspect/plugin-mad.xml @@ -0,0 +1,34 @@ +<plugin> + <name>mad</name> + <description>mp3 decoding based on the mad library</description> + <filename>../../ext/mad/.libs/libgstmad.so</filename> + <basename>libgstmad.so</basename> + <version>1.4.5</version> + <license>GPL</license> + <source>gst-plugins-ugly</source> + <package>GStreamer Ugly Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>mad</name> + <longname>mad mp3 decoder</longname> + <class>Codec/Decoder/Audio</class> + <description>Uses mad code to decode mp3 streams</description> + <author>Wim Taymans <wim.taymans@gmail.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ], rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/x-raw, format=(string)S32LE, layout=(string)interleaved, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-mpeg2dec.xml b/docs/plugins/inspect/plugin-mpeg2dec.xml new file mode 100644 index 0000000..dec3cb4 --- /dev/null +++ b/docs/plugins/inspect/plugin-mpeg2dec.xml @@ -0,0 +1,34 @@ +<plugin> + <name>mpeg2dec</name> + <description>LibMpeg2 decoder</description> + <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename> + <basename>libgstmpeg2dec.so</basename> + <version>1.4.5</version> + <license>GPL</license> + <source>gst-plugins-ugly</source> + <package>GStreamer Ugly Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>mpeg2dec</name> + <longname>mpeg1 and mpeg2 video decoder</longname> + <class>Codec/Decoder/Video</class> + <description>Uses libmpeg2 to decode MPEG video streams</description> + <author>Wim Taymans <wim.taymans@chello.be></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/mpeg, mpegversion=(int)[ 1, 2 ], systemstream=(boolean)false</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-raw, format=(string){ YV12, I420, Y42B, Y444 }, width=(int)[ 16, 4096 ], height=(int)[ 16, 4096 ], framerate=(fraction)[ 0/1, 2147483647/1 ]</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-realmedia.xml b/docs/plugins/inspect/plugin-realmedia.xml new file mode 100644 index 0000000..562c075 --- /dev/null +++ b/docs/plugins/inspect/plugin-realmedia.xml @@ -0,0 +1,139 @@ +<plugin> + <name>realmedia</name> + <description>RealMedia support plugins</description> + <filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename> + <basename>libgstrmdemux.so</basename> + <version>1.4.5</version> + <license>LGPL</license> + <source>gst-plugins-ugly</source> + <package>GStreamer Ugly Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>pnmsrc</name> + <longname>PNM packet receiver</longname> + <class>Source/Network</class> + <description>Receive data over the network via PNM</description> + <author>Wim Taymans <wim.taymans@gmail.com></author> + <pads> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>application/vnd.rn-realmedia</details> + </caps> + </pads> + </element> + <element> + <name>rademux</name> + <longname>RealAudio Demuxer</longname> + <class>Codec/Demuxer</class> + <description>Demultiplex a RealAudio file</description> + <author>Tim-Philipp Müller <tim centricular net></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>application/x-pn-realaudio</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>sometimes</presence> + <details>ANY</details> + </caps> + </pads> + </element> + <element> + <name>rdtdepay</name> + <longname>RDT packet parser</longname> + <class>Codec/Depayloader/Network</class> + <description>Extracts RealMedia from RDT packets</description> + <author>Lutz Mueller <lutz at topfrose dot de>, Wim Taymans <wim@fluendo.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>application/x-rdt, media=(string)application, clock-rate=(int)[ 1, 2147483647 ], encoding-name=(string)X-REAL-RDT</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>application/vnd.rn-realmedia</details> + </caps> + </pads> + </element> + <element> + <name>rdtmanager</name> + <longname>RTP Decoder</longname> + <class>Codec/Parser/Network</class> + <description>Accepts raw RTP and RTCP packets and sends them forward</description> + <author>Wim Taymans <wim.taymans@gmail.com></author> + <pads> + <caps> + <name>recv_rtcp_sink_%u</name> + <direction>sink</direction> + <presence>request</presence> + <details>application/x-rtcp</details> + </caps> + <caps> + <name>recv_rtp_sink_%u</name> + <direction>sink</direction> + <presence>request</presence> + <details>application/x-rdt</details> + </caps> + <caps> + <name>recv_rtp_src_%u_%u_%u</name> + <direction>source</direction> + <presence>sometimes</presence> + <details>application/x-rdt</details> + </caps> + <caps> + <name>rtcp_src_%u</name> + <direction>source</direction> + <presence>request</presence> + <details>application/x-rtcp</details> + </caps> + </pads> + </element> + <element> + <name>rmdemux</name> + <longname>RealMedia Demuxer</longname> + <class>Codec/Demuxer</class> + <description>Demultiplex a RealMedia file into audio and video streams</description> + <author>David Schleef <ds@schleef.org></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>application/vnd.rn-realmedia</details> + </caps> + <caps> + <name>audio_%u</name> + <direction>source</direction> + <presence>sometimes</presence> + <details>ANY</details> + </caps> + <caps> + <name>video_%u</name> + <direction>source</direction> + <presence>sometimes</presence> + <details>ANY</details> + </caps> + </pads> + </element> + <element> + <name>rtspreal</name> + <longname>RealMedia RTSP Extension</longname> + <class>Network/Extension/Protocol</class> + <description>Extends RTSP so that it can handle RealMedia setup</description> + <author>Wim Taymans <wim.taymans@gmail.com></author> + <pads> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-siddec.xml b/docs/plugins/inspect/plugin-siddec.xml new file mode 100644 index 0000000..981fa57 --- /dev/null +++ b/docs/plugins/inspect/plugin-siddec.xml @@ -0,0 +1,34 @@ +<plugin> + <name>siddec</name> + <description>Uses libsidplay to decode .sid files</description> + <filename>../../ext/sidplay/.libs/libgstsid.so</filename> + <basename>libgstsid.so</basename> + <version>1.4.5</version> + <license>GPL</license> + <source>gst-plugins-ugly</source> + <package>GStreamer Ugly Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>siddec</name> + <longname>Sid decoder</longname> + <class>Codec/Decoder/Audio</class> + <description>Use libsidplay to decode SID audio tunes</description> + <author>Wim Taymans <wim.taymans@gmail.com></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/x-sid</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/x-raw, format=(string){ S16LE, U16LE, S8, U8 }, layout=(string)interleaved, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ]</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-twolame.xml b/docs/plugins/inspect/plugin-twolame.xml new file mode 100644 index 0000000..5c600f5 --- /dev/null +++ b/docs/plugins/inspect/plugin-twolame.xml @@ -0,0 +1,34 @@ +<plugin> + <name>twolame</name> + <description>Encode MP2s with TwoLAME</description> + <filename>../../ext/twolame/.libs/libgsttwolame.so</filename> + <basename>libgsttwolame.so</basename> + <version>1.4.5</version> + <license>LGPL</license> + <source>gst-plugins-ugly</source> + <package>GStreamer Ugly Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>twolamemp2enc</name> + <longname>TwoLAME mp2 encoder</longname> + <class>Codec/Encoder/Audio</class> + <description>High-quality free MP2 encoder</description> + <author>Sebastian Dröge <sebastian.droege@collabora.co.uk></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/x-raw, format=(string){ F32LE, S16LE }, layout=(string)interleaved, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)1; audio/x-raw, format=(string){ F32LE, S16LE }, layout=(string)interleaved, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)2, channel-mask=(bitmask)0x0000000000000003</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/mpeg, mpegversion=(int)1, layer=(int)2, rate=(int){ 16000, 22050, 24000, 32000, 44100, 48000 }, channels=(int)[ 1, 2 ]</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-x264.xml b/docs/plugins/inspect/plugin-x264.xml new file mode 100644 index 0000000..73d20e6 --- /dev/null +++ b/docs/plugins/inspect/plugin-x264.xml @@ -0,0 +1,34 @@ +<plugin> + <name>x264</name> + <description>libx264-based H264 plugins</description> + <filename>../../ext/x264/.libs/libgstx264.so</filename> + <basename>libgstx264.so</basename> + <version>1.4.5</version> + <license>GPL</license> + <source>gst-plugins-ugly</source> + <package>GStreamer Ugly Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>x264enc</name> + <longname>x264enc</longname> + <class>Codec/Encoder/Video</class> + <description>H264 Encoder</description> + <author>Josef Zlomek <josef.zlomek@itonis.tv>, Mark Nauwelaerts <mnauw@users.sf.net></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>video/x-raw, format=(string){ I420, YV12, Y42B, Y444, NV12, I420_10LE, I422_10LE, Y444_10LE }, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 2147483647 ], height=(int)[ 16, 2147483647 ]</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>video/x-h264, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 1, 2147483647 ], height=(int)[ 1, 2147483647 ], stream-format=(string){ avc, byte-stream }, alignment=(string)au, profile=(string){ high-4:4:4, high-4:2:2, high-10, high, main, baseline, constrained-baseline, high-4:4:4-intra, high-4:2:2-intra, high-10-intra }</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/inspect/plugin-xingmux.xml b/docs/plugins/inspect/plugin-xingmux.xml new file mode 100644 index 0000000..d729b06 --- /dev/null +++ b/docs/plugins/inspect/plugin-xingmux.xml @@ -0,0 +1,34 @@ +<plugin> + <name>xingmux</name> + <description>Add XING tags to mpeg audio files</description> + <filename>../../gst/xingmux/.libs/libgstxingmux.so</filename> + <basename>libgstxingmux.so</basename> + <version>1.4.5</version> + <license>LGPL</license> + <source>gst-plugins-ugly</source> + <package>GStreamer Ugly Plug-ins source release</package> + <origin>Unknown package origin</origin> + <elements> + <element> + <name>xingmux</name> + <longname>MP3 Xing muxer</longname> + <class>Formatter/Muxer/Metadata</class> + <description>Adds a Xing header to the beginning of a VBR MP3 file</description> + <author>Christophe Fergeau <teuf@gnome.org></author> + <pads> + <caps> + <name>sink</name> + <direction>sink</direction> + <presence>always</presence> + <details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]</details> + </caps> + <caps> + <name>src</name> + <direction>source</direction> + <presence>always</presence> + <details>audio/mpeg, mpegversion=(int)1, layer=(int)[ 1, 3 ]</details> + </caps> + </pads> + </element> + </elements> +</plugin>
\ No newline at end of file diff --git a/docs/plugins/scanobj-build.stamp b/docs/plugins/scanobj-build.stamp new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/docs/plugins/scanobj-build.stamp |