diff options
Diffstat (limited to 'multimedia')
91 files changed, 0 insertions, 3476 deletions
diff --git a/multimedia/gstreamer1/CVS/Entries b/multimedia/gstreamer1/CVS/Entries deleted file mode 100644 index cc421a3..0000000 --- a/multimedia/gstreamer1/CVS/Entries +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | D/core//// | ||
| 2 | D/plugins-bad//// | ||
| 3 | D/plugins-base//// | ||
| 4 | D/plugins-good//// | ||
| 5 | D/plugins-libav//// | ||
| 6 | D/plugins-ugly//// | ||
| 7 | D/mm//// | ||
| 8 | D/py-gstreamer//// | ||
| 9 | /Makefile/1.6/Sat Mar 12 08:17:10 2022// | ||
| 10 | /Makefile.inc/1.91/Wed Feb 14 18:21:07 2024// | ||
diff --git a/multimedia/gstreamer1/CVS/Repository b/multimedia/gstreamer1/CVS/Repository deleted file mode 100644 index b7b0aa7..0000000 --- a/multimedia/gstreamer1/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1 | ||
diff --git a/multimedia/gstreamer1/Makefile b/multimedia/gstreamer1/Makefile deleted file mode 100644 index 49b878b..0000000 --- a/multimedia/gstreamer1/Makefile +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | SUBDIR = | ||
| 2 | SUBDIR += core | ||
| 3 | SUBDIR += mm | ||
| 4 | SUBDIR += plugins-base | ||
| 5 | SUBDIR += plugins-good | ||
| 6 | SUBDIR += plugins-libav | ||
| 7 | SUBDIR += plugins-ugly | ||
| 8 | SUBDIR += plugins-bad | ||
| 9 | SUBDIR += py-gstreamer,python3 | ||
| 10 | |||
| 11 | .include <bsd.port.subdir.mk> | ||
diff --git a/multimedia/gstreamer1/Makefile.inc b/multimedia/gstreamer1/Makefile.inc deleted file mode 100644 index 2e6d480..0000000 --- a/multimedia/gstreamer1/Makefile.inc +++ /dev/null | |||
| @@ -1,64 +0,0 @@ | |||
| 1 | # Most frequent usage of the GStreamer packages: | ||
| 2 | # core base library | ||
| 3 | # plugins-base minimal set: audio (sndio), gio, playback, Ogg Vorbis | ||
| 4 | # plugins-good base audio, video and graphic codecs | ||
| 5 | # plugins-ugly dvd | ||
| 6 | # plugins-bad vaapi | ||
| 7 | # plugins-libav divx, mp3, mpeg4, h264, vp8 (same decoding capabilities as FFmpeg) | ||
| 8 | # | ||
| 9 | # Most applications that use GStreamer require: | ||
| 10 | # gstreamer1-plugins-base and gstreamer1-plugins-good | ||
| 11 | # Support for most audio and video codecs is provided by | ||
| 12 | # gstreamer1-plugins-libav | ||
| 13 | |||
| 14 | PORTROACH= limitw:1,even | ||
| 15 | |||
| 16 | V ?= 1.22.10 | ||
| 17 | API= 1.0 | ||
| 18 | SUBST_VARS += API | ||
| 19 | |||
| 20 | CATEGORIES ?= multimedia devel | ||
| 21 | |||
| 22 | HOMEPAGE ?= http://gstreamer.freedesktop.org/ | ||
| 23 | |||
| 24 | MAINTAINER ?= Antoine Jacoutot <ajacoutot@openbsd.org> | ||
| 25 | |||
| 26 | GST_PKGNAME_PREFIX= gstreamer1 | ||
| 27 | |||
| 28 | # GPLv2 - GPLv2+ - LGPLv2 | ||
| 29 | PERMIT_PACKAGE ?= Yes | ||
| 30 | |||
| 31 | DIST_SUBDIR= gstreamer | ||
| 32 | SITE_GST= http://gstreamer.freedesktop.org/src/ | ||
| 33 | EXTRACT_SUFX ?= .tar.xz | ||
| 34 | P= multimedia/${GST_PKGNAME_PREFIX} | ||
| 35 | |||
| 36 | COMPILER= base-clang ports-gcc | ||
| 37 | COMPILER_LANGS ?= c | ||
| 38 | |||
| 39 | .if empty(CONFIGURE_STYLE) | ||
| 40 | MODULES += devel/meson | ||
| 41 | BUILD_DEPENDS += devel/gettext,-tools # -Dnls | ||
| 42 | # X11BASE needed (at least) to find libdrm/drm_fourcc.h in plugins-base | ||
| 43 | CONFIGURE_ENV += CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ | ||
| 44 | LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" | ||
| 45 | |||
| 46 | .if ! ${.CURDIR:M*py-gstreamer} | ||
| 47 | CONFIGURE_ARGS += -Dpackage-name="OpenBSD ${DISTNAME} package" | ||
| 48 | CONFIGURE_ARGS += -Dpackage-origin="https://www.openbsd.org/" | ||
| 49 | # requires hotdoc | ||
| 50 | CONFIGURE_ARGS += -Ddoc=disabled | ||
| 51 | .endif | ||
| 52 | |||
| 53 | .if ! ${.CURDIR:M*plugins-libav} && ! ${.CURDIR:M*plugins-ugly} && ! ${.CURDIR:M*py-gstreamer} | ||
| 54 | # BDEP on gtk+3, gmp, gsl | ||
| 55 | CONFIGURE_ARGS += -Dexamples=disabled | ||
| 56 | CONFIGURE_ARGS += -Dtests=disabled | ||
| 57 | .endif | ||
| 58 | |||
| 59 | .if ! ${.CURDIR:M*plugins-libav} && ! ${.CURDIR:M*py-gstreamer} | ||
| 60 | # requires hotdoc | ||
| 61 | CONFIGURE_ARGS += -Ddoc=disabled | ||
| 62 | .endif | ||
| 63 | |||
| 64 | .endif | ||
diff --git a/multimedia/gstreamer1/core/CVS/Entries b/multimedia/gstreamer1/core/CVS/Entries deleted file mode 100644 index d7196ba..0000000 --- a/multimedia/gstreamer1/core/CVS/Entries +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | D/pkg//// | ||
| 2 | /Makefile/1.85/Wed Feb 14 18:21:07 2024// | ||
| 3 | /distinfo/1.71/Wed Feb 14 18:21:07 2024// | ||
diff --git a/multimedia/gstreamer1/core/CVS/Repository b/multimedia/gstreamer1/core/CVS/Repository deleted file mode 100644 index 451bf45..0000000 --- a/multimedia/gstreamer1/core/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/core | ||
diff --git a/multimedia/gstreamer1/core/Makefile b/multimedia/gstreamer1/core/Makefile deleted file mode 100644 index 11cd5a5..0000000 --- a/multimedia/gstreamer1/core/Makefile +++ /dev/null | |||
| @@ -1,41 +0,0 @@ | |||
| 1 | COMMENT= framework for streaming media | ||
| 2 | |||
| 3 | DISTNAME= gstreamer-${V} | ||
| 4 | PKGNAME= ${GST_PKGNAME_PREFIX}-${V} | ||
| 5 | |||
| 6 | SHARED_LIBS += gstreamer-1.0 7.1 # 0.2210.0 | ||
| 7 | SHARED_LIBS += gstbase-1.0 7.1 # 0.2210.0 | ||
| 8 | SHARED_LIBS += gstcontroller-1.0 7.1 # 0.2210.0 | ||
| 9 | SHARED_LIBS += gstnet-1.0 7.1 # 0.2210.0 | ||
| 10 | SHARED_LIBS += gstcheck-1.0 7.1 # 0.2210.0 | ||
| 11 | |||
| 12 | WANTLIB += c execinfo gio-2.0 glib-2.0 gmodule-2.0 m | ||
| 13 | |||
| 14 | SITES= ${SITE_GST:=gstreamer/} | ||
| 15 | |||
| 16 | BUILD_DEPENDS= devel/bison | ||
| 17 | |||
| 18 | LIB_DEPENDS= devel/glib2 | ||
| 19 | |||
| 20 | CONFIGURE_ARGS= -Dbenchmarks=disabled \ | ||
| 21 | -Dlibunwind=disabled \ | ||
| 22 | -Dlibdw=disabled \ | ||
| 23 | -Ddbghelp=disabled \ | ||
| 24 | -Dbash-completion=disabled \ | ||
| 25 | -Dintrospection=disabled \ | ||
| 26 | -Dexamples=disabled \ | ||
| 27 | -Dtests=disabled \ | ||
| 28 | -Dtools=disabled \ | ||
| 29 | -Dnls=disabled \ | ||
| 30 | -Ddoc=disabled | ||
| 31 | |||
| 32 | # PTP helper does not do anything on OpenBSD (functionality needs to be | ||
| 33 | # implemented): no need to install it suid root | ||
| 34 | CONFIGURE_ARGS += -Dptp-helper-permissions=none | ||
| 35 | |||
| 36 | # XXX configure check lost in the autoconf -> meson migration | ||
| 37 | CFLAGS += -DHAVE_SYS_SOCKET_H | ||
| 38 | |||
| 39 | DEBUG_PACKAGES= ${BUILD_PACKAGES} | ||
| 40 | |||
| 41 | .include <bsd.port.mk> | ||
diff --git a/multimedia/gstreamer1/core/distinfo b/multimedia/gstreamer1/core/distinfo deleted file mode 100644 index 6cb7af3..0000000 --- a/multimedia/gstreamer1/core/distinfo +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | SHA256 (gstreamer/gstreamer-1.22.10.tar.xz) = lpqu85byUs6SUTKkviqgBOAyD1wbrwrKquCcVEpnWfQ= | ||
| 2 | SIZE (gstreamer/gstreamer-1.22.10.tar.xz) = 1799780 | ||
diff --git a/multimedia/gstreamer1/core/pkg/CVS/Entries b/multimedia/gstreamer1/core/pkg/CVS/Entries deleted file mode 100644 index 111bda1..0000000 --- a/multimedia/gstreamer1/core/pkg/CVS/Entries +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | /DESCR/1.1/Thu Sep 6 12:59:46 2012// | ||
| 2 | /PLIST/1.47/Wed Feb 14 18:21:07 2024// | ||
| 3 | D | ||
diff --git a/multimedia/gstreamer1/core/pkg/CVS/Repository b/multimedia/gstreamer1/core/pkg/CVS/Repository deleted file mode 100644 index 6c1cd17..0000000 --- a/multimedia/gstreamer1/core/pkg/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/core/pkg | ||
diff --git a/multimedia/gstreamer1/core/pkg/DESCR b/multimedia/gstreamer1/core/pkg/DESCR deleted file mode 100644 index 34ed84d..0000000 --- a/multimedia/gstreamer1/core/pkg/DESCR +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | This is GStreamer, a framework for streaming media. | ||
| 2 | This package provides the core around which all other modules revolve. | ||
| 3 | |||
| 4 | Base functionality and libraries, some essential elements, | ||
| 5 | documentation, and testing. | ||
diff --git a/multimedia/gstreamer1/core/pkg/PLIST b/multimedia/gstreamer1/core/pkg/PLIST deleted file mode 100644 index a364c52..0000000 --- a/multimedia/gstreamer1/core/pkg/PLIST +++ /dev/null | |||
| @@ -1,158 +0,0 @@ | |||
| 1 | include/gstreamer-${API}/ | ||
| 2 | include/gstreamer-${API}/gst/ | ||
| 3 | include/gstreamer-${API}/gst/base/ | ||
| 4 | include/gstreamer-${API}/gst/base/base-prelude.h | ||
| 5 | include/gstreamer-${API}/gst/base/base.h | ||
| 6 | include/gstreamer-${API}/gst/base/gstadapter.h | ||
| 7 | include/gstreamer-${API}/gst/base/gstaggregator.h | ||
| 8 | include/gstreamer-${API}/gst/base/gstbaseparse.h | ||
| 9 | include/gstreamer-${API}/gst/base/gstbasesink.h | ||
| 10 | include/gstreamer-${API}/gst/base/gstbasesrc.h | ||
| 11 | include/gstreamer-${API}/gst/base/gstbasetransform.h | ||
| 12 | include/gstreamer-${API}/gst/base/gstbitreader.h | ||
| 13 | include/gstreamer-${API}/gst/base/gstbitwriter.h | ||
| 14 | include/gstreamer-${API}/gst/base/gstbytereader.h | ||
| 15 | include/gstreamer-${API}/gst/base/gstbytewriter.h | ||
| 16 | include/gstreamer-${API}/gst/base/gstcollectpads.h | ||
| 17 | include/gstreamer-${API}/gst/base/gstdataqueue.h | ||
| 18 | include/gstreamer-${API}/gst/base/gstflowcombiner.h | ||
| 19 | include/gstreamer-${API}/gst/base/gstpushsrc.h | ||
| 20 | include/gstreamer-${API}/gst/base/gstqueuearray.h | ||
| 21 | include/gstreamer-${API}/gst/base/gsttypefindhelper.h | ||
| 22 | include/gstreamer-${API}/gst/check/ | ||
| 23 | include/gstreamer-${API}/gst/check/check-prelude.h | ||
| 24 | include/gstreamer-${API}/gst/check/check.h | ||
| 25 | include/gstreamer-${API}/gst/check/gstbufferstraw.h | ||
| 26 | include/gstreamer-${API}/gst/check/gstcheck.h | ||
| 27 | include/gstreamer-${API}/gst/check/gstconsistencychecker.h | ||
| 28 | include/gstreamer-${API}/gst/check/gstharness.h | ||
| 29 | include/gstreamer-${API}/gst/check/gsttestclock.h | ||
| 30 | include/gstreamer-${API}/gst/check/internal-check.h | ||
| 31 | include/gstreamer-${API}/gst/controller/ | ||
| 32 | include/gstreamer-${API}/gst/controller/controller-enumtypes.h | ||
| 33 | include/gstreamer-${API}/gst/controller/controller-prelude.h | ||
| 34 | include/gstreamer-${API}/gst/controller/controller.h | ||
| 35 | include/gstreamer-${API}/gst/controller/gstargbcontrolbinding.h | ||
| 36 | include/gstreamer-${API}/gst/controller/gstdirectcontrolbinding.h | ||
| 37 | include/gstreamer-${API}/gst/controller/gstinterpolationcontrolsource.h | ||
| 38 | include/gstreamer-${API}/gst/controller/gstlfocontrolsource.h | ||
| 39 | include/gstreamer-${API}/gst/controller/gstproxycontrolbinding.h | ||
| 40 | include/gstreamer-${API}/gst/controller/gsttimedvaluecontrolsource.h | ||
| 41 | include/gstreamer-${API}/gst/controller/gsttriggercontrolsource.h | ||
| 42 | include/gstreamer-${API}/gst/glib-compat.h | ||
| 43 | include/gstreamer-${API}/gst/gst.h | ||
| 44 | include/gstreamer-${API}/gst/gstallocator.h | ||
| 45 | include/gstreamer-${API}/gst/gstatomicqueue.h | ||
| 46 | include/gstreamer-${API}/gst/gstbin.h | ||
| 47 | include/gstreamer-${API}/gst/gstbuffer.h | ||
| 48 | include/gstreamer-${API}/gst/gstbufferlist.h | ||
| 49 | include/gstreamer-${API}/gst/gstbufferpool.h | ||
| 50 | include/gstreamer-${API}/gst/gstbus.h | ||
| 51 | include/gstreamer-${API}/gst/gstcaps.h | ||
| 52 | include/gstreamer-${API}/gst/gstcapsfeatures.h | ||
| 53 | include/gstreamer-${API}/gst/gstchildproxy.h | ||
| 54 | include/gstreamer-${API}/gst/gstclock.h | ||
| 55 | include/gstreamer-${API}/gst/gstcompat.h | ||
| 56 | include/gstreamer-${API}/gst/gstconfig.h | ||
| 57 | include/gstreamer-${API}/gst/gstcontext.h | ||
| 58 | include/gstreamer-${API}/gst/gstcontrolbinding.h | ||
| 59 | include/gstreamer-${API}/gst/gstcontrolsource.h | ||
| 60 | include/gstreamer-${API}/gst/gstdatetime.h | ||
| 61 | include/gstreamer-${API}/gst/gstdebugutils.h | ||
| 62 | include/gstreamer-${API}/gst/gstdevice.h | ||
| 63 | include/gstreamer-${API}/gst/gstdevicemonitor.h | ||
| 64 | include/gstreamer-${API}/gst/gstdeviceprovider.h | ||
| 65 | include/gstreamer-${API}/gst/gstdeviceproviderfactory.h | ||
| 66 | include/gstreamer-${API}/gst/gstdynamictypefactory.h | ||
| 67 | include/gstreamer-${API}/gst/gstelement.h | ||
| 68 | include/gstreamer-${API}/gst/gstelementfactory.h | ||
| 69 | include/gstreamer-${API}/gst/gstelementmetadata.h | ||
| 70 | include/gstreamer-${API}/gst/gstenumtypes.h | ||
| 71 | include/gstreamer-${API}/gst/gsterror.h | ||
| 72 | include/gstreamer-${API}/gst/gstevent.h | ||
| 73 | include/gstreamer-${API}/gst/gstformat.h | ||
| 74 | include/gstreamer-${API}/gst/gstghostpad.h | ||
| 75 | include/gstreamer-${API}/gst/gstinfo.h | ||
| 76 | include/gstreamer-${API}/gst/gstiterator.h | ||
| 77 | include/gstreamer-${API}/gst/gstmacros.h | ||
| 78 | include/gstreamer-${API}/gst/gstmemory.h | ||
| 79 | include/gstreamer-${API}/gst/gstmessage.h | ||
| 80 | include/gstreamer-${API}/gst/gstmeta.h | ||
| 81 | include/gstreamer-${API}/gst/gstminiobject.h | ||
| 82 | include/gstreamer-${API}/gst/gstobject.h | ||
| 83 | include/gstreamer-${API}/gst/gstpad.h | ||
| 84 | include/gstreamer-${API}/gst/gstpadtemplate.h | ||
| 85 | include/gstreamer-${API}/gst/gstparamspecs.h | ||
| 86 | include/gstreamer-${API}/gst/gstparse.h | ||
| 87 | include/gstreamer-${API}/gst/gstpipeline.h | ||
| 88 | include/gstreamer-${API}/gst/gstplugin.h | ||
| 89 | include/gstreamer-${API}/gst/gstpluginfeature.h | ||
| 90 | include/gstreamer-${API}/gst/gstpoll.h | ||
| 91 | include/gstreamer-${API}/gst/gstpreset.h | ||
| 92 | include/gstreamer-${API}/gst/gstpromise.h | ||
| 93 | include/gstreamer-${API}/gst/gstprotection.h | ||
| 94 | include/gstreamer-${API}/gst/gstquery.h | ||
| 95 | include/gstreamer-${API}/gst/gstregistry.h | ||
| 96 | include/gstreamer-${API}/gst/gstsample.h | ||
| 97 | include/gstreamer-${API}/gst/gstsegment.h | ||
| 98 | include/gstreamer-${API}/gst/gststreamcollection.h | ||
| 99 | include/gstreamer-${API}/gst/gststreams.h | ||
| 100 | include/gstreamer-${API}/gst/gststructure.h | ||
| 101 | include/gstreamer-${API}/gst/gstsystemclock.h | ||
| 102 | include/gstreamer-${API}/gst/gsttaglist.h | ||
| 103 | include/gstreamer-${API}/gst/gsttagsetter.h | ||
| 104 | include/gstreamer-${API}/gst/gsttask.h | ||
| 105 | include/gstreamer-${API}/gst/gsttaskpool.h | ||
| 106 | include/gstreamer-${API}/gst/gsttoc.h | ||
| 107 | include/gstreamer-${API}/gst/gsttocsetter.h | ||
| 108 | include/gstreamer-${API}/gst/gsttracer.h | ||
| 109 | include/gstreamer-${API}/gst/gsttracerfactory.h | ||
| 110 | include/gstreamer-${API}/gst/gsttracerrecord.h | ||
| 111 | include/gstreamer-${API}/gst/gsttypefind.h | ||
| 112 | include/gstreamer-${API}/gst/gsttypefindfactory.h | ||
| 113 | include/gstreamer-${API}/gst/gsturi.h | ||
| 114 | include/gstreamer-${API}/gst/gstutils.h | ||
| 115 | include/gstreamer-${API}/gst/gstvalue.h | ||
| 116 | include/gstreamer-${API}/gst/gstversion.h | ||
| 117 | include/gstreamer-${API}/gst/math-compat.h | ||
| 118 | include/gstreamer-${API}/gst/net/ | ||
| 119 | include/gstreamer-${API}/gst/net/gstnet.h | ||
| 120 | include/gstreamer-${API}/gst/net/gstnetaddressmeta.h | ||
| 121 | include/gstreamer-${API}/gst/net/gstnetclientclock.h | ||
| 122 | include/gstreamer-${API}/gst/net/gstnetcontrolmessagemeta.h | ||
| 123 | include/gstreamer-${API}/gst/net/gstnettimepacket.h | ||
| 124 | include/gstreamer-${API}/gst/net/gstnettimeprovider.h | ||
| 125 | include/gstreamer-${API}/gst/net/gstnetutils.h | ||
| 126 | include/gstreamer-${API}/gst/net/gstptpclock.h | ||
| 127 | include/gstreamer-${API}/gst/net/net-prelude.h | ||
| 128 | include/gstreamer-${API}/gst/net/net.h | ||
| 129 | lib/gstreamer-${API}/ | ||
| 130 | @so lib/gstreamer-${API}/libgstcoreelements.so | ||
| 131 | @so lib/gstreamer-${API}/libgstcoretracers.so | ||
| 132 | @lib lib/libgstbase-${API}.so.${LIBgstbase-${API}_VERSION} | ||
| 133 | @lib lib/libgstcheck-${API}.so.${LIBgstcheck-${API}_VERSION} | ||
| 134 | @lib lib/libgstcontroller-${API}.so.${LIBgstcontroller-${API}_VERSION} | ||
| 135 | @lib lib/libgstnet-${API}.so.${LIBgstnet-${API}_VERSION} | ||
| 136 | @lib lib/libgstreamer-${API}.so.${LIBgstreamer-${API}_VERSION} | ||
| 137 | lib/pkgconfig/gstreamer-${API}.pc | ||
| 138 | lib/pkgconfig/gstreamer-base-${API}.pc | ||
| 139 | lib/pkgconfig/gstreamer-check-${API}.pc | ||
| 140 | lib/pkgconfig/gstreamer-controller-${API}.pc | ||
| 141 | lib/pkgconfig/gstreamer-net-${API}.pc | ||
| 142 | libexec/gstreamer-${API}/ | ||
| 143 | @bin libexec/gstreamer-${API}/gst-hotdoc-plugins-scanner | ||
| 144 | @bin libexec/gstreamer-${API}/gst-plugin-scanner | ||
| 145 | libexec/gstreamer-${API}/gst-plugins-doc-cache-generator | ||
| 146 | @bin libexec/gstreamer-${API}/gst-ptp-helper | ||
| 147 | share/aclocal/ | ||
| 148 | share/aclocal/gst-element-check-${API}.m4 | ||
| 149 | share/gdb/ | ||
| 150 | share/gdb/auto-load/ | ||
| 151 | share/gdb/auto-load/usr/ | ||
| 152 | share/gdb/auto-load/usr/local/ | ||
| 153 | share/gdb/auto-load/usr/local/lib/ | ||
| 154 | share/gdb/auto-load/usr/local/lib/libgstreamer-${API}.so.0.2210.0-gdb.py | ||
| 155 | share/gstreamer-${API}/ | ||
| 156 | share/gstreamer-${API}/gdb/ | ||
| 157 | share/gstreamer-${API}/gdb/glib_gobject_helper.py | ||
| 158 | share/gstreamer-${API}/gdb/gst_gdb.py | ||
diff --git a/multimedia/gstreamer1/mm/CVS/Entries b/multimedia/gstreamer1/mm/CVS/Entries deleted file mode 100644 index 5b0f748..0000000 --- a/multimedia/gstreamer1/mm/CVS/Entries +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | D/pkg//// | ||
| 2 | /distinfo/1.4/Sat Oct 21 17:14:45 2017// | ||
| 3 | D/patches//// | ||
| 4 | /Makefile/1.28/Sun Nov 6 07:17:21 2022// | ||
diff --git a/multimedia/gstreamer1/mm/CVS/Repository b/multimedia/gstreamer1/mm/CVS/Repository deleted file mode 100644 index 5827d98..0000000 --- a/multimedia/gstreamer1/mm/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/mm | ||
diff --git a/multimedia/gstreamer1/mm/Makefile b/multimedia/gstreamer1/mm/Makefile deleted file mode 100644 index ff2ed8b..0000000 --- a/multimedia/gstreamer1/mm/Makefile +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | COMMENT= C++ bindings for GStreamer | ||
| 2 | |||
| 3 | GNOME_PROJECT= gstreamermm | ||
| 4 | GNOME_VERSION= 1.10.0 | ||
| 5 | PKGNAME= gstreamer1mm-${GNOME_VERSION} | ||
| 6 | REVISION= 8 | ||
| 7 | |||
| 8 | SHARED_LIBS += gstreamermm-1.0 1.1 # 1.0 | ||
| 9 | |||
| 10 | WANTLIB += ${COMPILER_LIBCXX} c ffi gio-2.0 giomm-2.4 glib-2.0 | ||
| 11 | WANTLIB += glibmm-2.4 gmodule-2.0 gobject-2.0 gstallocators-1.0 | ||
| 12 | WANTLIB += gstapp-1.0 gstaudio-1.0 gstbase-1.0 gstcheck-1.0 gstcontroller-1.0 | ||
| 13 | WANTLIB += gstfft-1.0 gstnet-1.0 gstpbutils-1.0 gstreamer-1.0 | ||
| 14 | WANTLIB += gstriff-1.0 gstrtp-1.0 gstrtsp-1.0 gstsdp-1.0 gsttag-1.0 | ||
| 15 | WANTLIB += gstvideo-1.0 iconv intl m orc-0.4 pcre2-8 sigc-2.0 z execinfo | ||
| 16 | |||
| 17 | MODULES= x11/gnome | ||
| 18 | |||
| 19 | # c++11 | ||
| 20 | # note that Makefile.inc has "c" as default | ||
| 21 | COMPILER_LANGS = c c++ | ||
| 22 | |||
| 23 | LIB_DEPENDS= devel/glib2mm \ | ||
| 24 | multimedia/gstreamer1/plugins-base | ||
| 25 | |||
| 26 | CONFIGURE_STYLE= gnu | ||
| 27 | |||
| 28 | CONFIGURE_ARGS= ac_cv_path_DOT= \ | ||
| 29 | ac_cv_path_DOXYGEN= \ | ||
| 30 | --disable-unittests | ||
| 31 | |||
| 32 | # needed for the examples | ||
| 33 | BUILD_DEPENDS += x11/gtk3mm | ||
| 34 | |||
| 35 | DEBUG_PACKAGES= ${BUILD_PACKAGES} | ||
| 36 | |||
| 37 | .include <bsd.port.mk> | ||
diff --git a/multimedia/gstreamer1/mm/distinfo b/multimedia/gstreamer1/mm/distinfo deleted file mode 100644 index 06375ce..0000000 --- a/multimedia/gstreamer1/mm/distinfo +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | SHA256 (gstreamer/gstreamermm-1.10.0.tar.xz) = vlj+nvfX45JWjshegKhPRzCtv5H7A1X/fXxhZnXqjWA= | ||
| 2 | SIZE (gstreamer/gstreamermm-1.10.0.tar.xz) = 3529640 | ||
diff --git a/multimedia/gstreamer1/mm/patches/CVS/Entries b/multimedia/gstreamer1/mm/patches/CVS/Entries deleted file mode 100644 index 5c331ad..0000000 --- a/multimedia/gstreamer1/mm/patches/CVS/Entries +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | /patch-gstreamer_gstreamermm_register_h/1.2/Sat Mar 12 08:17:10 2022// | ||
| 2 | D | ||
diff --git a/multimedia/gstreamer1/mm/patches/CVS/Repository b/multimedia/gstreamer1/mm/patches/CVS/Repository deleted file mode 100644 index bb1bae3..0000000 --- a/multimedia/gstreamer1/mm/patches/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/mm/patches | ||
diff --git a/multimedia/gstreamer1/mm/patches/patch-gstreamer_gstreamermm_register_h b/multimedia/gstreamer1/mm/patches/patch-gstreamer_gstreamermm_register_h deleted file mode 100644 index 57dba25..0000000 --- a/multimedia/gstreamer1/mm/patches/patch-gstreamer_gstreamermm_register_h +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | Fix build with GLib >=2.68 | ||
| 2 | |||
| 3 | Index: gstreamer/gstreamermm/register.h | ||
| 4 | --- gstreamer/gstreamermm/register.h.orig | ||
| 5 | +++ gstreamer/gstreamermm/register.h | ||
| 6 | @@ -110,7 +110,7 @@ register_mm_type(const gchar * type_name) | ||
| 7 | /* The typedef for GType may be gulong or gsize, depending on the | ||
| 8 | * system and whether the compiler is c++ or not. The g_once_init_* | ||
| 9 | * functions always take a gsize * though ... */ | ||
| 10 | - static volatile gsize gonce_data = 0; | ||
| 11 | + static gsize gonce_data = 0; | ||
| 12 | if (g_once_init_enter (&gonce_data)) { | ||
| 13 | GTypeInfo info; | ||
| 14 | |||
diff --git a/multimedia/gstreamer1/mm/pkg/CVS/Entries b/multimedia/gstreamer1/mm/pkg/CVS/Entries deleted file mode 100644 index 7edbca6..0000000 --- a/multimedia/gstreamer1/mm/pkg/CVS/Entries +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | /DESCR/1.1.1.1/Thu Aug 14 20:05:38 2014// | ||
| 2 | /PLIST/1.8/Sat Mar 12 08:17:10 2022// | ||
| 3 | D | ||
diff --git a/multimedia/gstreamer1/mm/pkg/CVS/Repository b/multimedia/gstreamer1/mm/pkg/CVS/Repository deleted file mode 100644 index c2f88c2..0000000 --- a/multimedia/gstreamer1/mm/pkg/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/mm/pkg | ||
diff --git a/multimedia/gstreamer1/mm/pkg/DESCR b/multimedia/gstreamer1/mm/pkg/DESCR deleted file mode 100644 index 81b3f23..0000000 --- a/multimedia/gstreamer1/mm/pkg/DESCR +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | gstreamermm provides C++ bindings for the GStreamer streaming multimedia | ||
| 2 | library. With gstreamermm it is possible to develop applications that | ||
| 3 | work with multimedia in C++. | ||
diff --git a/multimedia/gstreamer1/mm/pkg/PLIST b/multimedia/gstreamer1/mm/pkg/PLIST deleted file mode 100644 index 0b8c684..0000000 --- a/multimedia/gstreamer1/mm/pkg/PLIST +++ /dev/null | |||
| @@ -1,974 +0,0 @@ | |||
| 1 | include/gstreamermm-${API}/ | ||
| 2 | include/gstreamermm-${API}/gstreamermm/ | ||
| 3 | include/gstreamermm-${API}/gstreamermm.h | ||
| 4 | include/gstreamermm-${API}/gstreamermm/adder.h | ||
| 5 | include/gstreamermm-${API}/gstreamermm/allocator.h | ||
| 6 | include/gstreamermm-${API}/gstreamermm/alsasink.h | ||
| 7 | include/gstreamermm-${API}/gstreamermm/alsasrc.h | ||
| 8 | include/gstreamermm-${API}/gstreamermm/appsink.h | ||
| 9 | include/gstreamermm-${API}/gstreamermm/appsrc.h | ||
| 10 | include/gstreamermm-${API}/gstreamermm/atomicqueue.h | ||
| 11 | include/gstreamermm-${API}/gstreamermm/audiobasesink.h | ||
| 12 | include/gstreamermm-${API}/gstreamermm/audiobasesrc.h | ||
| 13 | include/gstreamermm-${API}/gstreamermm/audiocdsrc.h | ||
| 14 | include/gstreamermm-${API}/gstreamermm/audioclock.h | ||
| 15 | include/gstreamermm-${API}/gstreamermm/audioconvert.h | ||
| 16 | include/gstreamermm-${API}/gstreamermm/audiofilter.h | ||
| 17 | include/gstreamermm-${API}/gstreamermm/audioformat.h | ||
| 18 | include/gstreamermm-${API}/gstreamermm/audioinfo.h | ||
| 19 | include/gstreamermm-${API}/gstreamermm/audiorate.h | ||
| 20 | include/gstreamermm-${API}/gstreamermm/audioringbuffer.h | ||
| 21 | include/gstreamermm-${API}/gstreamermm/audiosink.h | ||
| 22 | include/gstreamermm-${API}/gstreamermm/audiosrc.h | ||
| 23 | include/gstreamermm-${API}/gstreamermm/audiotestsrc.h | ||
| 24 | include/gstreamermm-${API}/gstreamermm/basesink.h | ||
| 25 | include/gstreamermm-${API}/gstreamermm/basesrc.h | ||
| 26 | include/gstreamermm-${API}/gstreamermm/basetransform.h | ||
| 27 | include/gstreamermm-${API}/gstreamermm/bin.h | ||
| 28 | include/gstreamermm-${API}/gstreamermm/buffer.h | ||
| 29 | include/gstreamermm-${API}/gstreamermm/bufferlist.h | ||
| 30 | include/gstreamermm-${API}/gstreamermm/bus.h | ||
| 31 | include/gstreamermm-${API}/gstreamermm/caps.h | ||
| 32 | include/gstreamermm-${API}/gstreamermm/capsfeatures.h | ||
| 33 | include/gstreamermm-${API}/gstreamermm/capsfilter.h | ||
| 34 | include/gstreamermm-${API}/gstreamermm/cdparanoiasrc.h | ||
| 35 | include/gstreamermm-${API}/gstreamermm/check.h | ||
| 36 | include/gstreamermm-${API}/gstreamermm/childproxy.h | ||
| 37 | include/gstreamermm-${API}/gstreamermm/clock.h | ||
| 38 | include/gstreamermm-${API}/gstreamermm/clockoverlay.h | ||
| 39 | include/gstreamermm-${API}/gstreamermm/clockutils.h | ||
| 40 | include/gstreamermm-${API}/gstreamermm/colorbalance.h | ||
| 41 | include/gstreamermm-${API}/gstreamermm/colorbalancechannel.h | ||
| 42 | include/gstreamermm-${API}/gstreamermm/concat.h | ||
| 43 | include/gstreamermm-${API}/gstreamermm/context.h | ||
| 44 | include/gstreamermm-${API}/gstreamermm/decodebin.h | ||
| 45 | include/gstreamermm-${API}/gstreamermm/discoverer.h | ||
| 46 | include/gstreamermm-${API}/gstreamermm/discovererinfo.h | ||
| 47 | include/gstreamermm-${API}/gstreamermm/downloadbuffer.h | ||
| 48 | include/gstreamermm-${API}/gstreamermm/element.h | ||
| 49 | include/gstreamermm-${API}/gstreamermm/elementfactory.h | ||
| 50 | include/gstreamermm-${API}/gstreamermm/encodebin.h | ||
| 51 | include/gstreamermm-${API}/gstreamermm/encodingprofile.h | ||
| 52 | include/gstreamermm-${API}/gstreamermm/enums.h | ||
| 53 | include/gstreamermm-${API}/gstreamermm/error.h | ||
| 54 | include/gstreamermm-${API}/gstreamermm/event.h | ||
| 55 | include/gstreamermm-${API}/gstreamermm/fakesink.h | ||
| 56 | include/gstreamermm-${API}/gstreamermm/fakesrc.h | ||
| 57 | include/gstreamermm-${API}/gstreamermm/fdsink.h | ||
| 58 | include/gstreamermm-${API}/gstreamermm/fdsrc.h | ||
| 59 | include/gstreamermm-${API}/gstreamermm/filesink.h | ||
| 60 | include/gstreamermm-${API}/gstreamermm/filesrc.h | ||
| 61 | include/gstreamermm-${API}/gstreamermm/format.h | ||
| 62 | include/gstreamermm-${API}/gstreamermm/funnel.h | ||
| 63 | include/gstreamermm-${API}/gstreamermm/ghostpad.h | ||
| 64 | include/gstreamermm-${API}/gstreamermm/giosink.h | ||
| 65 | include/gstreamermm-${API}/gstreamermm/giosrc.h | ||
| 66 | include/gstreamermm-${API}/gstreamermm/giostreamsink.h | ||
| 67 | include/gstreamermm-${API}/gstreamermm/giostreamsrc.h | ||
| 68 | include/gstreamermm-${API}/gstreamermm/handle_error.h | ||
| 69 | include/gstreamermm-${API}/gstreamermm/identity.h | ||
| 70 | include/gstreamermm-${API}/gstreamermm/init.h | ||
| 71 | include/gstreamermm-${API}/gstreamermm/inputselector.h | ||
| 72 | include/gstreamermm-${API}/gstreamermm/iterator.h | ||
| 73 | include/gstreamermm-${API}/gstreamermm/mapinfo.h | ||
| 74 | include/gstreamermm-${API}/gstreamermm/memory.h | ||
| 75 | include/gstreamermm-${API}/gstreamermm/message.h | ||
| 76 | include/gstreamermm-${API}/gstreamermm/miniobject.h | ||
| 77 | include/gstreamermm-${API}/gstreamermm/multifdsink.h | ||
| 78 | include/gstreamermm-${API}/gstreamermm/multiqueue.h | ||
| 79 | include/gstreamermm-${API}/gstreamermm/multisocketsink.h | ||
| 80 | include/gstreamermm-${API}/gstreamermm/navigation.h | ||
| 81 | include/gstreamermm-${API}/gstreamermm/netclientclock.h | ||
| 82 | include/gstreamermm-${API}/gstreamermm/object.h | ||
| 83 | include/gstreamermm-${API}/gstreamermm/oggdemux.h | ||
| 84 | include/gstreamermm-${API}/gstreamermm/oggmux.h | ||
| 85 | include/gstreamermm-${API}/gstreamermm/outputselector.h | ||
| 86 | include/gstreamermm-${API}/gstreamermm/pad.h | ||
| 87 | include/gstreamermm-${API}/gstreamermm/padtemplate.h | ||
| 88 | include/gstreamermm-${API}/gstreamermm/parse.h | ||
| 89 | include/gstreamermm-${API}/gstreamermm/pipeline.h | ||
| 90 | include/gstreamermm-${API}/gstreamermm/playbin.h | ||
| 91 | include/gstreamermm-${API}/gstreamermm/playsink.h | ||
| 92 | include/gstreamermm-${API}/gstreamermm/plugin.h | ||
| 93 | include/gstreamermm-${API}/gstreamermm/pluginfeature.h | ||
| 94 | include/gstreamermm-${API}/gstreamermm/preset.h | ||
| 95 | include/gstreamermm-${API}/gstreamermm/private/ | ||
| 96 | include/gstreamermm-${API}/gstreamermm/private/adder_p.h | ||
| 97 | include/gstreamermm-${API}/gstreamermm/private/allocator_p.h | ||
| 98 | include/gstreamermm-${API}/gstreamermm/private/alsasink_p.h | ||
| 99 | include/gstreamermm-${API}/gstreamermm/private/alsasrc_p.h | ||
| 100 | include/gstreamermm-${API}/gstreamermm/private/appsink_p.h | ||
| 101 | include/gstreamermm-${API}/gstreamermm/private/appsrc_p.h | ||
| 102 | include/gstreamermm-${API}/gstreamermm/private/audiobasesink_p.h | ||
| 103 | include/gstreamermm-${API}/gstreamermm/private/audiobasesrc_p.h | ||
| 104 | include/gstreamermm-${API}/gstreamermm/private/audiocdsrc_p.h | ||
| 105 | include/gstreamermm-${API}/gstreamermm/private/audioclock_p.h | ||
| 106 | include/gstreamermm-${API}/gstreamermm/private/audioconvert_p.h | ||
| 107 | include/gstreamermm-${API}/gstreamermm/private/audiofilter_p.h | ||
| 108 | include/gstreamermm-${API}/gstreamermm/private/audioformat_p.h | ||
| 109 | include/gstreamermm-${API}/gstreamermm/private/audioinfo_p.h | ||
| 110 | include/gstreamermm-${API}/gstreamermm/private/audiorate_p.h | ||
| 111 | include/gstreamermm-${API}/gstreamermm/private/audioringbuffer_p.h | ||
| 112 | include/gstreamermm-${API}/gstreamermm/private/audiosink_p.h | ||
| 113 | include/gstreamermm-${API}/gstreamermm/private/audiosrc_p.h | ||
| 114 | include/gstreamermm-${API}/gstreamermm/private/audiotestsrc_p.h | ||
| 115 | include/gstreamermm-${API}/gstreamermm/private/basesink_p.h | ||
| 116 | include/gstreamermm-${API}/gstreamermm/private/basesrc_p.h | ||
| 117 | include/gstreamermm-${API}/gstreamermm/private/basetransform_p.h | ||
| 118 | include/gstreamermm-${API}/gstreamermm/private/bin_p.h | ||
| 119 | include/gstreamermm-${API}/gstreamermm/private/buffer_p.h | ||
| 120 | include/gstreamermm-${API}/gstreamermm/private/bufferlist_p.h | ||
| 121 | include/gstreamermm-${API}/gstreamermm/private/bus_p.h | ||
| 122 | include/gstreamermm-${API}/gstreamermm/private/caps_p.h | ||
| 123 | include/gstreamermm-${API}/gstreamermm/private/capsfeatures_p.h | ||
| 124 | include/gstreamermm-${API}/gstreamermm/private/capsfilter_p.h | ||
| 125 | include/gstreamermm-${API}/gstreamermm/private/cdparanoiasrc_p.h | ||
| 126 | include/gstreamermm-${API}/gstreamermm/private/childproxy_p.h | ||
| 127 | include/gstreamermm-${API}/gstreamermm/private/clock_p.h | ||
| 128 | include/gstreamermm-${API}/gstreamermm/private/clockoverlay_p.h | ||
| 129 | include/gstreamermm-${API}/gstreamermm/private/clockutils_p.h | ||
| 130 | include/gstreamermm-${API}/gstreamermm/private/colorbalance_p.h | ||
| 131 | include/gstreamermm-${API}/gstreamermm/private/colorbalancechannel_p.h | ||
| 132 | include/gstreamermm-${API}/gstreamermm/private/concat_p.h | ||
| 133 | include/gstreamermm-${API}/gstreamermm/private/context_p.h | ||
| 134 | include/gstreamermm-${API}/gstreamermm/private/decodebin_p.h | ||
| 135 | include/gstreamermm-${API}/gstreamermm/private/discoverer_p.h | ||
| 136 | include/gstreamermm-${API}/gstreamermm/private/discovererinfo_p.h | ||
| 137 | include/gstreamermm-${API}/gstreamermm/private/downloadbuffer_p.h | ||
| 138 | include/gstreamermm-${API}/gstreamermm/private/element_p.h | ||
| 139 | include/gstreamermm-${API}/gstreamermm/private/elementfactory_p.h | ||
| 140 | include/gstreamermm-${API}/gstreamermm/private/encodebin_p.h | ||
| 141 | include/gstreamermm-${API}/gstreamermm/private/encodingprofile_p.h | ||
| 142 | include/gstreamermm-${API}/gstreamermm/private/enums_p.h | ||
| 143 | include/gstreamermm-${API}/gstreamermm/private/error_p.h | ||
| 144 | include/gstreamermm-${API}/gstreamermm/private/event_p.h | ||
| 145 | include/gstreamermm-${API}/gstreamermm/private/fakesink_p.h | ||
| 146 | include/gstreamermm-${API}/gstreamermm/private/fakesrc_p.h | ||
| 147 | include/gstreamermm-${API}/gstreamermm/private/fdsink_p.h | ||
| 148 | include/gstreamermm-${API}/gstreamermm/private/fdsrc_p.h | ||
| 149 | include/gstreamermm-${API}/gstreamermm/private/filesink_p.h | ||
| 150 | include/gstreamermm-${API}/gstreamermm/private/filesrc_p.h | ||
| 151 | include/gstreamermm-${API}/gstreamermm/private/format_p.h | ||
| 152 | include/gstreamermm-${API}/gstreamermm/private/funnel_p.h | ||
| 153 | include/gstreamermm-${API}/gstreamermm/private/ghostpad_p.h | ||
| 154 | include/gstreamermm-${API}/gstreamermm/private/giosink_p.h | ||
| 155 | include/gstreamermm-${API}/gstreamermm/private/giosrc_p.h | ||
| 156 | include/gstreamermm-${API}/gstreamermm/private/giostreamsink_p.h | ||
| 157 | include/gstreamermm-${API}/gstreamermm/private/giostreamsrc_p.h | ||
| 158 | include/gstreamermm-${API}/gstreamermm/private/identity_p.h | ||
| 159 | include/gstreamermm-${API}/gstreamermm/private/inputselector_p.h | ||
| 160 | include/gstreamermm-${API}/gstreamermm/private/iterator_p.h | ||
| 161 | include/gstreamermm-${API}/gstreamermm/private/mapinfo_p.h | ||
| 162 | include/gstreamermm-${API}/gstreamermm/private/memory_p.h | ||
| 163 | include/gstreamermm-${API}/gstreamermm/private/message_p.h | ||
| 164 | include/gstreamermm-${API}/gstreamermm/private/miniobject_p.h | ||
| 165 | include/gstreamermm-${API}/gstreamermm/private/multifdsink_p.h | ||
| 166 | include/gstreamermm-${API}/gstreamermm/private/multiqueue_p.h | ||
| 167 | include/gstreamermm-${API}/gstreamermm/private/multisocketsink_p.h | ||
| 168 | include/gstreamermm-${API}/gstreamermm/private/navigation_p.h | ||
| 169 | include/gstreamermm-${API}/gstreamermm/private/netclientclock_p.h | ||
| 170 | include/gstreamermm-${API}/gstreamermm/private/object_p.h | ||
| 171 | include/gstreamermm-${API}/gstreamermm/private/oggdemux_p.h | ||
| 172 | include/gstreamermm-${API}/gstreamermm/private/oggmux_p.h | ||
| 173 | include/gstreamermm-${API}/gstreamermm/private/outputselector_p.h | ||
| 174 | include/gstreamermm-${API}/gstreamermm/private/pad_p.h | ||
| 175 | include/gstreamermm-${API}/gstreamermm/private/padtemplate_p.h | ||
| 176 | include/gstreamermm-${API}/gstreamermm/private/parse_p.h | ||
| 177 | include/gstreamermm-${API}/gstreamermm/private/pipeline_p.h | ||
| 178 | include/gstreamermm-${API}/gstreamermm/private/playbin_p.h | ||
| 179 | include/gstreamermm-${API}/gstreamermm/private/playsink_p.h | ||
| 180 | include/gstreamermm-${API}/gstreamermm/private/plugin_p.h | ||
| 181 | include/gstreamermm-${API}/gstreamermm/private/pluginfeature_p.h | ||
| 182 | include/gstreamermm-${API}/gstreamermm/private/preset_p.h | ||
| 183 | include/gstreamermm-${API}/gstreamermm/private/pushsrc_p.h | ||
| 184 | include/gstreamermm-${API}/gstreamermm/private/query_p.h | ||
| 185 | include/gstreamermm-${API}/gstreamermm/private/queue2_p.h | ||
| 186 | include/gstreamermm-${API}/gstreamermm/private/queue_p.h | ||
| 187 | include/gstreamermm-${API}/gstreamermm/private/registry_p.h | ||
| 188 | include/gstreamermm-${API}/gstreamermm/private/sample_p.h | ||
| 189 | include/gstreamermm-${API}/gstreamermm/private/sdpmessage_p.h | ||
| 190 | include/gstreamermm-${API}/gstreamermm/private/segment_p.h | ||
| 191 | include/gstreamermm-${API}/gstreamermm/private/socketsrc_p.h | ||
| 192 | include/gstreamermm-${API}/gstreamermm/private/streamiddemux_p.h | ||
| 193 | include/gstreamermm-${API}/gstreamermm/private/streamsynchronizer_p.h | ||
| 194 | include/gstreamermm-${API}/gstreamermm/private/streamvolume_p.h | ||
| 195 | include/gstreamermm-${API}/gstreamermm/private/structure_p.h | ||
| 196 | include/gstreamermm-${API}/gstreamermm/private/subtitleoverlay_p.h | ||
| 197 | include/gstreamermm-${API}/gstreamermm/private/systemclock_p.h | ||
| 198 | include/gstreamermm-${API}/gstreamermm/private/taglist_p.h | ||
| 199 | include/gstreamermm-${API}/gstreamermm/private/tagsetter_p.h | ||
| 200 | include/gstreamermm-${API}/gstreamermm/private/task_p.h | ||
| 201 | include/gstreamermm-${API}/gstreamermm/private/taskpool_p.h | ||
| 202 | include/gstreamermm-${API}/gstreamermm/private/tcpclientsink_p.h | ||
| 203 | include/gstreamermm-${API}/gstreamermm/private/tcpclientsrc_p.h | ||
| 204 | include/gstreamermm-${API}/gstreamermm/private/tcpserversink_p.h | ||
| 205 | include/gstreamermm-${API}/gstreamermm/private/tcpserversrc_p.h | ||
| 206 | include/gstreamermm-${API}/gstreamermm/private/tee_p.h | ||
| 207 | include/gstreamermm-${API}/gstreamermm/private/textoverlay_p.h | ||
| 208 | include/gstreamermm-${API}/gstreamermm/private/textrender_p.h | ||
| 209 | include/gstreamermm-${API}/gstreamermm/private/theoradec_p.h | ||
| 210 | include/gstreamermm-${API}/gstreamermm/private/theoraenc_p.h | ||
| 211 | include/gstreamermm-${API}/gstreamermm/private/theoraparse_p.h | ||
| 212 | include/gstreamermm-${API}/gstreamermm/private/timeoverlay_p.h | ||
| 213 | include/gstreamermm-${API}/gstreamermm/private/toc_p.h | ||
| 214 | include/gstreamermm-${API}/gstreamermm/private/tocsetter_p.h | ||
| 215 | include/gstreamermm-${API}/gstreamermm/private/typefind_p.h | ||
| 216 | include/gstreamermm-${API}/gstreamermm/private/typefindelement_p.h | ||
| 217 | include/gstreamermm-${API}/gstreamermm/private/typefindfactory_p.h | ||
| 218 | include/gstreamermm-${API}/gstreamermm/private/uridecodebin_p.h | ||
| 219 | include/gstreamermm-${API}/gstreamermm/private/urihandler_p.h | ||
| 220 | include/gstreamermm-${API}/gstreamermm/private/value_p.h | ||
| 221 | include/gstreamermm-${API}/gstreamermm/private/valuelist_p.h | ||
| 222 | include/gstreamermm-${API}/gstreamermm/private/valve_p.h | ||
| 223 | include/gstreamermm-${API}/gstreamermm/private/videochroma_p.h | ||
| 224 | include/gstreamermm-${API}/gstreamermm/private/videoconvert_p.h | ||
| 225 | include/gstreamermm-${API}/gstreamermm/private/videoformat_p.h | ||
| 226 | include/gstreamermm-${API}/gstreamermm/private/videoframe_p.h | ||
| 227 | include/gstreamermm-${API}/gstreamermm/private/videoinfo_p.h | ||
| 228 | include/gstreamermm-${API}/gstreamermm/private/videoorientation_p.h | ||
| 229 | include/gstreamermm-${API}/gstreamermm/private/videooverlay_p.h | ||
| 230 | include/gstreamermm-${API}/gstreamermm/private/videorate_p.h | ||
| 231 | include/gstreamermm-${API}/gstreamermm/private/videoscale_p.h | ||
| 232 | include/gstreamermm-${API}/gstreamermm/private/videosink_p.h | ||
| 233 | include/gstreamermm-${API}/gstreamermm/private/videotestsrc_p.h | ||
| 234 | include/gstreamermm-${API}/gstreamermm/private/volume_p.h | ||
| 235 | include/gstreamermm-${API}/gstreamermm/private/vorbisdec_p.h | ||
| 236 | include/gstreamermm-${API}/gstreamermm/private/vorbisenc_p.h | ||
| 237 | include/gstreamermm-${API}/gstreamermm/private/vorbisparse_p.h | ||
| 238 | include/gstreamermm-${API}/gstreamermm/private/vorbistag_p.h | ||
| 239 | include/gstreamermm-${API}/gstreamermm/private/ximagesink_p.h | ||
| 240 | include/gstreamermm-${API}/gstreamermm/private/xvimagesink_p.h | ||
| 241 | include/gstreamermm-${API}/gstreamermm/pushsrc.h | ||
| 242 | include/gstreamermm-${API}/gstreamermm/query.h | ||
| 243 | include/gstreamermm-${API}/gstreamermm/queue.h | ||
| 244 | include/gstreamermm-${API}/gstreamermm/queue2.h | ||
| 245 | include/gstreamermm-${API}/gstreamermm/register.h | ||
| 246 | include/gstreamermm-${API}/gstreamermm/registry.h | ||
| 247 | include/gstreamermm-${API}/gstreamermm/sample.h | ||
| 248 | include/gstreamermm-${API}/gstreamermm/sdpmessage.h | ||
| 249 | include/gstreamermm-${API}/gstreamermm/segment.h | ||
| 250 | include/gstreamermm-${API}/gstreamermm/socketsrc.h | ||
| 251 | include/gstreamermm-${API}/gstreamermm/streamiddemux.h | ||
| 252 | include/gstreamermm-${API}/gstreamermm/streamsynchronizer.h | ||
| 253 | include/gstreamermm-${API}/gstreamermm/streamvolume.h | ||
| 254 | include/gstreamermm-${API}/gstreamermm/structure.h | ||
| 255 | include/gstreamermm-${API}/gstreamermm/subtitleoverlay.h | ||
| 256 | include/gstreamermm-${API}/gstreamermm/systemclock.h | ||
| 257 | include/gstreamermm-${API}/gstreamermm/taglist.h | ||
| 258 | include/gstreamermm-${API}/gstreamermm/tagsetter.h | ||
| 259 | include/gstreamermm-${API}/gstreamermm/task.h | ||
| 260 | include/gstreamermm-${API}/gstreamermm/taskpool.h | ||
| 261 | include/gstreamermm-${API}/gstreamermm/tcpclientsink.h | ||
| 262 | include/gstreamermm-${API}/gstreamermm/tcpclientsrc.h | ||
| 263 | include/gstreamermm-${API}/gstreamermm/tcpserversink.h | ||
| 264 | include/gstreamermm-${API}/gstreamermm/tcpserversrc.h | ||
| 265 | include/gstreamermm-${API}/gstreamermm/tee.h | ||
| 266 | include/gstreamermm-${API}/gstreamermm/textoverlay.h | ||
| 267 | include/gstreamermm-${API}/gstreamermm/textrender.h | ||
| 268 | include/gstreamermm-${API}/gstreamermm/theoradec.h | ||
| 269 | include/gstreamermm-${API}/gstreamermm/theoraenc.h | ||
| 270 | include/gstreamermm-${API}/gstreamermm/theoraparse.h | ||
| 271 | include/gstreamermm-${API}/gstreamermm/timeoverlay.h | ||
| 272 | include/gstreamermm-${API}/gstreamermm/toc.h | ||
| 273 | include/gstreamermm-${API}/gstreamermm/tocsetter.h | ||
| 274 | include/gstreamermm-${API}/gstreamermm/typefind.h | ||
| 275 | include/gstreamermm-${API}/gstreamermm/typefindelement.h | ||
| 276 | include/gstreamermm-${API}/gstreamermm/typefindfactory.h | ||
| 277 | include/gstreamermm-${API}/gstreamermm/uridecodebin.h | ||
| 278 | include/gstreamermm-${API}/gstreamermm/urihandler.h | ||
| 279 | include/gstreamermm-${API}/gstreamermm/value.h | ||
| 280 | include/gstreamermm-${API}/gstreamermm/valuelist.h | ||
| 281 | include/gstreamermm-${API}/gstreamermm/valve.h | ||
| 282 | include/gstreamermm-${API}/gstreamermm/version.h | ||
| 283 | include/gstreamermm-${API}/gstreamermm/videochroma.h | ||
| 284 | include/gstreamermm-${API}/gstreamermm/videoconvert.h | ||
| 285 | include/gstreamermm-${API}/gstreamermm/videoformat.h | ||
| 286 | include/gstreamermm-${API}/gstreamermm/videoframe.h | ||
| 287 | include/gstreamermm-${API}/gstreamermm/videoinfo.h | ||
| 288 | include/gstreamermm-${API}/gstreamermm/videoorientation.h | ||
| 289 | include/gstreamermm-${API}/gstreamermm/videooverlay.h | ||
| 290 | include/gstreamermm-${API}/gstreamermm/videorate.h | ||
| 291 | include/gstreamermm-${API}/gstreamermm/videoscale.h | ||
| 292 | include/gstreamermm-${API}/gstreamermm/videosink.h | ||
| 293 | include/gstreamermm-${API}/gstreamermm/videotestsrc.h | ||
| 294 | include/gstreamermm-${API}/gstreamermm/volume.h | ||
| 295 | include/gstreamermm-${API}/gstreamermm/vorbisdec.h | ||
| 296 | include/gstreamermm-${API}/gstreamermm/vorbisenc.h | ||
| 297 | include/gstreamermm-${API}/gstreamermm/vorbisparse.h | ||
| 298 | include/gstreamermm-${API}/gstreamermm/vorbistag.h | ||
| 299 | include/gstreamermm-${API}/gstreamermm/wrap_init.h | ||
| 300 | include/gstreamermm-${API}/gstreamermm/ximagesink.h | ||
| 301 | include/gstreamermm-${API}/gstreamermm/xvimagesink.h | ||
| 302 | lib/gstreamermm-${API}/ | ||
| 303 | lib/gstreamermm-${API}/gen/ | ||
| 304 | @bin lib/gstreamermm-${API}/gen/generate_plugin_gmmproc_file | ||
| 305 | lib/gstreamermm-${API}/gen/m4/ | ||
| 306 | lib/gstreamermm-${API}/gen/m4/class_boxedtype_extra.m4 | ||
| 307 | lib/gstreamermm-${API}/gen/m4/convert.m4 | ||
| 308 | lib/gstreamermm-${API}/gen/m4/convert_gst.m4 | ||
| 309 | lib/gstreamermm-${API}/gen/m4/plugingen.m4 | ||
| 310 | lib/gstreamermm-${API}/gen/m4/plugingen_base.m4 | ||
| 311 | lib/gstreamermm-${API}/gen/m4/plugingen_gstreamermm.m4 | ||
| 312 | lib/gstreamermm-${API}/gen/m4/shared.m4 | ||
| 313 | lib/gstreamermm-${API}/include/ | ||
| 314 | lib/gstreamermm-${API}/include/gstreamermmconfig.h | ||
| 315 | @static-lib lib/libgstreamermm-${API}.a | ||
| 316 | lib/libgstreamermm-${API}.la | ||
| 317 | @lib lib/libgstreamermm-${API}.so.${LIBgstreamermm-${API}_VERSION} | ||
| 318 | lib/pkgconfig/gstreamermm-${API}.pc | ||
| 319 | share/devhelp/ | ||
| 320 | share/devhelp/books/ | ||
| 321 | share/devhelp/books/gstreamermm-${API}/ | ||
| 322 | share/devhelp/books/gstreamermm-${API}/gstreamermm-${API}.devhelp2 | ||
| 323 | share/doc/gstreamermm-${API}/ | ||
| 324 | share/doc/gstreamermm-${API}/reference/ | ||
| 325 | share/doc/gstreamermm-${API}/reference/gstreamermm-${API}.tag | ||
| 326 | share/doc/gstreamermm-${API}/reference/html/ | ||
| 327 | share/doc/gstreamermm-${API}/reference/html/annotated.html | ||
| 328 | share/doc/gstreamermm-${API}/reference/html/basics_2bin_8cc-example.html | ||
| 329 | share/doc/gstreamermm-${API}/reference/html/basics_2bus_8cc-example.html | ||
| 330 | share/doc/gstreamermm-${API}/reference/html/basics_2dynamic_pads_8cc-example.html | ||
| 331 | share/doc/gstreamermm-${API}/reference/html/basics_2element_factory_8cc-example.html | ||
| 332 | share/doc/gstreamermm-${API}/reference/html/basics_2init_gstreamermm_8cc-example.html | ||
| 333 | share/doc/gstreamermm-${API}/reference/html/bc_s.png | ||
| 334 | share/doc/gstreamermm-${API}/reference/html/bdwn.png | ||
| 335 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AllocationParams-members.html | ||
| 336 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AllocationParams.html | ||
| 337 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Allocator-members.html | ||
| 338 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Allocator.html | ||
| 339 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Allocator__inherit__graph.png | ||
| 340 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AtomicQueue-members.html | ||
| 341 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AtomicQueue.html | ||
| 342 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioBaseSink-members.html | ||
| 343 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioBaseSink.html | ||
| 344 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioBaseSink__inherit__graph.png | ||
| 345 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioBaseSrc-members.html | ||
| 346 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioBaseSrc.html | ||
| 347 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioBaseSrc__inherit__graph.png | ||
| 348 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioCdSrc-members.html | ||
| 349 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioCdSrc.html | ||
| 350 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioCdSrc__inherit__graph.png | ||
| 351 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioClock-members.html | ||
| 352 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioClock.html | ||
| 353 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioClock__inherit__graph.png | ||
| 354 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioFilter-members.html | ||
| 355 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioFilter.html | ||
| 356 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioFilter__inherit__graph.png | ||
| 357 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioFormatInfo-members.html | ||
| 358 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioFormatInfo.html | ||
| 359 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioInfo-members.html | ||
| 360 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioInfo.html | ||
| 361 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioRingBuffer-members.html | ||
| 362 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioRingBuffer.html | ||
| 363 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioRingBufferSpec-members.html | ||
| 364 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioRingBufferSpec.html | ||
| 365 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioRingBuffer__inherit__graph.png | ||
| 366 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioSink-members.html | ||
| 367 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioSink.html | ||
| 368 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioSink__inherit__graph.png | ||
| 369 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioSrc-members.html | ||
| 370 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioSrc.html | ||
| 371 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1AudioSrc__inherit__graph.png | ||
| 372 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1BaseSink-members.html | ||
| 373 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1BaseSink.html | ||
| 374 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1BaseSink__inherit__graph.png | ||
| 375 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1BaseSrc-members.html | ||
| 376 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1BaseSrc.html | ||
| 377 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1BaseSrc__inherit__graph.png | ||
| 378 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1BaseTransform-members.html | ||
| 379 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1BaseTransform.html | ||
| 380 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1BaseTransform__inherit__graph.png | ||
| 381 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Bin-members.html | ||
| 382 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Bin.html | ||
| 383 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Bin__inherit__graph.png | ||
| 384 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Buffer-members.html | ||
| 385 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Buffer.html | ||
| 386 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1BufferList-members.html | ||
| 387 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1BufferList.html | ||
| 388 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1BufferList__inherit__graph.png | ||
| 389 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Buffer__inherit__graph.png | ||
| 390 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Bus-members.html | ||
| 391 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Bus.html | ||
| 392 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Bus__inherit__graph.png | ||
| 393 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Caps-members.html | ||
| 394 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Caps.html | ||
| 395 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1CapsFeatures-members.html | ||
| 396 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1CapsFeatures.html | ||
| 397 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Caps__inherit__graph.png | ||
| 398 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Check-members.html | ||
| 399 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Check.html | ||
| 400 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ChildProxy-members.html | ||
| 401 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ChildProxy.html | ||
| 402 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ChildProxy__inherit__graph.png | ||
| 403 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Clock-members.html | ||
| 404 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Clock.html | ||
| 405 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ClockID-members.html | ||
| 406 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ClockID.html | ||
| 407 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Clock__inherit__graph.png | ||
| 408 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ColorBalance-members.html | ||
| 409 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ColorBalance.html | ||
| 410 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ColorBalanceChannel-members.html | ||
| 411 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ColorBalanceChannel.html | ||
| 412 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Context-members.html | ||
| 413 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Context.html | ||
| 414 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Context__inherit__graph.png | ||
| 415 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1CoreError-members.html | ||
| 416 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1CoreError.html | ||
| 417 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Discoverer-members.html | ||
| 418 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Discoverer.html | ||
| 419 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1DiscovererAudioInfo-members.html | ||
| 420 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1DiscovererAudioInfo.html | ||
| 421 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1DiscovererAudioInfo__inherit__graph.png | ||
| 422 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1DiscovererContainerInfo-members.html | ||
| 423 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1DiscovererContainerInfo.html | ||
| 424 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1DiscovererContainerInfo__inherit__graph.png | ||
| 425 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1DiscovererInfo-members.html | ||
| 426 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1DiscovererInfo.html | ||
| 427 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1DiscovererInfo__inherit__graph.png | ||
| 428 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1DiscovererStreamInfo-members.html | ||
| 429 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1DiscovererStreamInfo.html | ||
| 430 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1DiscovererStreamInfo__inherit__graph.png | ||
| 431 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1DiscovererVideoInfo-members.html | ||
| 432 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1DiscovererVideoInfo.html | ||
| 433 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1DiscovererVideoInfo__inherit__graph.png | ||
| 434 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Element-members.html | ||
| 435 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Element.html | ||
| 436 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ElementClass-members.html | ||
| 437 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ElementClass.html | ||
| 438 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ElementFactory-members.html | ||
| 439 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ElementFactory.html | ||
| 440 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ElementFactory__inherit__graph.png | ||
| 441 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Element__inherit__graph.png | ||
| 442 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EncodingProfile-members.html | ||
| 443 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EncodingProfile.html | ||
| 444 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EncodingProfile__inherit__graph.png | ||
| 445 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Event-members.html | ||
| 446 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Event.html | ||
| 447 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventBufferSize-members.html | ||
| 448 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventBufferSize.html | ||
| 449 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventBufferSize__inherit__graph.png | ||
| 450 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventCaps-members.html | ||
| 451 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventCaps.html | ||
| 452 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventCaps__inherit__graph.png | ||
| 453 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventEos-members.html | ||
| 454 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventEos.html | ||
| 455 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventEos__inherit__graph.png | ||
| 456 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventFlushStart-members.html | ||
| 457 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventFlushStart.html | ||
| 458 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventFlushStart__inherit__graph.png | ||
| 459 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventFlushStop-members.html | ||
| 460 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventFlushStop.html | ||
| 461 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventFlushStop__inherit__graph.png | ||
| 462 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventGap-members.html | ||
| 463 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventGap.html | ||
| 464 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventGap__inherit__graph.png | ||
| 465 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventLatency-members.html | ||
| 466 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventLatency.html | ||
| 467 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventLatency__inherit__graph.png | ||
| 468 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventProtection-members.html | ||
| 469 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventProtection.html | ||
| 470 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventProtection__inherit__graph.png | ||
| 471 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventQos-members.html | ||
| 472 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventQos.html | ||
| 473 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventQos__inherit__graph.png | ||
| 474 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventReconfigure-members.html | ||
| 475 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventReconfigure.html | ||
| 476 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventReconfigure__inherit__graph.png | ||
| 477 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventSeek-members.html | ||
| 478 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventSeek.html | ||
| 479 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventSeek__inherit__graph.png | ||
| 480 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventSegment-members.html | ||
| 481 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventSegment.html | ||
| 482 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventSegmentDone-members.html | ||
| 483 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventSegmentDone.html | ||
| 484 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventSegmentDone__inherit__graph.png | ||
| 485 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventSegment__inherit__graph.png | ||
| 486 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventSinkMessage-members.html | ||
| 487 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventSinkMessage.html | ||
| 488 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventSinkMessage__inherit__graph.png | ||
| 489 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventStep-members.html | ||
| 490 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventStep.html | ||
| 491 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventStep__inherit__graph.png | ||
| 492 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventStreamStart-members.html | ||
| 493 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventStreamStart.html | ||
| 494 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventStreamStart__inherit__graph.png | ||
| 495 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventTag-members.html | ||
| 496 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventTag.html | ||
| 497 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventTag__inherit__graph.png | ||
| 498 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventToc-members.html | ||
| 499 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventToc.html | ||
| 500 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventTocSelect-members.html | ||
| 501 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventTocSelect.html | ||
| 502 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventTocSelect__inherit__graph.png | ||
| 503 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1EventToc__inherit__graph.png | ||
| 504 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Event__inherit__graph.png | ||
| 505 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Exception-members.html | ||
| 506 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Exception.html | ||
| 507 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Exception__inherit__graph.png | ||
| 508 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1FormatDefinition-members.html | ||
| 509 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1FormatDefinition.html | ||
| 510 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Fourcc-members.html | ||
| 511 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Fourcc.html | ||
| 512 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Fraction-members.html | ||
| 513 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Fraction.html | ||
| 514 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1GhostPad-members.html | ||
| 515 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1GhostPad.html | ||
| 516 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1GhostPad__inherit__graph.png | ||
| 517 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Iterator-members.html | ||
| 518 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Iterator.html | ||
| 519 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1IteratorBase-members.html | ||
| 520 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1IteratorBase.html | ||
| 521 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1IteratorBase__inherit__graph.png | ||
| 522 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1IteratorBasic-members.html | ||
| 523 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1IteratorBasic.html | ||
| 524 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1IteratorBasic__inherit__graph.png | ||
| 525 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Iterator__inherit__graph.png | ||
| 526 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1LibraryError-members.html | ||
| 527 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1LibraryError.html | ||
| 528 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MapInfo-members.html | ||
| 529 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MapInfo.html | ||
| 530 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Memory-members.html | ||
| 531 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Memory.html | ||
| 532 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Memory__inherit__graph.png | ||
| 533 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Message-members.html | ||
| 534 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Message.html | ||
| 535 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageApplication-members.html | ||
| 536 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageApplication.html | ||
| 537 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageApplication__inherit__graph.png | ||
| 538 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageAsyncDone-members.html | ||
| 539 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageAsyncDone.html | ||
| 540 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageAsyncDone__inherit__graph.png | ||
| 541 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageAsyncStart-members.html | ||
| 542 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageAsyncStart.html | ||
| 543 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageAsyncStart__inherit__graph.png | ||
| 544 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageBuffering-members.html | ||
| 545 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageBuffering.html | ||
| 546 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageBuffering__inherit__graph.png | ||
| 547 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageClockLost-members.html | ||
| 548 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageClockLost.html | ||
| 549 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageClockLost__inherit__graph.png | ||
| 550 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageClockProvide-members.html | ||
| 551 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageClockProvide.html | ||
| 552 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageClockProvide__inherit__graph.png | ||
| 553 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageCustom-members.html | ||
| 554 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageCustom.html | ||
| 555 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageCustom__inherit__graph.png | ||
| 556 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageDurationChanged-members.html | ||
| 557 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageDurationChanged.html | ||
| 558 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageDurationChanged__inherit__graph.png | ||
| 559 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageElement-members.html | ||
| 560 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageElement.html | ||
| 561 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageElement__inherit__graph.png | ||
| 562 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageEos-members.html | ||
| 563 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageEos.html | ||
| 564 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageEos__inherit__graph.png | ||
| 565 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageError-members.html | ||
| 566 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageError.html | ||
| 567 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageError__inherit__graph.png | ||
| 568 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageHaveContext-members.html | ||
| 569 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageHaveContext.html | ||
| 570 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageHaveContext__inherit__graph.png | ||
| 571 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageInfo-members.html | ||
| 572 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageInfo.html | ||
| 573 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageInfo__inherit__graph.png | ||
| 574 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageLatency-members.html | ||
| 575 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageLatency.html | ||
| 576 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageLatency__inherit__graph.png | ||
| 577 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageNeedContext-members.html | ||
| 578 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageNeedContext.html | ||
| 579 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageNeedContext__inherit__graph.png | ||
| 580 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageNewClock-members.html | ||
| 581 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageNewClock.html | ||
| 582 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageNewClock__inherit__graph.png | ||
| 583 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageProgress-members.html | ||
| 584 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageProgress.html | ||
| 585 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageProgress__inherit__graph.png | ||
| 586 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageQos-members.html | ||
| 587 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageQos.html | ||
| 588 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageQos__inherit__graph.png | ||
| 589 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageRequestState-members.html | ||
| 590 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageRequestState.html | ||
| 591 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageRequestState__inherit__graph.png | ||
| 592 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageResetTime-members.html | ||
| 593 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageResetTime.html | ||
| 594 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageResetTime__inherit__graph.png | ||
| 595 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageSegmentDone-members.html | ||
| 596 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageSegmentDone.html | ||
| 597 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageSegmentDone__inherit__graph.png | ||
| 598 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageSegmentStart-members.html | ||
| 599 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageSegmentStart.html | ||
| 600 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageSegmentStart__inherit__graph.png | ||
| 601 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStateChanged-members.html | ||
| 602 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStateChanged.html | ||
| 603 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStateChanged__inherit__graph.png | ||
| 604 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStateDirty-members.html | ||
| 605 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStateDirty.html | ||
| 606 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStateDirty__inherit__graph.png | ||
| 607 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStepDone-members.html | ||
| 608 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStepDone.html | ||
| 609 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStepDone__inherit__graph.png | ||
| 610 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStepStart-members.html | ||
| 611 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStepStart.html | ||
| 612 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStepStart__inherit__graph.png | ||
| 613 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStreamStart-members.html | ||
| 614 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStreamStart.html | ||
| 615 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStreamStart__inherit__graph.png | ||
| 616 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStreamStatus-members.html | ||
| 617 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStreamStatus.html | ||
| 618 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStreamStatus__inherit__graph.png | ||
| 619 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStructureChange-members.html | ||
| 620 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStructureChange.html | ||
| 621 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageStructureChange__inherit__graph.png | ||
| 622 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageTag-members.html | ||
| 623 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageTag.html | ||
| 624 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageTag__inherit__graph.png | ||
| 625 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageToc-members.html | ||
| 626 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageToc.html | ||
| 627 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageToc__inherit__graph.png | ||
| 628 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageWarning-members.html | ||
| 629 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageWarning.html | ||
| 630 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MessageWarning__inherit__graph.png | ||
| 631 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Message__inherit__graph.png | ||
| 632 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MiniObject-members.html | ||
| 633 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MiniObject.html | ||
| 634 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1MiniObject__inherit__graph.png | ||
| 635 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Navigation-members.html | ||
| 636 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Navigation.html | ||
| 637 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1NetClientClock-members.html | ||
| 638 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1NetClientClock.html | ||
| 639 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1NetClientClock__inherit__graph.png | ||
| 640 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Object-members.html | ||
| 641 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Object.html | ||
| 642 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Object__inherit__graph.png | ||
| 643 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Pad-members.html | ||
| 644 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Pad.html | ||
| 645 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1PadProbeInfo-members.html | ||
| 646 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1PadProbeInfo.html | ||
| 647 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1PadTemplate-members.html | ||
| 648 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1PadTemplate.html | ||
| 649 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1PadTemplate__inherit__graph.png | ||
| 650 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Pad__inherit__graph.png | ||
| 651 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Parse-members.html | ||
| 652 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Parse.html | ||
| 653 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ParseError-members.html | ||
| 654 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ParseError.html | ||
| 655 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Pipeline-members.html | ||
| 656 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Pipeline.html | ||
| 657 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Pipeline__inherit__graph.png | ||
| 658 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Plugin-members.html | ||
| 659 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Plugin.html | ||
| 660 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1PluginError-members.html | ||
| 661 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1PluginError.html | ||
| 662 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1PluginFeature-members.html | ||
| 663 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1PluginFeature.html | ||
| 664 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1PluginFeature__inherit__graph.png | ||
| 665 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Plugin__inherit__graph.png | ||
| 666 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Preset-members.html | ||
| 667 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Preset.html | ||
| 668 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1PushSrc-members.html | ||
| 669 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1PushSrc.html | ||
| 670 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1PushSrc__inherit__graph.png | ||
| 671 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QuarkData-members.html | ||
| 672 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QuarkData.html | ||
| 673 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Query-members.html | ||
| 674 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Query.html | ||
| 675 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryAcceptCaps-members.html | ||
| 676 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryAcceptCaps.html | ||
| 677 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryAcceptCaps__inherit__graph.png | ||
| 678 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryAllocation-members.html | ||
| 679 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryAllocation.html | ||
| 680 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryAllocation__inherit__graph.png | ||
| 681 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryApplication-members.html | ||
| 682 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryApplication.html | ||
| 683 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryApplication__inherit__graph.png | ||
| 684 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryBuffering-members.html | ||
| 685 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryBuffering.html | ||
| 686 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryBuffering__inherit__graph.png | ||
| 687 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryCaps-members.html | ||
| 688 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryCaps.html | ||
| 689 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryCaps__inherit__graph.png | ||
| 690 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryConvert-members.html | ||
| 691 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryConvert.html | ||
| 692 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryConvert__inherit__graph.png | ||
| 693 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryDuration-members.html | ||
| 694 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryDuration.html | ||
| 695 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryDuration__inherit__graph.png | ||
| 696 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryFormats-members.html | ||
| 697 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryFormats.html | ||
| 698 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryFormats__inherit__graph.png | ||
| 699 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryLatency-members.html | ||
| 700 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryLatency.html | ||
| 701 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryLatency__inherit__graph.png | ||
| 702 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryPosition-members.html | ||
| 703 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryPosition.html | ||
| 704 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryPosition__inherit__graph.png | ||
| 705 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryScheduling-members.html | ||
| 706 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryScheduling.html | ||
| 707 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryScheduling__inherit__graph.png | ||
| 708 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QuerySeeking-members.html | ||
| 709 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QuerySeeking.html | ||
| 710 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QuerySeeking__inherit__graph.png | ||
| 711 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QuerySegment-members.html | ||
| 712 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QuerySegment.html | ||
| 713 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QuerySegment__inherit__graph.png | ||
| 714 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryUri-members.html | ||
| 715 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryUri.html | ||
| 716 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1QueryUri__inherit__graph.png | ||
| 717 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Query__inherit__graph.png | ||
| 718 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Range-members.html | ||
| 719 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Range.html | ||
| 720 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Registry-members.html | ||
| 721 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Registry.html | ||
| 722 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Registry__inherit__graph.png | ||
| 723 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ResourceError-members.html | ||
| 724 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ResourceError.html | ||
| 725 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1SDP_1_1Key-members.html | ||
| 726 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1SDP_1_1Key.html | ||
| 727 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1SDP_1_1Media-members.html | ||
| 728 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1SDP_1_1Media.html | ||
| 729 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Sample-members.html | ||
| 730 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Sample.html | ||
| 731 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Sample__inherit__graph.png | ||
| 732 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Segment-members.html | ||
| 733 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Segment.html | ||
| 734 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1StaticPadTemplate-members.html | ||
| 735 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1StaticPadTemplate.html | ||
| 736 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1StreamError-members.html | ||
| 737 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1StreamError.html | ||
| 738 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1StreamVolume-members.html | ||
| 739 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1StreamVolume.html | ||
| 740 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Structure-members.html | ||
| 741 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Structure.html | ||
| 742 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1SystemClock-members.html | ||
| 743 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1SystemClock.html | ||
| 744 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1SystemClock__inherit__graph.png | ||
| 745 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1TagList-members.html | ||
| 746 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1TagList.html | ||
| 747 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1TagSetter-members.html | ||
| 748 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1TagSetter.html | ||
| 749 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Task-members.html | ||
| 750 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Task.html | ||
| 751 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1TaskPool-members.html | ||
| 752 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1TaskPool.html | ||
| 753 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1TaskPool__inherit__graph.png | ||
| 754 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Task__inherit__graph.png | ||
| 755 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Toc-members.html | ||
| 756 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Toc.html | ||
| 757 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1TocEntry-members.html | ||
| 758 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1TocEntry.html | ||
| 759 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1TocEntry__inherit__graph.png | ||
| 760 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1TocSetter-members.html | ||
| 761 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1TocSetter.html | ||
| 762 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1Toc__inherit__graph.png | ||
| 763 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1TypeFind-members.html | ||
| 764 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1TypeFind.html | ||
| 765 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1TypeFindFactory-members.html | ||
| 766 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1TypeFindFactory.html | ||
| 767 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1TypeFindFactory__inherit__graph.png | ||
| 768 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1URIHandler-members.html | ||
| 769 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1URIHandler.html | ||
| 770 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ValueList-members.html | ||
| 771 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1ValueList.html | ||
| 772 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1VideoChromaResample-members.html | ||
| 773 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1VideoChromaResample.html | ||
| 774 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1VideoFormatInfo-members.html | ||
| 775 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1VideoFormatInfo.html | ||
| 776 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1VideoFrame-members.html | ||
| 777 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1VideoFrame.html | ||
| 778 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1VideoInfo-members.html | ||
| 779 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1VideoInfo.html | ||
| 780 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1VideoOrientation-members.html | ||
| 781 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1VideoOrientation.html | ||
| 782 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1VideoOverlay-members.html | ||
| 783 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1VideoOverlay.html | ||
| 784 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1VideoSink-members.html | ||
| 785 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1VideoSink.html | ||
| 786 | share/doc/gstreamermm-${API}/reference/html/classGst_1_1VideoSink__inherit__graph.png | ||
| 787 | share/doc/gstreamermm-${API}/reference/html/classes.html | ||
| 788 | share/doc/gstreamermm-${API}/reference/html/closed.png | ||
| 789 | share/doc/gstreamermm-${API}/reference/html/dir_ab4c30538121b47d54ba9165876a154b.html | ||
| 790 | share/doc/gstreamermm-${API}/reference/html/doc.png | ||
| 791 | share/doc/gstreamermm-${API}/reference/html/doxygen-extra.css | ||
| 792 | share/doc/gstreamermm-${API}/reference/html/doxygen.css | ||
| 793 | share/doc/gstreamermm-${API}/reference/html/doxygen.png | ||
| 794 | share/doc/gstreamermm-${API}/reference/html/dynsections.js | ||
| 795 | share/doc/gstreamermm-${API}/reference/html/examples.html | ||
| 796 | share/doc/gstreamermm-${API}/reference/html/folderclosed.png | ||
| 797 | share/doc/gstreamermm-${API}/reference/html/folderopen.png | ||
| 798 | share/doc/gstreamermm-${API}/reference/html/functions.html | ||
| 799 | share/doc/gstreamermm-${API}/reference/html/functions_0x7e.html | ||
| 800 | share/doc/gstreamermm-${API}/reference/html/functions_b.html | ||
| 801 | share/doc/gstreamermm-${API}/reference/html/functions_c.html | ||
| 802 | share/doc/gstreamermm-${API}/reference/html/functions_d.html | ||
| 803 | share/doc/gstreamermm-${API}/reference/html/functions_e.html | ||
| 804 | share/doc/gstreamermm-${API}/reference/html/functions_enum.html | ||
| 805 | share/doc/gstreamermm-${API}/reference/html/functions_eval.html | ||
| 806 | share/doc/gstreamermm-${API}/reference/html/functions_f.html | ||
| 807 | share/doc/gstreamermm-${API}/reference/html/functions_func.html | ||
| 808 | share/doc/gstreamermm-${API}/reference/html/functions_func_0x7e.html | ||
| 809 | share/doc/gstreamermm-${API}/reference/html/functions_func_b.html | ||
| 810 | share/doc/gstreamermm-${API}/reference/html/functions_func_c.html | ||
| 811 | share/doc/gstreamermm-${API}/reference/html/functions_func_d.html | ||
| 812 | share/doc/gstreamermm-${API}/reference/html/functions_func_e.html | ||
| 813 | share/doc/gstreamermm-${API}/reference/html/functions_func_f.html | ||
| 814 | share/doc/gstreamermm-${API}/reference/html/functions_func_g.html | ||
| 815 | share/doc/gstreamermm-${API}/reference/html/functions_func_h.html | ||
| 816 | share/doc/gstreamermm-${API}/reference/html/functions_func_i.html | ||
| 817 | share/doc/gstreamermm-${API}/reference/html/functions_func_j.html | ||
| 818 | share/doc/gstreamermm-${API}/reference/html/functions_func_k.html | ||
| 819 | share/doc/gstreamermm-${API}/reference/html/functions_func_l.html | ||
| 820 | share/doc/gstreamermm-${API}/reference/html/functions_func_m.html | ||
| 821 | share/doc/gstreamermm-${API}/reference/html/functions_func_n.html | ||
| 822 | share/doc/gstreamermm-${API}/reference/html/functions_func_o.html | ||
| 823 | share/doc/gstreamermm-${API}/reference/html/functions_func_p.html | ||
| 824 | share/doc/gstreamermm-${API}/reference/html/functions_func_q.html | ||
| 825 | share/doc/gstreamermm-${API}/reference/html/functions_func_r.html | ||
| 826 | share/doc/gstreamermm-${API}/reference/html/functions_func_s.html | ||
| 827 | share/doc/gstreamermm-${API}/reference/html/functions_func_t.html | ||
| 828 | share/doc/gstreamermm-${API}/reference/html/functions_func_u.html | ||
| 829 | share/doc/gstreamermm-${API}/reference/html/functions_func_v.html | ||
| 830 | share/doc/gstreamermm-${API}/reference/html/functions_func_w.html | ||
| 831 | share/doc/gstreamermm-${API}/reference/html/functions_g.html | ||
| 832 | share/doc/gstreamermm-${API}/reference/html/functions_h.html | ||
| 833 | share/doc/gstreamermm-${API}/reference/html/functions_i.html | ||
| 834 | share/doc/gstreamermm-${API}/reference/html/functions_j.html | ||
| 835 | share/doc/gstreamermm-${API}/reference/html/functions_k.html | ||
| 836 | share/doc/gstreamermm-${API}/reference/html/functions_l.html | ||
| 837 | share/doc/gstreamermm-${API}/reference/html/functions_m.html | ||
| 838 | share/doc/gstreamermm-${API}/reference/html/functions_n.html | ||
| 839 | share/doc/gstreamermm-${API}/reference/html/functions_o.html | ||
| 840 | share/doc/gstreamermm-${API}/reference/html/functions_p.html | ||
| 841 | share/doc/gstreamermm-${API}/reference/html/functions_q.html | ||
| 842 | share/doc/gstreamermm-${API}/reference/html/functions_r.html | ||
| 843 | share/doc/gstreamermm-${API}/reference/html/functions_rela.html | ||
| 844 | share/doc/gstreamermm-${API}/reference/html/functions_s.html | ||
| 845 | share/doc/gstreamermm-${API}/reference/html/functions_t.html | ||
| 846 | share/doc/gstreamermm-${API}/reference/html/functions_type.html | ||
| 847 | share/doc/gstreamermm-${API}/reference/html/functions_u.html | ||
| 848 | share/doc/gstreamermm-${API}/reference/html/functions_v.html | ||
| 849 | share/doc/gstreamermm-${API}/reference/html/functions_vars.html | ||
| 850 | share/doc/gstreamermm-${API}/reference/html/functions_w.html | ||
| 851 | share/doc/gstreamermm-${API}/reference/html/functions_x.html | ||
| 852 | share/doc/gstreamermm-${API}/reference/html/functions_y.html | ||
| 853 | share/doc/gstreamermm-${API}/reference/html/graph_legend.html | ||
| 854 | share/doc/gstreamermm-${API}/reference/html/graph_legend.png | ||
| 855 | share/doc/gstreamermm-${API}/reference/html/group__GstBaseClasses.html | ||
| 856 | share/doc/gstreamermm-${API}/reference/html/group__GstHelperClasses.html | ||
| 857 | share/doc/gstreamermm-${API}/reference/html/group__GstInterfaces.html | ||
| 858 | share/doc/gstreamermm-${API}/reference/html/group__GstPlugins.html | ||
| 859 | share/doc/gstreamermm-${API}/reference/html/group__gstreamermmEnums.html | ||
| 860 | share/doc/gstreamermm-${API}/reference/html/hierarchy.html | ||
| 861 | share/doc/gstreamermm-${API}/reference/html/index.html | ||
| 862 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_0.png | ||
| 863 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_1.png | ||
| 864 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_10.png | ||
| 865 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_11.png | ||
| 866 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_12.png | ||
| 867 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_13.png | ||
| 868 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_14.png | ||
| 869 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_15.png | ||
| 870 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_16.png | ||
| 871 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_17.png | ||
| 872 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_18.png | ||
| 873 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_19.png | ||
| 874 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_2.png | ||
| 875 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_20.png | ||
| 876 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_21.png | ||
| 877 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_22.png | ||
| 878 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_23.png | ||
| 879 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_24.png | ||
| 880 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_25.png | ||
| 881 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_26.png | ||
| 882 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_27.png | ||
| 883 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_28.png | ||
| 884 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_29.png | ||
| 885 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_3.png | ||
| 886 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_30.png | ||
| 887 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_31.png | ||
| 888 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_32.png | ||
| 889 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_33.png | ||
| 890 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_34.png | ||
| 891 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_4.png | ||
| 892 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_5.png | ||
| 893 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_6.png | ||
| 894 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_7.png | ||
| 895 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_8.png | ||
| 896 | share/doc/gstreamermm-${API}/reference/html/inherit_graph_9.png | ||
| 897 | share/doc/gstreamermm-${API}/reference/html/inherits.html | ||
| 898 | share/doc/gstreamermm-${API}/reference/html/jquery.js | ||
| 899 | share/doc/gstreamermm-${API}/reference/html/menu.js | ||
| 900 | share/doc/gstreamermm-${API}/reference/html/menudata.js | ||
| 901 | share/doc/gstreamermm-${API}/reference/html/modules.html | ||
| 902 | share/doc/gstreamermm-${API}/reference/html/namespaceGlib.html | ||
| 903 | share/doc/gstreamermm-${API}/reference/html/namespaceGst.html | ||
| 904 | share/doc/gstreamermm-${API}/reference/html/namespaceGst_1_1Enums.html | ||
| 905 | share/doc/gstreamermm-${API}/reference/html/namespaceGst_1_1SDP.html | ||
| 906 | share/doc/gstreamermm-${API}/reference/html/namespacemembers.html | ||
| 907 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_b.html | ||
| 908 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_c.html | ||
| 909 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_d.html | ||
| 910 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_e.html | ||
| 911 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_enum.html | ||
| 912 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_eval.html | ||
| 913 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_eval_b.html | ||
| 914 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_eval_c.html | ||
| 915 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_eval_d.html | ||
| 916 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_eval_e.html | ||
| 917 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_eval_f.html | ||
| 918 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_eval_i.html | ||
| 919 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_eval_l.html | ||
| 920 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_eval_m.html | ||
| 921 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_eval_n.html | ||
| 922 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_eval_o.html | ||
| 923 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_eval_p.html | ||
| 924 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_eval_q.html | ||
| 925 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_eval_r.html | ||
| 926 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_eval_s.html | ||
| 927 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_eval_t.html | ||
| 928 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_eval_u.html | ||
| 929 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_eval_v.html | ||
| 930 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_f.html | ||
| 931 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_func.html | ||
| 932 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_func_f.html | ||
| 933 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_func_g.html | ||
| 934 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_func_i.html | ||
| 935 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_func_o.html | ||
| 936 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_func_r.html | ||
| 937 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_func_s.html | ||
| 938 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_func_u.html | ||
| 939 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_func_v.html | ||
| 940 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_func_w.html | ||
| 941 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_g.html | ||
| 942 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_i.html | ||
| 943 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_l.html | ||
| 944 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_m.html | ||
| 945 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_n.html | ||
| 946 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_o.html | ||
| 947 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_p.html | ||
| 948 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_q.html | ||
| 949 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_r.html | ||
| 950 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_s.html | ||
| 951 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_t.html | ||
| 952 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_type.html | ||
| 953 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_u.html | ||
| 954 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_v.html | ||
| 955 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_vars.html | ||
| 956 | share/doc/gstreamermm-${API}/reference/html/namespacemembers_w.html | ||
| 957 | share/doc/gstreamermm-${API}/reference/html/namespaces.html | ||
| 958 | share/doc/gstreamermm-${API}/reference/html/nav_f.png | ||
| 959 | share/doc/gstreamermm-${API}/reference/html/nav_g.png | ||
| 960 | share/doc/gstreamermm-${API}/reference/html/nav_h.png | ||
| 961 | share/doc/gstreamermm-${API}/reference/html/open.png | ||
| 962 | share/doc/gstreamermm-${API}/reference/html/pages.html | ||
| 963 | share/doc/gstreamermm-${API}/reference/html/since_1_6.html | ||
| 964 | share/doc/gstreamermm-${API}/reference/html/since_1_8.html | ||
| 965 | share/doc/gstreamermm-${API}/reference/html/splitbar.png | ||
| 966 | share/doc/gstreamermm-${API}/reference/html/structGst_1_1VideoRectangle-members.html | ||
| 967 | share/doc/gstreamermm-${API}/reference/html/structGst_1_1VideoRectangle.html | ||
| 968 | share/doc/gstreamermm-${API}/reference/html/sync_off.png | ||
| 969 | share/doc/gstreamermm-${API}/reference/html/sync_on.png | ||
| 970 | share/doc/gstreamermm-${API}/reference/html/tab_a.png | ||
| 971 | share/doc/gstreamermm-${API}/reference/html/tab_b.png | ||
| 972 | share/doc/gstreamermm-${API}/reference/html/tab_h.png | ||
| 973 | share/doc/gstreamermm-${API}/reference/html/tab_s.png | ||
| 974 | share/doc/gstreamermm-${API}/reference/html/tabs.css | ||
diff --git a/multimedia/gstreamer1/plugins-bad/CVS/Entries b/multimedia/gstreamer1/plugins-bad/CVS/Entries deleted file mode 100644 index 61b4b26..0000000 --- a/multimedia/gstreamer1/plugins-bad/CVS/Entries +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | D/pkg//// | ||
| 2 | /Makefile/1.113/Wed Feb 14 18:21:07 2024// | ||
| 3 | /distinfo/1.71/Wed Feb 14 18:21:07 2024// | ||
diff --git a/multimedia/gstreamer1/plugins-bad/CVS/Repository b/multimedia/gstreamer1/plugins-bad/CVS/Repository deleted file mode 100644 index e261942..0000000 --- a/multimedia/gstreamer1/plugins-bad/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/plugins-bad | ||
diff --git a/multimedia/gstreamer1/plugins-bad/Makefile b/multimedia/gstreamer1/plugins-bad/Makefile deleted file mode 100644 index c45e22f..0000000 --- a/multimedia/gstreamer1/plugins-bad/Makefile +++ /dev/null | |||
| @@ -1,59 +0,0 @@ | |||
| 1 | COMMENT= bad elements for GStreamer | ||
| 2 | |||
| 3 | DISTNAME= gst-plugins-bad-${V} | ||
| 4 | PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-bad-${V} | ||
| 5 | |||
| 6 | COMPILER_LANGS = c c++ | ||
| 7 | |||
| 8 | SHARED_LIBS += gstadaptivedemux-1.0 0.0 # 0.0 | ||
| 9 | SHARED_LIBS += gstbadaudio-1.0 0.0 # 0.0 | ||
| 10 | SHARED_LIBS += gstbasecamerabinsrc-1.0 0.0 # 0.0 | ||
| 11 | SHARED_LIBS += gstcodecparsers-1.0 0.0 # 0.0 | ||
| 12 | SHARED_LIBS += gstcodecs-1.0 0.0 # 0.0 | ||
| 13 | SHARED_LIBS += gstinsertbin-1.0 0.0 # 0.0 | ||
| 14 | SHARED_LIBS += gstisoff-1.0 0.0 # 0.0 | ||
| 15 | SHARED_LIBS += gstmpegts-1.0 0.0 # 0.0 | ||
| 16 | SHARED_LIBS += gstphotography-1.0 0.0 # 0.0 | ||
| 17 | SHARED_LIBS += gstplay-1.0 0.0 # 0.0 | ||
| 18 | SHARED_LIBS += gstplayer-1.0 0.0 # 0.0 | ||
| 19 | SHARED_LIBS += gstsctp-1.0 0.0 # 0.0 | ||
| 20 | SHARED_LIBS += gsttranscoder-1.0 0.0 # 0.0 | ||
| 21 | SHARED_LIBS += gsturidownloader-1.0 0.0 # 0.0 | ||
| 22 | SHARED_LIBS += gstwebrtc-1.0 0.0 # 0.0 | ||
| 23 | |||
| 24 | WANTLIB += ${COMPILER_LIBCXX} X11 c cairo | ||
| 25 | WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gstallocators-1.0 | ||
| 26 | WANTLIB += gstapp-1.0 gstaudio-1.0 gstbase-1.0 gstfft-1.0 gstnet-1.0 | ||
| 27 | WANTLIB += gstpbutils-1.0 gstreamer-1.0 gstsdp-1.0 | ||
| 28 | WANTLIB += gsttag-1.0 gstvideo-1.0 intl m | ||
| 29 | |||
| 30 | SITES = ${SITE_GST:=gst-plugins-bad/} | ||
| 31 | |||
| 32 | LIB_DEPENDS= ${P}/plugins-base=${V} | ||
| 33 | |||
| 34 | DISABLED += opencv wayland aes aom avtp amfcodec androidmedia applemedia asio | ||
| 35 | DISABLED += assrender bluez bs2b bz2 chromaprint closedcaption colormanagement | ||
| 36 | DISABLED += curl curl-ssh2 d3dvideosink d3d11 dash dc1394 decklink directfb | ||
| 37 | DISABLED += directsound directshow dtls dts dvb faac faad fbdev fdkaac flite | ||
| 38 | DISABLED += fluidsynth gme gs gsm gtk3 ipcpipeline iqa kms ladspa ladspa-rdf | ||
| 39 | DISABLED += ldac openaptx lv2 mediafoundation microdns modplug mpeg2enc mplex | ||
| 40 | DISABLED += msdk musepack neon nvcodec onnx openal openexr openmpt openni2 | ||
| 41 | DISABLED += opensles qroverlay qsv rsvg rtmp sbc sctp shm smoothstreaming | ||
| 42 | DISABLED += soundtouch spandsp srt srtp svthevcenc teletext tinyalsa transcode | ||
| 43 | DISABLED += ttml uvch264 va voaacenc voamrwbenc wasapi wasapi2 webp webrtc | ||
| 44 | DISABLED += webrtcdsp wildmidi wic win32ipc winks winscreencap x265 zbar zxing | ||
| 45 | DISABLED += wpe magicleap v4l2codecs isac hls sctp-internal-usrsctp opus vulkan | ||
| 46 | DISABLED += kate libde265 openh264 resindvd | ||
| 47 | DISABLED += examples tests introspection nls orc | ||
| 48 | ENABLED += openjpeg sndfile | ||
| 49 | |||
| 50 | .for d in ${DISABLED} | ||
| 51 | CONFIGURE_ARGS += -D${d}=disabled | ||
| 52 | .endfor | ||
| 53 | .for d in ${ENABLED} | ||
| 54 | CONFIGURE_ARGS += -D${d}=enabled | ||
| 55 | .endfor | ||
| 56 | |||
| 57 | DEBUG_PACKAGES= ${BUILD_PACKAGES} | ||
| 58 | |||
| 59 | .include <bsd.port.mk> | ||
diff --git a/multimedia/gstreamer1/plugins-bad/distinfo b/multimedia/gstreamer1/plugins-bad/distinfo deleted file mode 100644 index 2e25730..0000000 --- a/multimedia/gstreamer1/plugins-bad/distinfo +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | SHA256 (gstreamer/gst-plugins-bad-1.22.10.tar.xz) = 2rzWDHYhZbsEPrp1PVmSElFMlGhOTbmi4lSEy2UI678= | ||
| 2 | SIZE (gstreamer/gst-plugins-bad-1.22.10.tar.xz) = 5549660 | ||
diff --git a/multimedia/gstreamer1/plugins-bad/pkg/CVS/Entries b/multimedia/gstreamer1/plugins-bad/pkg/CVS/Entries deleted file mode 100644 index 1237a2e..0000000 --- a/multimedia/gstreamer1/plugins-bad/pkg/CVS/Entries +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | /DESCR/1.2/Tue Sep 24 18:30:23 2013// | ||
| 2 | /PLIST/1.40/Sat Nov 25 18:20:23 2023// | ||
| 3 | D | ||
diff --git a/multimedia/gstreamer1/plugins-bad/pkg/CVS/Repository b/multimedia/gstreamer1/plugins-bad/pkg/CVS/Repository deleted file mode 100644 index 98fd5c2..0000000 --- a/multimedia/gstreamer1/plugins-bad/pkg/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/plugins-bad/pkg | ||
diff --git a/multimedia/gstreamer1/plugins-bad/pkg/DESCR b/multimedia/gstreamer1/plugins-bad/pkg/DESCR deleted file mode 100644 index 932075f..0000000 --- a/multimedia/gstreamer1/plugins-bad/pkg/DESCR +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | This is GStreamer, a framework for streaming media. | ||
| 2 | This package contains the "bad" elements for gstreamer-${API}. | ||
| 3 | |||
| 4 | "That an accusation?" | ||
| 5 | |||
| 6 | No perfectly groomed moustache or any amount of fine clothing is going | ||
| 7 | to cover up the truth - these plug-ins are Bad with a capital B. | ||
| 8 | They look fine on the outside, and might even appear to get the job | ||
| 9 | done, but at the end of the day they're a black sheep. Without a | ||
| 10 | golden-haired angel to watch over them, they'll probably land in an | ||
| 11 | unmarked grave at the final showdown. | ||
diff --git a/multimedia/gstreamer1/plugins-bad/pkg/PLIST b/multimedia/gstreamer1/plugins-bad/pkg/PLIST deleted file mode 100644 index a65c754..0000000 --- a/multimedia/gstreamer1/plugins-bad/pkg/PLIST +++ /dev/null | |||
| @@ -1,209 +0,0 @@ | |||
| 1 | @bin bin/gst-transcoder-${API} | ||
| 2 | include/gstreamer-${API}/ | ||
| 3 | include/gstreamer-${API}/gst/ | ||
| 4 | include/gstreamer-${API}/gst/audio/ | ||
| 5 | include/gstreamer-${API}/gst/audio/audio-bad-prelude.h | ||
| 6 | include/gstreamer-${API}/gst/audio/gstnonstreamaudiodecoder.h | ||
| 7 | include/gstreamer-${API}/gst/audio/gstplanaraudioadapter.h | ||
| 8 | include/gstreamer-${API}/gst/basecamerabinsrc/ | ||
| 9 | include/gstreamer-${API}/gst/basecamerabinsrc/basecamerabinsrc-prelude.h | ||
| 10 | include/gstreamer-${API}/gst/basecamerabinsrc/gstbasecamerasrc.h | ||
| 11 | include/gstreamer-${API}/gst/basecamerabinsrc/gstcamerabin-enum.h | ||
| 12 | include/gstreamer-${API}/gst/basecamerabinsrc/gstcamerabinpreview.h | ||
| 13 | include/gstreamer-${API}/gst/codecparsers/ | ||
| 14 | include/gstreamer-${API}/gst/codecparsers/codecparsers-prelude.h | ||
| 15 | include/gstreamer-${API}/gst/codecparsers/gstav1parser.h | ||
| 16 | include/gstreamer-${API}/gst/codecparsers/gsth264parser.h | ||
| 17 | include/gstreamer-${API}/gst/codecparsers/gsth265parser.h | ||
| 18 | include/gstreamer-${API}/gst/codecparsers/gstjpeg2000sampling.h | ||
| 19 | include/gstreamer-${API}/gst/codecparsers/gstjpegparser.h | ||
| 20 | include/gstreamer-${API}/gst/codecparsers/gstmpeg4parser.h | ||
| 21 | include/gstreamer-${API}/gst/codecparsers/gstmpegvideometa.h | ||
| 22 | include/gstreamer-${API}/gst/codecparsers/gstmpegvideoparser.h | ||
| 23 | include/gstreamer-${API}/gst/codecparsers/gstvc1parser.h | ||
| 24 | include/gstreamer-${API}/gst/codecparsers/gstvp8parser.h | ||
| 25 | include/gstreamer-${API}/gst/codecparsers/gstvp8rangedecoder.h | ||
| 26 | include/gstreamer-${API}/gst/codecparsers/gstvp9parser.h | ||
| 27 | include/gstreamer-${API}/gst/insertbin/ | ||
| 28 | include/gstreamer-${API}/gst/insertbin/gstinsertbin.h | ||
| 29 | include/gstreamer-${API}/gst/interfaces/ | ||
| 30 | include/gstreamer-${API}/gst/interfaces/photography-enumtypes.h | ||
| 31 | include/gstreamer-${API}/gst/interfaces/photography-prelude.h | ||
| 32 | include/gstreamer-${API}/gst/interfaces/photography.h | ||
| 33 | include/gstreamer-${API}/gst/isoff/ | ||
| 34 | include/gstreamer-${API}/gst/isoff/gstisoff.h | ||
| 35 | include/gstreamer-${API}/gst/mpegts/ | ||
| 36 | include/gstreamer-${API}/gst/mpegts/gst-atsc-descriptor.h | ||
| 37 | include/gstreamer-${API}/gst/mpegts/gst-atsc-section.h | ||
| 38 | include/gstreamer-${API}/gst/mpegts/gst-dvb-descriptor.h | ||
| 39 | include/gstreamer-${API}/gst/mpegts/gst-dvb-section.h | ||
| 40 | include/gstreamer-${API}/gst/mpegts/gst-hdmv-section.h | ||
| 41 | include/gstreamer-${API}/gst/mpegts/gst-isdb-descriptor.h | ||
| 42 | include/gstreamer-${API}/gst/mpegts/gst-scte-section.h | ||
| 43 | include/gstreamer-${API}/gst/mpegts/gstmpegts-enumtypes.h | ||
| 44 | include/gstreamer-${API}/gst/mpegts/gstmpegtsdescriptor.h | ||
| 45 | include/gstreamer-${API}/gst/mpegts/gstmpegtssection.h | ||
| 46 | include/gstreamer-${API}/gst/mpegts/mpegts-prelude.h | ||
| 47 | include/gstreamer-${API}/gst/mpegts/mpegts.h | ||
| 48 | include/gstreamer-${API}/gst/play/ | ||
| 49 | include/gstreamer-${API}/gst/play/gstplay-media-info.h | ||
| 50 | include/gstreamer-${API}/gst/play/gstplay-signal-adapter.h | ||
| 51 | include/gstreamer-${API}/gst/play/gstplay-types.h | ||
| 52 | include/gstreamer-${API}/gst/play/gstplay-video-overlay-video-renderer.h | ||
| 53 | include/gstreamer-${API}/gst/play/gstplay-video-renderer.h | ||
| 54 | include/gstreamer-${API}/gst/play/gstplay-visualization.h | ||
| 55 | include/gstreamer-${API}/gst/play/gstplay.h | ||
| 56 | include/gstreamer-${API}/gst/play/play-prelude.h | ||
| 57 | include/gstreamer-${API}/gst/play/play.h | ||
| 58 | include/gstreamer-${API}/gst/player/ | ||
| 59 | include/gstreamer-${API}/gst/player/gstplayer-g-main-context-signal-dispatcher.h | ||
| 60 | include/gstreamer-${API}/gst/player/gstplayer-media-info.h | ||
| 61 | include/gstreamer-${API}/gst/player/gstplayer-signal-dispatcher.h | ||
| 62 | include/gstreamer-${API}/gst/player/gstplayer-types.h | ||
| 63 | include/gstreamer-${API}/gst/player/gstplayer-video-overlay-video-renderer.h | ||
| 64 | include/gstreamer-${API}/gst/player/gstplayer-video-renderer.h | ||
| 65 | include/gstreamer-${API}/gst/player/gstplayer-visualization.h | ||
| 66 | include/gstreamer-${API}/gst/player/gstplayer.h | ||
| 67 | include/gstreamer-${API}/gst/player/player-prelude.h | ||
| 68 | include/gstreamer-${API}/gst/player/player.h | ||
| 69 | include/gstreamer-${API}/gst/sctp/ | ||
| 70 | include/gstreamer-${API}/gst/sctp/sctp-prelude.h | ||
| 71 | include/gstreamer-${API}/gst/sctp/sctpreceivemeta.h | ||
| 72 | include/gstreamer-${API}/gst/sctp/sctpsendmeta.h | ||
| 73 | include/gstreamer-${API}/gst/transcoder/ | ||
| 74 | include/gstreamer-${API}/gst/transcoder/gsttranscoder-signal-adapter.h | ||
| 75 | include/gstreamer-${API}/gst/transcoder/gsttranscoder.h | ||
| 76 | include/gstreamer-${API}/gst/transcoder/transcoder-enumtypes.h | ||
| 77 | include/gstreamer-${API}/gst/transcoder/transcoder-prelude.h | ||
| 78 | include/gstreamer-${API}/gst/uridownloader/ | ||
| 79 | include/gstreamer-${API}/gst/uridownloader/gstfragment.h | ||
| 80 | include/gstreamer-${API}/gst/uridownloader/gsturidownloader.h | ||
| 81 | include/gstreamer-${API}/gst/uridownloader/gsturidownloader_debug.h | ||
| 82 | include/gstreamer-${API}/gst/uridownloader/uridownloader-prelude.h | ||
| 83 | include/gstreamer-${API}/gst/webrtc/ | ||
| 84 | include/gstreamer-${API}/gst/webrtc/datachannel.h | ||
| 85 | include/gstreamer-${API}/gst/webrtc/dtlstransport.h | ||
| 86 | include/gstreamer-${API}/gst/webrtc/ice.h | ||
| 87 | include/gstreamer-${API}/gst/webrtc/icestream.h | ||
| 88 | include/gstreamer-${API}/gst/webrtc/icetransport.h | ||
| 89 | include/gstreamer-${API}/gst/webrtc/rtcsessiondescription.h | ||
| 90 | include/gstreamer-${API}/gst/webrtc/rtpreceiver.h | ||
| 91 | include/gstreamer-${API}/gst/webrtc/rtpsender.h | ||
| 92 | include/gstreamer-${API}/gst/webrtc/rtptransceiver.h | ||
| 93 | include/gstreamer-${API}/gst/webrtc/sctptransport.h | ||
| 94 | include/gstreamer-${API}/gst/webrtc/webrtc-enumtypes.h | ||
| 95 | include/gstreamer-${API}/gst/webrtc/webrtc.h | ||
| 96 | include/gstreamer-${API}/gst/webrtc/webrtc_fwd.h | ||
| 97 | lib/gstreamer-${API}/ | ||
| 98 | @so lib/gstreamer-${API}/libgstaccurip.so | ||
| 99 | @so lib/gstreamer-${API}/libgstadpcmdec.so | ||
| 100 | @so lib/gstreamer-${API}/libgstadpcmenc.so | ||
| 101 | @so lib/gstreamer-${API}/libgstaiff.so | ||
| 102 | @so lib/gstreamer-${API}/libgstasfmux.so | ||
| 103 | @so lib/gstreamer-${API}/libgstaudiobuffersplit.so | ||
| 104 | @so lib/gstreamer-${API}/libgstaudiofxbad.so | ||
| 105 | @so lib/gstreamer-${API}/libgstaudiolatency.so | ||
| 106 | @so lib/gstreamer-${API}/libgstaudiomixmatrix.so | ||
| 107 | @so lib/gstreamer-${API}/libgstaudiovisualizers.so | ||
| 108 | @so lib/gstreamer-${API}/libgstautoconvert.so | ||
| 109 | @so lib/gstreamer-${API}/libgstbayer.so | ||
| 110 | @so lib/gstreamer-${API}/libgstcamerabin.so | ||
| 111 | @so lib/gstreamer-${API}/libgstcodecalpha.so | ||
| 112 | @so lib/gstreamer-${API}/libgstcodectimestamper.so | ||
| 113 | @so lib/gstreamer-${API}/libgstcoloreffects.so | ||
| 114 | @so lib/gstreamer-${API}/libgstdebugutilsbad.so | ||
| 115 | @so lib/gstreamer-${API}/libgstdvbsubenc.so | ||
| 116 | @so lib/gstreamer-${API}/libgstdvbsuboverlay.so | ||
| 117 | @so lib/gstreamer-${API}/libgstdvdspu.so | ||
| 118 | @so lib/gstreamer-${API}/libgstfaceoverlay.so | ||
| 119 | @so lib/gstreamer-${API}/libgstfestival.so | ||
| 120 | @so lib/gstreamer-${API}/libgstfieldanalysis.so | ||
| 121 | @so lib/gstreamer-${API}/libgstfreeverb.so | ||
| 122 | @so lib/gstreamer-${API}/libgstfrei0r.so | ||
| 123 | @so lib/gstreamer-${API}/libgstgaudieffects.so | ||
| 124 | @so lib/gstreamer-${API}/libgstgdp.so | ||
| 125 | @so lib/gstreamer-${API}/libgstgeometrictransform.so | ||
| 126 | @so lib/gstreamer-${API}/libgstid3tag.so | ||
| 127 | @so lib/gstreamer-${API}/libgstinter.so | ||
| 128 | @so lib/gstreamer-${API}/libgstinterlace.so | ||
| 129 | @so lib/gstreamer-${API}/libgstivfparse.so | ||
| 130 | @so lib/gstreamer-${API}/libgstivtc.so | ||
| 131 | @so lib/gstreamer-${API}/libgstjp2kdecimator.so | ||
| 132 | @so lib/gstreamer-${API}/libgstjpegformat.so | ||
| 133 | @so lib/gstreamer-${API}/libgstlegacyrawparse.so | ||
| 134 | @so lib/gstreamer-${API}/libgstmidi.so | ||
| 135 | @so lib/gstreamer-${API}/libgstmpegpsdemux.so | ||
| 136 | @so lib/gstreamer-${API}/libgstmpegpsmux.so | ||
| 137 | @so lib/gstreamer-${API}/libgstmpegtsdemux.so | ||
| 138 | @so lib/gstreamer-${API}/libgstmpegtsmux.so | ||
| 139 | @so lib/gstreamer-${API}/libgstmxf.so | ||
| 140 | @so lib/gstreamer-${API}/libgstnetsim.so | ||
| 141 | @so lib/gstreamer-${API}/libgstopenjpeg.so | ||
| 142 | @so lib/gstreamer-${API}/libgstpcapparse.so | ||
| 143 | @so lib/gstreamer-${API}/libgstpnm.so | ||
| 144 | @so lib/gstreamer-${API}/libgstproxy.so | ||
| 145 | @so lib/gstreamer-${API}/libgstremovesilence.so | ||
| 146 | @so lib/gstreamer-${API}/libgstrfbsrc.so | ||
| 147 | @so lib/gstreamer-${API}/libgstrist.so | ||
| 148 | @so lib/gstreamer-${API}/libgstrtmp2.so | ||
| 149 | @so lib/gstreamer-${API}/libgstrtpmanagerbad.so | ||
| 150 | @so lib/gstreamer-${API}/libgstrtponvif.so | ||
| 151 | @so lib/gstreamer-${API}/libgstsdpelem.so | ||
| 152 | @so lib/gstreamer-${API}/libgstsegmentclip.so | ||
| 153 | @so lib/gstreamer-${API}/libgstsiren.so | ||
| 154 | @so lib/gstreamer-${API}/libgstsmooth.so | ||
| 155 | @so lib/gstreamer-${API}/libgstsndfile.so | ||
| 156 | @so lib/gstreamer-${API}/libgstspeed.so | ||
| 157 | @so lib/gstreamer-${API}/libgstsubenc.so | ||
| 158 | @so lib/gstreamer-${API}/libgstswitchbin.so | ||
| 159 | @so lib/gstreamer-${API}/libgsttimecode.so | ||
| 160 | @so lib/gstreamer-${API}/libgstvideofiltersbad.so | ||
| 161 | @so lib/gstreamer-${API}/libgstvideoframe_audiolevel.so | ||
| 162 | @so lib/gstreamer-${API}/libgstvideoparsersbad.so | ||
| 163 | @so lib/gstreamer-${API}/libgstvideosignal.so | ||
| 164 | @so lib/gstreamer-${API}/libgstvmnc.so | ||
| 165 | @so lib/gstreamer-${API}/libgsty4mdec.so | ||
| 166 | @lib lib/libgstadaptivedemux-${API}.so.${LIBgstadaptivedemux-${API}_VERSION} | ||
| 167 | @lib lib/libgstbadaudio-${API}.so.${LIBgstbadaudio-${API}_VERSION} | ||
| 168 | @lib lib/libgstbasecamerabinsrc-${API}.so.${LIBgstbasecamerabinsrc-${API}_VERSION} | ||
| 169 | @lib lib/libgstcodecparsers-${API}.so.${LIBgstcodecparsers-${API}_VERSION} | ||
| 170 | @lib lib/libgstcodecs-${API}.so.${LIBgstcodecs-${API}_VERSION} | ||
| 171 | @lib lib/libgstinsertbin-${API}.so.${LIBgstinsertbin-${API}_VERSION} | ||
| 172 | @lib lib/libgstisoff-${API}.so.${LIBgstisoff-${API}_VERSION} | ||
| 173 | @lib lib/libgstmpegts-${API}.so.${LIBgstmpegts-${API}_VERSION} | ||
| 174 | @lib lib/libgstphotography-${API}.so.${LIBgstphotography-${API}_VERSION} | ||
| 175 | @lib lib/libgstplay-${API}.so.${LIBgstplay-${API}_VERSION} | ||
| 176 | @lib lib/libgstplayer-${API}.so.${LIBgstplayer-${API}_VERSION} | ||
| 177 | @lib lib/libgstsctp-${API}.so.${LIBgstsctp-${API}_VERSION} | ||
| 178 | @lib lib/libgsttranscoder-${API}.so.${LIBgsttranscoder-${API}_VERSION} | ||
| 179 | @lib lib/libgsturidownloader-${API}.so.${LIBgsturidownloader-${API}_VERSION} | ||
| 180 | @lib lib/libgstwebrtc-${API}.so.${LIBgstwebrtc-${API}_VERSION} | ||
| 181 | lib/pkgconfig/gstreamer-bad-audio-${API}.pc | ||
| 182 | lib/pkgconfig/gstreamer-codecparsers-${API}.pc | ||
| 183 | lib/pkgconfig/gstreamer-insertbin-${API}.pc | ||
| 184 | lib/pkgconfig/gstreamer-mpegts-${API}.pc | ||
| 185 | lib/pkgconfig/gstreamer-photography-${API}.pc | ||
| 186 | lib/pkgconfig/gstreamer-play-${API}.pc | ||
| 187 | lib/pkgconfig/gstreamer-player-${API}.pc | ||
| 188 | lib/pkgconfig/gstreamer-plugins-bad-${API}.pc | ||
| 189 | lib/pkgconfig/gstreamer-sctp-${API}.pc | ||
| 190 | lib/pkgconfig/gstreamer-transcoder-${API}.pc | ||
| 191 | lib/pkgconfig/gstreamer-webrtc-${API}.pc | ||
| 192 | share/gstreamer-${API}/ | ||
| 193 | share/gstreamer-${API}/encoding-profiles/ | ||
| 194 | share/gstreamer-${API}/encoding-profiles/device/ | ||
| 195 | share/gstreamer-${API}/encoding-profiles/device/dvd.gep | ||
| 196 | share/gstreamer-${API}/encoding-profiles/file-extension/ | ||
| 197 | share/gstreamer-${API}/encoding-profiles/file-extension/avi.gep | ||
| 198 | share/gstreamer-${API}/encoding-profiles/file-extension/flv.gep | ||
| 199 | share/gstreamer-${API}/encoding-profiles/file-extension/mkv.gep | ||
| 200 | share/gstreamer-${API}/encoding-profiles/file-extension/mp3.gep | ||
| 201 | share/gstreamer-${API}/encoding-profiles/file-extension/mp4.gep | ||
| 202 | share/gstreamer-${API}/encoding-profiles/file-extension/oga.gep | ||
| 203 | share/gstreamer-${API}/encoding-profiles/file-extension/ogv.gep | ||
| 204 | share/gstreamer-${API}/encoding-profiles/file-extension/ts.gep | ||
| 205 | share/gstreamer-${API}/encoding-profiles/file-extension/webm.gep | ||
| 206 | share/gstreamer-${API}/encoding-profiles/online-services/ | ||
| 207 | share/gstreamer-${API}/encoding-profiles/online-services/youtube.gep | ||
| 208 | share/gstreamer-${API}/presets/ | ||
| 209 | share/gstreamer-${API}/presets/GstFreeverb.prs | ||
diff --git a/multimedia/gstreamer1/plugins-base/CVS/Entries b/multimedia/gstreamer1/plugins-base/CVS/Entries deleted file mode 100644 index 9ef7906..0000000 --- a/multimedia/gstreamer1/plugins-base/CVS/Entries +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | D/files//// | ||
| 2 | D/patches//// | ||
| 3 | D/pkg//// | ||
| 4 | /Makefile/1.105/Wed Feb 14 18:21:07 2024// | ||
| 5 | /distinfo/1.71/Wed Feb 14 18:21:07 2024// | ||
diff --git a/multimedia/gstreamer1/plugins-base/CVS/Repository b/multimedia/gstreamer1/plugins-base/CVS/Repository deleted file mode 100644 index 77646a7..0000000 --- a/multimedia/gstreamer1/plugins-base/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/plugins-base | ||
diff --git a/multimedia/gstreamer1/plugins-base/Makefile b/multimedia/gstreamer1/plugins-base/Makefile deleted file mode 100644 index ea14807..0000000 --- a/multimedia/gstreamer1/plugins-base/Makefile +++ /dev/null | |||
| @@ -1,60 +0,0 @@ | |||
| 1 | COMMENT= base elements for GStreamer | ||
| 2 | |||
| 3 | DISTNAME= gst-plugins-base-${V} | ||
| 4 | PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-base-${V} | ||
| 5 | |||
| 6 | SHARED_LIBS += gsttag-1.0 7.1 # 0.2210.0 | ||
| 7 | SHARED_LIBS += gstfft-1.0 7.1 # 0.2210.0 | ||
| 8 | SHARED_LIBS += gstvideo-1.0 7.1 # 0.2210.0 | ||
| 9 | SHARED_LIBS += gstaudio-1.0 7.1 # 0.2210.0 | ||
| 10 | SHARED_LIBS += gstrtp-1.0 7.1 # 0.2210.0 | ||
| 11 | SHARED_LIBS += gstpbutils-1.0 7.1 # 0.2210.0 | ||
| 12 | SHARED_LIBS += gstsdp-1.0 7.1 # 0.2210.0 | ||
| 13 | SHARED_LIBS += gstrtsp-1.0 7.1 # 0.2210.0 | ||
| 14 | SHARED_LIBS += gstriff-1.0 7.1 # 0.2210.0 | ||
| 15 | SHARED_LIBS += gstapp-1.0 7.1 # 0.2210.0 | ||
| 16 | SHARED_LIBS += gstallocators-1.0 6.1 # 0.2210.0 | ||
| 17 | SHARED_LIBS += gstgl-1.0 6.1 # 0.2210.0 | ||
| 18 | |||
| 19 | SITES= ${SITE_GST:=gst-plugins-base/} | ||
| 20 | |||
| 21 | WANTLIB += EGL GL X11 X11-xcb Xext Xi Xv c cairo | ||
| 22 | WANTLIB += glib-2.0 gmodule-2.0 | ||
| 23 | WANTLIB += gstbase-1.0 gstcontroller-1.0 gstnet-1.0 | ||
| 24 | WANTLIB += gstreamer-1.0 m jpeg png sndio xcb z | ||
| 25 | |||
| 26 | LIB_DEPENDS= ${P}/core=${V} \ | ||
| 27 | graphics/cairo \ | ||
| 28 | graphics/jpeg \ | ||
| 29 | graphics/png | ||
| 30 | |||
| 31 | # optional dependency for the the gio plugin; | ||
| 32 | # disabled because of cyclic build dependency: | ||
| 33 | # x11/gtk+4 -> gst-plugins-{bad,base} -> gvfs -> gtk+4,-guic -> x11/gtk+4 | ||
| 34 | #RUN_DEPENDS += x11/gnome/gvfs | ||
| 35 | |||
| 36 | CONFIGURE_ARGS= -Dalsa=disabled \ | ||
| 37 | -Dlibvisual=disabled \ | ||
| 38 | -Dtremor=disabled \ | ||
| 39 | -Diso-codes=disabled \ | ||
| 40 | -Dgl-graphene=disabled \ | ||
| 41 | -Dgio=disabled \ | ||
| 42 | -Dcdparanoia=disabled \ | ||
| 43 | -Dogg=disabled \ | ||
| 44 | -Dopus=disabled \ | ||
| 45 | -Dpango=disabled \ | ||
| 46 | -Dtheora=disabled \ | ||
| 47 | -Dvorbis=disabled \ | ||
| 48 | -Dexamples=disabled \ | ||
| 49 | -Dtests=disabled \ | ||
| 50 | -Dtools=disabled \ | ||
| 51 | -Dintrospection=disabled \ | ||
| 52 | -Dnls=disabled \ | ||
| 53 | -Dorc=disabled | ||
| 54 | |||
| 55 | DEBUG_PACKAGES= ${BUILD_PACKAGES} | ||
| 56 | |||
| 57 | post-extract: | ||
| 58 | cp -R ${FILESDIR} ${WRKSRC}/ext/sndio | ||
| 59 | |||
| 60 | .include <bsd.port.mk> | ||
diff --git a/multimedia/gstreamer1/plugins-base/distinfo b/multimedia/gstreamer1/plugins-base/distinfo deleted file mode 100644 index 880a785..0000000 --- a/multimedia/gstreamer1/plugins-base/distinfo +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | SHA256 (gstreamer/gst-plugins-base-1.22.10.tar.xz) = hDo6LaKOHuau6lbdK+m//MO0u80Pl066Sr/DqjHwOZw= | ||
| 2 | SIZE (gstreamer/gst-plugins-base-1.22.10.tar.xz) = 2371240 | ||
diff --git a/multimedia/gstreamer1/plugins-base/files/CVS/Entries b/multimedia/gstreamer1/plugins-base/files/CVS/Entries deleted file mode 100644 index 07cbfbd..0000000 --- a/multimedia/gstreamer1/plugins-base/files/CVS/Entries +++ /dev/null | |||
| @@ -1,8 +0,0 @@ | |||
| 1 | /sndiosink.h/1.1/Sat Sep 22 07:34:44 2012// | ||
| 2 | /sndiosrc.h/1.1/Sat Sep 22 07:34:44 2012// | ||
| 3 | /sndiosink.c/1.2/Mon Nov 3 08:38:19 2014// | ||
| 4 | /gstsndio.c/1.4/Sun Apr 21 17:16:00 2019// | ||
| 5 | /gstsndio.h/1.3/Sun Apr 21 17:16:00 2019// | ||
| 6 | /sndiosrc.c/1.3/Sun Apr 21 17:16:00 2019// | ||
| 7 | /meson.build/1.3/Wed Jan 25 18:20:48 2023// | ||
| 8 | D | ||
diff --git a/multimedia/gstreamer1/plugins-base/files/CVS/Repository b/multimedia/gstreamer1/plugins-base/files/CVS/Repository deleted file mode 100644 index 1acee91..0000000 --- a/multimedia/gstreamer1/plugins-base/files/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/plugins-base/files | ||
diff --git a/multimedia/gstreamer1/plugins-base/files/gstsndio.c b/multimedia/gstreamer1/plugins-base/files/gstsndio.c deleted file mode 100644 index 45644db..0000000 --- a/multimedia/gstreamer1/plugins-base/files/gstsndio.c +++ /dev/null | |||
| @@ -1,403 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2008 Jacob Meuser <jakemsr@sdf.lonestar.org> | ||
| 3 | * Copyright (C) 2012 Alexandre Ratchov <alex@caoua.org> | ||
| 4 | * | ||
| 5 | * Permission to use, copy, modify, and distribute this software for any | ||
| 6 | * purpose with or without fee is hereby granted, provided that the above | ||
| 7 | * copyright notice and this permission notice appear in all copies. | ||
| 8 | * | ||
| 9 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
| 10 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
| 11 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
| 12 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
| 13 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
| 14 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
| 15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
| 16 | */ | ||
| 17 | |||
| 18 | #ifdef HAVE_CONFIG_H | ||
| 19 | #include "config.h" | ||
| 20 | #endif | ||
| 21 | |||
| 22 | #include <stdio.h> | ||
| 23 | #include "gstsndio.h" | ||
| 24 | |||
| 25 | GST_DEBUG_CATEGORY (gst_sndio_debug); | ||
| 26 | #define GST_CAT_DEFAULT gst_sndio_debug | ||
| 27 | |||
| 28 | GType gst_sndiosink_get_type (void); | ||
| 29 | GType gst_sndiosrc_get_type (void); | ||
| 30 | |||
| 31 | static gboolean | ||
| 32 | plugin_init (GstPlugin * plugin) | ||
| 33 | { | ||
| 34 | GST_DEBUG_CATEGORY_INIT (gst_sndio_debug, "sndio", 0, "sndio plugins"); | ||
| 35 | |||
| 36 | /* prefer sndiosrc over pulsesrc (GST_RANK_PRIMARY + 10) */ | ||
| 37 | if (!gst_element_register (plugin, "sndiosrc", GST_RANK_PRIMARY + 20, | ||
| 38 | gst_sndiosrc_get_type())) | ||
| 39 | return FALSE; | ||
| 40 | /* prefer sndiosink over pulsesink (GST_RANK_PRIMARY + 10) */ | ||
| 41 | if (!gst_element_register (plugin, "sndiosink", GST_RANK_PRIMARY + 20, | ||
| 42 | gst_sndiosink_get_type())) | ||
| 43 | return FALSE; | ||
| 44 | return TRUE; | ||
| 45 | } | ||
| 46 | |||
| 47 | GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, | ||
| 48 | GST_VERSION_MINOR, | ||
| 49 | sndio, | ||
| 50 | "sndio plugin library", | ||
| 51 | plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) | ||
| 52 | |||
| 53 | /* | ||
| 54 | * common code to src and sink | ||
| 55 | */ | ||
| 56 | |||
| 57 | void | ||
| 58 | gst_sndio_init (struct gstsndio *sio, GObject *obj) | ||
| 59 | { | ||
| 60 | sio->obj = obj; | ||
| 61 | sio->hdl = NULL; | ||
| 62 | sio->device = g_strdup (SIO_DEVANY); | ||
| 63 | /* XXX not implemented; only used for src, not sink */ | ||
| 64 | // sio->driver_timestamps = FALSE; | ||
| 65 | } | ||
| 66 | |||
| 67 | void | ||
| 68 | gst_sndio_finalize (struct gstsndio *sio) | ||
| 69 | { | ||
| 70 | gst_caps_replace (&sio->cur_caps, NULL); | ||
| 71 | g_free (sio->device); | ||
| 72 | } | ||
| 73 | |||
| 74 | GstCaps * | ||
| 75 | gst_sndio_getcaps (struct gstsndio *sio, GstCaps * filter) | ||
| 76 | { | ||
| 77 | if (sio->cur_caps == NULL) { | ||
| 78 | /* XXX */ | ||
| 79 | GST_LOG_OBJECT (sio->obj, "getcaps called, returning template caps"); | ||
| 80 | return NULL; | ||
| 81 | } | ||
| 82 | |||
| 83 | GST_LOG_OBJECT (sio->obj, "returning %" GST_PTR_FORMAT, sio->cur_caps); | ||
| 84 | |||
| 85 | if (filter) { | ||
| 86 | return gst_caps_intersect_full (filter, | ||
| 87 | sio->cur_caps, GST_CAPS_INTERSECT_FIRST); | ||
| 88 | } else { | ||
| 89 | return gst_caps_ref (sio->cur_caps); | ||
| 90 | } | ||
| 91 | } | ||
| 92 | |||
| 93 | static void | ||
| 94 | gst_sndio_onvol (void *arg, unsigned int vol) | ||
| 95 | { | ||
| 96 | struct gstsndio *sio = arg; | ||
| 97 | sio->volume = vol; | ||
| 98 | g_object_notify (G_OBJECT (sio->obj), "mute"); | ||
| 99 | g_object_notify (G_OBJECT (sio->obj), "volume"); | ||
| 100 | } | ||
| 101 | |||
| 102 | gboolean | ||
| 103 | gst_sndio_open (struct gstsndio *sio, gint mode) | ||
| 104 | { | ||
| 105 | GValue list = G_VALUE_INIT, item = G_VALUE_INIT; | ||
| 106 | GstStructure *s; | ||
| 107 | GstCaps *caps; | ||
| 108 | struct sio_enc *enc; | ||
| 109 | struct sio_cap cap; | ||
| 110 | char fmt[16]; | ||
| 111 | int i, chan; | ||
| 112 | |||
| 113 | GST_DEBUG_OBJECT (sio->obj, "open"); | ||
| 114 | |||
| 115 | sio->hdl = sio_open (sio->device, mode, 0); | ||
| 116 | if (sio->hdl == NULL) { | ||
| 117 | GST_ELEMENT_ERROR (sio->obj, RESOURCE, OPEN_READ_WRITE, | ||
| 118 | ("Couldn't open sndio device"), (NULL)); | ||
| 119 | return FALSE; | ||
| 120 | } | ||
| 121 | sio->mode = mode; | ||
| 122 | |||
| 123 | if (!sio_getcap(sio->hdl, &cap)) { | ||
| 124 | GST_ELEMENT_ERROR (sio, RESOURCE, OPEN_WRITE, | ||
| 125 | ("Couldn't get device capabilities"), (NULL)); | ||
| 126 | sio_close(sio->hdl); | ||
| 127 | sio->hdl = NULL; | ||
| 128 | return FALSE; | ||
| 129 | } | ||
| 130 | if (cap.nconf == 0) { | ||
| 131 | GST_ELEMENT_ERROR (sio, RESOURCE, OPEN_WRITE, | ||
| 132 | ("Device has empty capabilities"), (NULL)); | ||
| 133 | sio_close(sio->hdl); | ||
| 134 | sio->hdl = NULL; | ||
| 135 | return FALSE; | ||
| 136 | } | ||
| 137 | sio_onvol (sio->hdl, gst_sndio_onvol, sio); | ||
| 138 | |||
| 139 | caps = gst_caps_new_empty (); | ||
| 140 | s = gst_structure_new ("audio/x-raw", (char *)NULL, (void *)NULL); | ||
| 141 | |||
| 142 | /* | ||
| 143 | * scan supported rates | ||
| 144 | */ | ||
| 145 | g_value_init (&list, GST_TYPE_LIST); | ||
| 146 | g_value_init (&item, G_TYPE_INT); | ||
| 147 | for (i = 0; i < SIO_NRATE; i++) { | ||
| 148 | if ((cap.confs[0].rate & (1 << i)) == 0) | ||
| 149 | continue; | ||
| 150 | g_value_set_int(&item, cap.rate[i]); | ||
| 151 | gst_value_list_append_value (&list, &item); | ||
| 152 | } | ||
| 153 | gst_structure_set_value (s, "rate", &list); | ||
| 154 | g_value_unset (&item); | ||
| 155 | g_value_unset (&list); | ||
| 156 | |||
| 157 | /* | ||
| 158 | * scan supported channels | ||
| 159 | */ | ||
| 160 | g_value_init (&list, GST_TYPE_LIST); | ||
| 161 | g_value_init (&item, G_TYPE_INT); | ||
| 162 | chan = (mode == SIO_PLAY) ? cap.confs[0].pchan : cap.confs[0].rchan; | ||
| 163 | for (i = 0; i < SIO_NCHAN; i++) { | ||
| 164 | if ((chan & (1 << i)) == 0) | ||
| 165 | continue; | ||
| 166 | g_value_set_int(&item, (mode == SIO_PLAY) ? cap.pchan[i] : cap.rchan[i]); | ||
| 167 | gst_value_list_append_value (&list, &item); | ||
| 168 | } | ||
| 169 | gst_structure_set_value (s, "channels", &list); | ||
| 170 | g_value_unset (&item); | ||
| 171 | g_value_unset (&list); | ||
| 172 | |||
| 173 | /* | ||
| 174 | * scan supported encodings | ||
| 175 | */ | ||
| 176 | g_value_init (&list, GST_TYPE_LIST); | ||
| 177 | g_value_init (&item, G_TYPE_STRING); | ||
| 178 | for (i = 0; i < SIO_NENC; i++) { | ||
| 179 | if ((cap.confs[0].enc & (1 << i)) == 0) | ||
| 180 | continue; | ||
| 181 | enc = cap.enc + i; | ||
| 182 | if (enc->bits % 8 != 0) | ||
| 183 | continue; | ||
| 184 | if (enc->bits < enc->bps * 8 && enc->msb) | ||
| 185 | continue; | ||
| 186 | if (enc->bits == enc->bps * 8) { | ||
| 187 | snprintf(fmt, sizeof(fmt), "%s%u%s", | ||
| 188 | enc->sig ? "S" : "U", | ||
| 189 | enc->bits, | ||
| 190 | enc->bps > 1 ? (enc->le ? "LE" : "BE") : ""); | ||
| 191 | } else { | ||
| 192 | snprintf(fmt, sizeof(fmt), "%s%u_%u%s", | ||
| 193 | enc->sig ? "S" : "U", | ||
| 194 | enc->bits, | ||
| 195 | enc->bps * 8, | ||
| 196 | enc->bps > 1 ? (enc->le ? "LE" : "BE") : ""); | ||
| 197 | } | ||
| 198 | g_value_set_string(&item, fmt); | ||
| 199 | gst_value_list_append_value (&list, &item); | ||
| 200 | } | ||
| 201 | gst_structure_set_value (s, "format", &list); | ||
| 202 | g_value_unset (&item); | ||
| 203 | g_value_unset (&list); | ||
| 204 | |||
| 205 | /* | ||
| 206 | * add the only supported layout: interleaved | ||
| 207 | */ | ||
| 208 | g_value_init (&item, G_TYPE_STRING); | ||
| 209 | g_value_set_string(&item, "interleaved"); | ||
| 210 | gst_structure_set_value (s, "layout", &item); | ||
| 211 | g_value_unset (&item); | ||
| 212 | |||
| 213 | gst_caps_append_structure (caps, s); | ||
| 214 | sio->cur_caps = caps; | ||
| 215 | GST_DEBUG ("caps are %s", gst_caps_to_string(caps)); | ||
| 216 | return TRUE; | ||
| 217 | } | ||
| 218 | |||
| 219 | gboolean | ||
| 220 | gst_sndio_close (struct gstsndio *sio) | ||
| 221 | { | ||
| 222 | GST_DEBUG_OBJECT (sio->obj, "close"); | ||
| 223 | |||
| 224 | gst_caps_replace (&sio->cur_caps, NULL); | ||
| 225 | sio_close (sio->hdl); | ||
| 226 | sio->hdl = NULL; | ||
| 227 | return TRUE; | ||
| 228 | } | ||
| 229 | |||
| 230 | static void | ||
| 231 | gst_sndio_cb (void *addr, int delta) | ||
| 232 | { | ||
| 233 | struct gstsndio *sio = addr; | ||
| 234 | |||
| 235 | delta *= sio->bpf; | ||
| 236 | if (sio->mode == SIO_PLAY) | ||
| 237 | sio->delay -= delta; | ||
| 238 | else | ||
| 239 | sio->delay += delta; | ||
| 240 | } | ||
| 241 | |||
| 242 | gboolean | ||
| 243 | gst_sndio_prepare (struct gstsndio *sio, GstAudioRingBufferSpec *spec) | ||
| 244 | { | ||
| 245 | struct sio_par par, retpar; | ||
| 246 | unsigned nchannels; | ||
| 247 | |||
| 248 | GST_DEBUG_OBJECT (sio, "prepare"); | ||
| 249 | |||
| 250 | if (spec->type != GST_AUDIO_RING_BUFFER_FORMAT_TYPE_RAW) { | ||
| 251 | GST_ELEMENT_ERROR (sio, RESOURCE, OPEN_READ_WRITE, | ||
| 252 | ("Only raw buffer format supported by sndio"), (NULL)); | ||
| 253 | return FALSE; | ||
| 254 | } | ||
| 255 | if (!GST_AUDIO_INFO_IS_INTEGER(&spec->info)) { | ||
| 256 | GST_ELEMENT_ERROR (sio, RESOURCE, OPEN_READ_WRITE, | ||
| 257 | ("Only integer format supported"), (NULL)); | ||
| 258 | return FALSE; | ||
| 259 | } | ||
| 260 | if (GST_AUDIO_INFO_DEPTH(&spec->info) % 8) { | ||
| 261 | GST_ELEMENT_ERROR (sio, RESOURCE, OPEN_READ_WRITE, | ||
| 262 | ("Only depths multiple of 8 are supported"), (NULL)); | ||
| 263 | return FALSE; | ||
| 264 | } | ||
| 265 | |||
| 266 | sio_initpar (&par); | ||
| 267 | switch (GST_AUDIO_INFO_FORMAT (&spec->info)) { | ||
| 268 | case GST_AUDIO_FORMAT_S8: | ||
| 269 | case GST_AUDIO_FORMAT_U8: | ||
| 270 | case GST_AUDIO_FORMAT_S16LE: | ||
| 271 | case GST_AUDIO_FORMAT_S16BE: | ||
| 272 | case GST_AUDIO_FORMAT_U16LE: | ||
| 273 | case GST_AUDIO_FORMAT_U16BE: | ||
| 274 | case GST_AUDIO_FORMAT_S32LE: | ||
| 275 | case GST_AUDIO_FORMAT_S32BE: | ||
| 276 | case GST_AUDIO_FORMAT_U32LE: | ||
| 277 | case GST_AUDIO_FORMAT_U32BE: | ||
| 278 | case GST_AUDIO_FORMAT_S24_32LE: | ||
| 279 | case GST_AUDIO_FORMAT_S24_32BE: | ||
| 280 | case GST_AUDIO_FORMAT_U24_32LE: | ||
| 281 | case GST_AUDIO_FORMAT_U24_32BE: | ||
| 282 | case GST_AUDIO_FORMAT_S24LE: | ||
| 283 | case GST_AUDIO_FORMAT_S24BE: | ||
| 284 | case GST_AUDIO_FORMAT_U24LE: | ||
| 285 | case GST_AUDIO_FORMAT_U24BE: | ||
| 286 | break; | ||
| 287 | default: | ||
| 288 | GST_ELEMENT_ERROR (sio, RESOURCE, OPEN_READ_WRITE, | ||
| 289 | ("Unsupported audio format"), | ||
| 290 | ("format = %d", GST_AUDIO_INFO_FORMAT (&spec->info))); | ||
| 291 | return FALSE; | ||
| 292 | } | ||
| 293 | par.sig = GST_AUDIO_INFO_IS_SIGNED(&spec->info); | ||
| 294 | par.bits = GST_AUDIO_INFO_WIDTH(&spec->info); | ||
| 295 | par.bps = GST_AUDIO_INFO_DEPTH(&spec->info) / 8; | ||
| 296 | if (par.bps > 1) | ||
| 297 | par.le = GST_AUDIO_INFO_IS_LITTLE_ENDIAN(&spec->info); | ||
| 298 | if (par.bits < par.bps * 8) | ||
| 299 | par.msb = 0; | ||
| 300 | par.rate = GST_AUDIO_INFO_RATE(&spec->info); | ||
| 301 | if (sio->mode == SIO_PLAY) | ||
| 302 | par.pchan = GST_AUDIO_INFO_CHANNELS(&spec->info); | ||
| 303 | else | ||
| 304 | par.rchan = GST_AUDIO_INFO_CHANNELS(&spec->info); | ||
| 305 | par.round = par.rate / 1000000. * spec->latency_time; | ||
| 306 | par.appbufsz = par.rate / 1000000. * spec->buffer_time; | ||
| 307 | |||
| 308 | if (!sio_setpar (sio->hdl, &par)) { | ||
| 309 | GST_ELEMENT_ERROR (sio, RESOURCE, OPEN_WRITE, | ||
| 310 | ("Unsupported audio encoding"), (NULL)); | ||
| 311 | return FALSE; | ||
| 312 | } | ||
| 313 | if (!sio_getpar (sio->hdl, &retpar)) { | ||
| 314 | GST_ELEMENT_ERROR (sio, RESOURCE, OPEN_WRITE, | ||
| 315 | ("Couldn't get audio device parameters"), (NULL)); | ||
| 316 | return FALSE; | ||
| 317 | } | ||
| 318 | #if 0 | ||
| 319 | GST_DEBUG ("format = %s, " | ||
| 320 | "requested: sig = %d, bits = %d, bps = %d, le = %d, msb = %d, " | ||
| 321 | "rate = %d, pchan = %d, round = %d, appbufsz = %d; " | ||
| 322 | "returned: sig = %d, bits = %d, bps = %d, le = %d, msb = %d, " | ||
| 323 | "rate = %d, pchan = %d, round = %d, appbufsz = %d, bufsz = %d", | ||
| 324 | GST_AUDIO_INFO_NAME(&spec->info), | ||
| 325 | par.sig, par.bits, par.bps, par.le, par.msb, | ||
| 326 | par.rate, par.pchan, par.round, par.appbufsz, | ||
| 327 | retpar.sig, retpar.bits, retpar.bps, retpar.le, retpar.msb, | ||
| 328 | retpar.rate, retpar.pchan, retpar.round, retpar.appbufsz, retpar.bufsz); | ||
| 329 | #endif | ||
| 330 | if (par.bits != retpar.bits || | ||
| 331 | par.bps != retpar.bps || | ||
| 332 | par.rate != retpar.rate || | ||
| 333 | (sio->mode == SIO_PLAY && par.pchan != retpar.pchan) || | ||
| 334 | (sio->mode == SIO_REC && par.rchan != retpar.rchan) || | ||
| 335 | (par.bps > 1 && par.le != retpar.le) || | ||
| 336 | (par.bits < par.bps * 8 && par.msb != retpar.msb)) { | ||
| 337 | GST_ELEMENT_ERROR (sio, RESOURCE, OPEN_WRITE, | ||
| 338 | ("Audio device refused requested parameters"), (NULL)); | ||
| 339 | return FALSE; | ||
| 340 | } | ||
| 341 | |||
| 342 | nchannels = (sio->mode == SIO_PLAY) ? retpar.pchan : retpar.rchan; | ||
| 343 | spec->segsize = retpar.round * retpar.bps * nchannels; | ||
| 344 | spec->segtotal = retpar.bufsz / retpar.round; | ||
| 345 | sio->bpf = retpar.bps * nchannels; | ||
| 346 | sio->delay = 0; | ||
| 347 | sio_onmove (sio->hdl, gst_sndio_cb, sio); | ||
| 348 | |||
| 349 | if (!sio_start (sio->hdl)) { | ||
| 350 | GST_ELEMENT_ERROR (sio->obj, RESOURCE, OPEN_READ_WRITE, | ||
| 351 | ("Could not start sndio"), (NULL)); | ||
| 352 | return FALSE; | ||
| 353 | } | ||
| 354 | return TRUE; | ||
| 355 | } | ||
| 356 | |||
| 357 | gboolean | ||
| 358 | gst_sndio_unprepare (struct gstsndio *sio) | ||
| 359 | { | ||
| 360 | if (sio->hdl) | ||
| 361 | sio_stop (sio->hdl); | ||
| 362 | return TRUE; | ||
| 363 | } | ||
| 364 | |||
| 365 | void | ||
| 366 | gst_sndio_set_property (struct gstsndio *sio, guint prop_id, | ||
| 367 | const GValue * value, GParamSpec * pspec) | ||
| 368 | { | ||
| 369 | switch (prop_id) { | ||
| 370 | case PROP_DEVICE: | ||
| 371 | g_free (sio->device); | ||
| 372 | sio->device = g_value_dup_string (value); | ||
| 373 | break; | ||
| 374 | case PROP_VOLUME: | ||
| 375 | sio_setvol (sio->hdl, g_value_get_double (value) * SIO_MAXVOL); | ||
| 376 | break; | ||
| 377 | case PROP_MUTE: | ||
| 378 | if (g_value_get_boolean (value)) | ||
| 379 | sio_setvol (sio->hdl, 0); | ||
| 380 | break; | ||
| 381 | default: | ||
| 382 | break; | ||
| 383 | } | ||
| 384 | } | ||
| 385 | |||
| 386 | void | ||
| 387 | gst_sndio_get_property (struct gstsndio *sio, guint prop_id, | ||
| 388 | GValue * value, GParamSpec * pspec) | ||
| 389 | { | ||
| 390 | switch (prop_id) { | ||
| 391 | case PROP_DEVICE: | ||
| 392 | g_value_set_string (value, sio->device); | ||
| 393 | break; | ||
| 394 | case PROP_VOLUME: | ||
| 395 | g_value_set_double (value, (gdouble)sio->volume / SIO_MAXVOL); | ||
| 396 | break; | ||
| 397 | case PROP_MUTE: | ||
| 398 | g_value_set_boolean (value, (sio->volume == 0)); | ||
| 399 | break; | ||
| 400 | default: | ||
| 401 | G_OBJECT_WARN_INVALID_PROPERTY_ID (sio->obj, prop_id, pspec); | ||
| 402 | } | ||
| 403 | } | ||
diff --git a/multimedia/gstreamer1/plugins-base/files/gstsndio.h b/multimedia/gstreamer1/plugins-base/files/gstsndio.h deleted file mode 100644 index 1d54126..0000000 --- a/multimedia/gstreamer1/plugins-base/files/gstsndio.h +++ /dev/null | |||
| @@ -1,79 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2012 Alexandre Ratchov <alex@caoua.org> | ||
| 3 | * | ||
| 4 | * Permission to use, copy, modify, and distribute this software for any | ||
| 5 | * purpose with or without fee is hereby granted, provided that the above | ||
| 6 | * copyright notice and this permission notice appear in all copies. | ||
| 7 | * | ||
| 8 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
| 9 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
| 10 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
| 11 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
| 12 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
| 13 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
| 14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
| 15 | */ | ||
| 16 | #ifndef __GST_SNDIO_H__ | ||
| 17 | #define __GST_SNDIO_H__ | ||
| 18 | |||
| 19 | #include <sndio.h> | ||
| 20 | #include <gst/gst.h> | ||
| 21 | #include <gst/audio/gstaudiosink.h> | ||
| 22 | #include <gst/audio/gstaudiosrc.h> | ||
| 23 | #include <gst/audio/streamvolume.h> | ||
| 24 | |||
| 25 | enum | ||
| 26 | { | ||
| 27 | PROP_0, | ||
| 28 | PROP_DEVICE, | ||
| 29 | PROP_VOLUME, | ||
| 30 | PROP_MUTE | ||
| 31 | }; | ||
| 32 | |||
| 33 | #define GST_SNDIO_CAPS_STRING \ | ||
| 34 | "audio/x-raw, " \ | ||
| 35 | "format = (string) { " \ | ||
| 36 | "S8, U8, " \ | ||
| 37 | "S16LE, S16BE, U16LE, U16BE, " \ | ||
| 38 | "S32LE, S32BE, U32LE, U32BE, " \ | ||
| 39 | "S24_32LE, S24_32BE, U24_32LE, " \ | ||
| 40 | "U24_32BE, S24LE, S24BE, U24LE, U24BE " \ | ||
| 41 | "}, " \ | ||
| 42 | "layout = (string) interleaved, " \ | ||
| 43 | "rate = (int) [ 8000, 192000 ], " \ | ||
| 44 | "channels = (int) [1, 16]" | ||
| 45 | |||
| 46 | /* | ||
| 47 | * data common to src and sink | ||
| 48 | */ | ||
| 49 | struct gstsndio { | ||
| 50 | struct sio_hdl *hdl; | ||
| 51 | gchar *device; | ||
| 52 | gint mode; | ||
| 53 | gint bpf; /* bytes per frame */ | ||
| 54 | gint delay; /* bytes stored in the audio fifo */ | ||
| 55 | guint volume; /* volume level */ | ||
| 56 | GstCaps *cur_caps; /* saved capabilities of opened device */ | ||
| 57 | GObject *obj; /* for logging */ | ||
| 58 | gboolean driver_timestamps; | ||
| 59 | }; | ||
| 60 | |||
| 61 | #define GST_SNDIO_DELAY(s) ((s)->delay / (s)->bpf) | ||
| 62 | |||
| 63 | void gst_sndio_init (struct gstsndio *sio, GObject *obj); | ||
| 64 | void gst_sndio_finalize (struct gstsndio *sio); | ||
| 65 | GstCaps *gst_sndio_getcaps (struct gstsndio *sio, GstCaps * filter); | ||
| 66 | gboolean gst_sndio_open (struct gstsndio *sio, gint mode); | ||
| 67 | gboolean gst_sndio_close (struct gstsndio *sio); | ||
| 68 | gboolean gst_sndio_prepare (struct gstsndio *sio, GstAudioRingBufferSpec *spec); | ||
| 69 | gboolean gst_sndio_unprepare (struct gstsndio *sio); | ||
| 70 | void gst_sndio_set_property (struct gstsndio *sio, guint prop_id, | ||
| 71 | const GValue * value, GParamSpec * pspec); | ||
| 72 | void gst_sndio_get_property (struct gstsndio *sio, guint prop_id, | ||
| 73 | GValue * value, GParamSpec * pspec); | ||
| 74 | |||
| 75 | int gst_sndio_setpar(gpointer sio, GstAudioRingBufferSpec * spec, | ||
| 76 | int mode, struct sio_hdl *hdl); | ||
| 77 | GstCaps *gst_sndio_caps (gpointer sio, int mode, struct sio_hdl *hdl); | ||
| 78 | |||
| 79 | #endif | ||
diff --git a/multimedia/gstreamer1/plugins-base/files/meson.build b/multimedia/gstreamer1/plugins-base/files/meson.build deleted file mode 100644 index be10f22..0000000 --- a/multimedia/gstreamer1/plugins-base/files/meson.build +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | sndio_sources = [ | ||
| 2 | 'gstsndio.c', | ||
| 3 | 'sndiosink.c', | ||
| 4 | 'sndiosrc.c', | ||
| 5 | ] | ||
| 6 | |||
| 7 | sndio_dep = dependency('sndio', required : get_option('sndio')) | ||
| 8 | |||
| 9 | if sndio_dep.found() | ||
| 10 | gstsndio = library('gstsndio', | ||
| 11 | sndio_sources, | ||
| 12 | c_args : gst_plugins_base_args, | ||
| 13 | include_directories: [configinc, libsinc], | ||
| 14 | dependencies : [sndio_dep, audio_dep, tag_dep, gst_dep, gst_base_dep], | ||
| 15 | install : true, | ||
| 16 | install_dir : plugins_install_dir, | ||
| 17 | ) | ||
| 18 | pkgconfig.generate(gstsndio, install_dir : plugins_pkgconfig_install_dir) | ||
| 19 | endif | ||
diff --git a/multimedia/gstreamer1/plugins-base/files/sndiosink.c b/multimedia/gstreamer1/plugins-base/files/sndiosink.c deleted file mode 100644 index cc68bd2..0000000 --- a/multimedia/gstreamer1/plugins-base/files/sndiosink.c +++ /dev/null | |||
| @@ -1,226 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2008 Jacob Meuser <jakemsr@sdf.lonestar.org> | ||
| 3 | * Copyright (C) 2012 Alexandre Ratchov <alex@caoua.org> | ||
| 4 | * | ||
| 5 | * Permission to use, copy, modify, and distribute this software for any | ||
| 6 | * purpose with or without fee is hereby granted, provided that the above | ||
| 7 | * copyright notice and this permission notice appear in all copies. | ||
| 8 | * | ||
| 9 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
| 10 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
| 11 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
| 12 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
| 13 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
| 14 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
| 15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
| 16 | */ | ||
| 17 | |||
| 18 | /** | ||
| 19 | * SECTION:element-sndiosink | ||
| 20 | * @see_also: #GstAutoAudioSink | ||
| 21 | * | ||
| 22 | * <refsect2> | ||
| 23 | * <para> | ||
| 24 | * This element outputs sound to a sound card using sndio. | ||
| 25 | * </para> | ||
| 26 | * <para> | ||
| 27 | * Simple example pipeline that plays an Ogg/Vorbis file via sndio: | ||
| 28 | * <programlisting> | ||
| 29 | * gst-launch -v filesrc location=foo.ogg ! decodebin ! audioconvert ! audioresample ! sndiosink | ||
| 30 | * </programlisting> | ||
| 31 | * </para> | ||
| 32 | * </refsect2> | ||
| 33 | */ | ||
| 34 | |||
| 35 | #ifdef HAVE_CONFIG_H | ||
| 36 | #include "config.h" | ||
| 37 | #endif | ||
| 38 | #include "sndiosink.h" | ||
| 39 | |||
| 40 | GST_DEBUG_CATEGORY_EXTERN (gst_sndio_debug); | ||
| 41 | #define GST_CAT_DEFAULT gst_sndio_debug | ||
| 42 | |||
| 43 | #define gst_sndiosink_parent_class parent_class | ||
| 44 | |||
| 45 | static GstStaticPadTemplate sndiosink_factory = | ||
| 46 | GST_STATIC_PAD_TEMPLATE ("sink", | ||
| 47 | GST_PAD_SINK, | ||
| 48 | GST_PAD_ALWAYS, | ||
| 49 | GST_STATIC_CAPS (GST_SNDIO_CAPS_STRING) | ||
| 50 | ); | ||
| 51 | |||
| 52 | G_DEFINE_TYPE_WITH_CODE (GstSndioSink, gst_sndiosink, GST_TYPE_AUDIO_SINK, | ||
| 53 | G_IMPLEMENT_INTERFACE (GST_TYPE_STREAM_VOLUME, NULL)); | ||
| 54 | |||
| 55 | static void gst_sndiosink_finalize (GObject * object); | ||
| 56 | static GstCaps *gst_sndiosink_getcaps (GstBaseSink * bsink, | ||
| 57 | GstCaps * filter); | ||
| 58 | static gboolean gst_sndiosink_open (GstAudioSink * asink); | ||
| 59 | static gboolean gst_sndiosink_close (GstAudioSink * asink); | ||
| 60 | static gboolean gst_sndiosink_prepare (GstAudioSink * asink, | ||
| 61 | GstAudioRingBufferSpec * spec); | ||
| 62 | static gboolean gst_sndiosink_unprepare (GstAudioSink * asink); | ||
| 63 | static gint gst_sndiosink_write (GstAudioSink * asink, gpointer data, | ||
| 64 | guint length); | ||
| 65 | static guint gst_sndiosink_delay (GstAudioSink * asink); | ||
| 66 | static void gst_sndiosink_reset (GstAudioSink * asink); | ||
| 67 | static void gst_sndiosink_set_property (GObject * object, guint prop_id, | ||
| 68 | const GValue * value, GParamSpec * pspec); | ||
| 69 | static void gst_sndiosink_get_property (GObject * object, guint prop_id, | ||
| 70 | GValue * value, GParamSpec * pspec); | ||
| 71 | |||
| 72 | static void | ||
| 73 | gst_sndiosink_init (GstSndioSink * sink) | ||
| 74 | { | ||
| 75 | gst_sndio_init (&sink->sndio, G_OBJECT(sink)); | ||
| 76 | } | ||
| 77 | |||
| 78 | static void | ||
| 79 | gst_sndiosink_finalize (GObject * object) | ||
| 80 | { | ||
| 81 | GstSndioSink *sink = GST_SNDIOSINK (object); | ||
| 82 | |||
| 83 | gst_sndio_finalize (&sink->sndio); | ||
| 84 | G_OBJECT_CLASS (parent_class)->finalize (object); | ||
| 85 | } | ||
| 86 | |||
| 87 | static GstCaps * | ||
| 88 | gst_sndiosink_getcaps (GstBaseSink * bsink, GstCaps * filter) | ||
| 89 | { | ||
| 90 | GstSndioSink *sink = GST_SNDIOSINK (bsink); | ||
| 91 | |||
| 92 | return gst_sndio_getcaps (&sink->sndio, filter); | ||
| 93 | } | ||
| 94 | |||
| 95 | static gboolean | ||
| 96 | gst_sndiosink_open (GstAudioSink * asink) | ||
| 97 | { | ||
| 98 | GstSndioSink *sink = GST_SNDIOSINK (asink); | ||
| 99 | |||
| 100 | return gst_sndio_open (&sink->sndio, SIO_PLAY); | ||
| 101 | } | ||
| 102 | |||
| 103 | static gboolean | ||
| 104 | gst_sndiosink_close (GstAudioSink * asink) | ||
| 105 | { | ||
| 106 | GstSndioSink *sink = GST_SNDIOSINK (asink); | ||
| 107 | |||
| 108 | return gst_sndio_close (&sink->sndio); | ||
| 109 | } | ||
| 110 | |||
| 111 | static gboolean | ||
| 112 | gst_sndiosink_prepare (GstAudioSink * asink, GstAudioRingBufferSpec * spec) | ||
| 113 | { | ||
| 114 | GstSndioSink *sink = GST_SNDIOSINK (asink); | ||
| 115 | |||
| 116 | return gst_sndio_prepare (&sink->sndio, spec); | ||
| 117 | } | ||
| 118 | |||
| 119 | static gboolean | ||
| 120 | gst_sndiosink_unprepare (GstAudioSink * asink) | ||
| 121 | { | ||
| 122 | GstSndioSink *sink = GST_SNDIOSINK (asink); | ||
| 123 | |||
| 124 | return gst_sndio_unprepare (&sink->sndio); | ||
| 125 | } | ||
| 126 | |||
| 127 | static gint | ||
| 128 | gst_sndiosink_write (GstAudioSink * asink, gpointer data, guint length) | ||
| 129 | { | ||
| 130 | GstSndioSink *sink = GST_SNDIOSINK (asink); | ||
| 131 | guint done; | ||
| 132 | |||
| 133 | if (length == 0) | ||
| 134 | return 0; | ||
| 135 | done = sio_write (sink->sndio.hdl, data, length); | ||
| 136 | if (done == 0) { | ||
| 137 | GST_ELEMENT_ERROR (sink, RESOURCE, WRITE, | ||
| 138 | ("Failed to write data to sndio"), (NULL)); | ||
| 139 | return 0; | ||
| 140 | } | ||
| 141 | sink->sndio.delay += done; | ||
| 142 | return done; | ||
| 143 | } | ||
| 144 | |||
| 145 | static guint | ||
| 146 | gst_sndiosink_delay (GstAudioSink * asink) | ||
| 147 | { | ||
| 148 | GstSndioSink *sink = GST_SNDIOSINK (asink); | ||
| 149 | |||
| 150 | return GST_SNDIO_DELAY(&sink->sndio); | ||
| 151 | } | ||
| 152 | |||
| 153 | static void | ||
| 154 | gst_sndiosink_reset (GstAudioSink * asink) | ||
| 155 | { | ||
| 156 | } | ||
| 157 | |||
| 158 | static void | ||
| 159 | gst_sndiosink_set_property (GObject * object, guint prop_id, | ||
| 160 | const GValue * value, GParamSpec * pspec) | ||
| 161 | { | ||
| 162 | GstSndioSink *sink = GST_SNDIOSINK (object); | ||
| 163 | |||
| 164 | gst_sndio_set_property (&sink->sndio, prop_id, value, pspec); | ||
| 165 | } | ||
| 166 | |||
| 167 | static void | ||
| 168 | gst_sndiosink_get_property (GObject * object, guint prop_id, GValue * value, | ||
| 169 | GParamSpec * pspec) | ||
| 170 | { | ||
| 171 | GstSndioSink *sink = GST_SNDIOSINK (object); | ||
| 172 | |||
| 173 | gst_sndio_get_property (&sink->sndio, prop_id, value, pspec); | ||
| 174 | } | ||
| 175 | |||
| 176 | static void | ||
| 177 | gst_sndiosink_class_init (GstSndioSinkClass * klass) | ||
| 178 | { | ||
| 179 | GObjectClass *gobject_class; | ||
| 180 | GstElementClass *gstelement_class; | ||
| 181 | GstBaseSinkClass *gstbasesink_class; | ||
| 182 | GstAudioBaseSinkClass *gstbaseaudiosink_class; | ||
| 183 | GstAudioSinkClass *gstaudiosink_class; | ||
| 184 | |||
| 185 | gobject_class = (GObjectClass *) klass; | ||
| 186 | gstelement_class = (GstElementClass *) klass; | ||
| 187 | gstbasesink_class = (GstBaseSinkClass *) klass; | ||
| 188 | gstbaseaudiosink_class = (GstAudioBaseSinkClass *) klass; | ||
| 189 | gstaudiosink_class = (GstAudioSinkClass *) klass; | ||
| 190 | |||
| 191 | parent_class = g_type_class_peek_parent (klass); | ||
| 192 | |||
| 193 | gobject_class->finalize = gst_sndiosink_finalize; | ||
| 194 | gobject_class->get_property = gst_sndiosink_get_property; | ||
| 195 | gobject_class->set_property = gst_sndiosink_set_property; | ||
| 196 | |||
| 197 | gst_element_class_set_static_metadata (gstelement_class, | ||
| 198 | "Audio sink (sndio)", "Sink/Audio", | ||
| 199 | "Output to a sound card via sndio", | ||
| 200 | "Jacob Meuser <jakemsr@sdf.lonestar.org>"); | ||
| 201 | |||
| 202 | gst_element_class_add_pad_template (gstelement_class, | ||
| 203 | gst_static_pad_template_get (&sndiosink_factory)); | ||
| 204 | |||
| 205 | gstbasesink_class->get_caps = GST_DEBUG_FUNCPTR (gst_sndiosink_getcaps); | ||
| 206 | gstaudiosink_class->open = GST_DEBUG_FUNCPTR (gst_sndiosink_open); | ||
| 207 | gstaudiosink_class->prepare = GST_DEBUG_FUNCPTR (gst_sndiosink_prepare); | ||
| 208 | gstaudiosink_class->unprepare = GST_DEBUG_FUNCPTR (gst_sndiosink_unprepare); | ||
| 209 | gstaudiosink_class->close = GST_DEBUG_FUNCPTR (gst_sndiosink_close); | ||
| 210 | gstaudiosink_class->write = GST_DEBUG_FUNCPTR (gst_sndiosink_write); | ||
| 211 | gstaudiosink_class->delay = GST_DEBUG_FUNCPTR (gst_sndiosink_delay); | ||
| 212 | gstaudiosink_class->reset = GST_DEBUG_FUNCPTR (gst_sndiosink_reset); | ||
| 213 | |||
| 214 | g_object_class_install_property (gobject_class, PROP_DEVICE, | ||
| 215 | g_param_spec_string ("device", "Device", | ||
| 216 | "sndio device as defined in sndio(7)", | ||
| 217 | SIO_DEVANY, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); | ||
| 218 | g_object_class_install_property (gobject_class, PROP_VOLUME, | ||
| 219 | g_param_spec_double ("volume", "Volume", | ||
| 220 | "Linear volume of this stream, 1.0=100%", 0.0, 1.0, | ||
| 221 | 1.0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); | ||
| 222 | g_object_class_install_property (gobject_class, PROP_MUTE, | ||
| 223 | g_param_spec_boolean ("mute", "Mute", | ||
| 224 | "Mute state of this stream", FALSE, | ||
| 225 | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); | ||
| 226 | } | ||
diff --git a/multimedia/gstreamer1/plugins-base/files/sndiosink.h b/multimedia/gstreamer1/plugins-base/files/sndiosink.h deleted file mode 100644 index 314e622..0000000 --- a/multimedia/gstreamer1/plugins-base/files/sndiosink.h +++ /dev/null | |||
| @@ -1,57 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2008 Jacob Meuser <jakemsr@sdf.lonestar.org> | ||
| 3 | * Copyright (C) 2012 Alexandre Ratchov <alex@caoua.org> | ||
| 4 | * | ||
| 5 | * Permission to use, copy, modify, and distribute this software for any | ||
| 6 | * purpose with or without fee is hereby granted, provided that the above | ||
| 7 | * copyright notice and this permission notice appear in all copies. | ||
| 8 | * | ||
| 9 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
| 10 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
| 11 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
| 12 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
| 13 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
| 14 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
| 15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
| 16 | */ | ||
| 17 | |||
| 18 | |||
| 19 | #ifndef __GST_SNDIOSINK_H__ | ||
| 20 | #define __GST_SNDIOSINK_H__ | ||
| 21 | |||
| 22 | #include <sndio.h> | ||
| 23 | |||
| 24 | #include <gst/gst.h> | ||
| 25 | #include <gst/audio/gstaudiosink.h> | ||
| 26 | #include "gstsndio.h" | ||
| 27 | |||
| 28 | G_BEGIN_DECLS | ||
| 29 | |||
| 30 | #define GST_TYPE_SNDIOSINK \ | ||
| 31 | (gst_sndiosink_get_type()) | ||
| 32 | #define GST_SNDIOSINK(obj) \ | ||
| 33 | (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_SNDIOSINK,GstSndioSink)) | ||
| 34 | #define GST_SNDIOSINK_CLASS(klass) \ | ||
| 35 | (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_SNDIOSINK,GstSndioSinkClass)) | ||
| 36 | #define GST_IS_SNDIOSINK(obj) \ | ||
| 37 | (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_SNDIOSINK)) | ||
| 38 | #define GST_IS_SNDIOSINK_CLASS(klass) \ | ||
| 39 | (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_SNDIOSINK)) | ||
| 40 | |||
| 41 | typedef struct _GstSndioSink GstSndioSink; | ||
| 42 | typedef struct _GstSndioSinkClass GstSndioSinkClass; | ||
| 43 | |||
| 44 | struct _GstSndioSink { | ||
| 45 | GstAudioSink sink; | ||
| 46 | struct gstsndio sndio; | ||
| 47 | }; | ||
| 48 | |||
| 49 | struct _GstSndioSinkClass { | ||
| 50 | GstAudioSinkClass parent_class; | ||
| 51 | }; | ||
| 52 | |||
| 53 | GType gst_sndiosink_get_type (void); | ||
| 54 | |||
| 55 | G_END_DECLS | ||
| 56 | |||
| 57 | #endif /* __GST_SNDIOSINK_H__ */ | ||
diff --git a/multimedia/gstreamer1/plugins-base/files/sndiosrc.c b/multimedia/gstreamer1/plugins-base/files/sndiosrc.c deleted file mode 100644 index ee610e4..0000000 --- a/multimedia/gstreamer1/plugins-base/files/sndiosrc.c +++ /dev/null | |||
| @@ -1,228 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2008 Jacob Meuser <jakemsr@sdf.lonestar.org> | ||
| 3 | * Copyright (C) 2012 Alexandre Ratchov <alex@caoua.org> | ||
| 4 | * | ||
| 5 | * Permission to use, copy, modify, and distribute this software for any | ||
| 6 | * purpose with or without fee is hereby granted, provided that the above | ||
| 7 | * copyright notice and this permission notice appear in all copies. | ||
| 8 | * | ||
| 9 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
| 10 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
| 11 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
| 12 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
| 13 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
| 14 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
| 15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
| 16 | */ | ||
| 17 | |||
| 18 | /** | ||
| 19 | * SECTION:element-sndiosrc | ||
| 20 | * @see_also: #GstAutoAudioSrc | ||
| 21 | * | ||
| 22 | * <refsect2> | ||
| 23 | * <para> | ||
| 24 | * This element retrieves samples from a sound card using sndio. | ||
| 25 | * </para> | ||
| 26 | * <para> | ||
| 27 | * Simple example pipeline that records an Ogg/Vorbis file via sndio: | ||
| 28 | * <programlisting> | ||
| 29 | * gst-launch -v sndiosrc ! audioconvert ! vorbisenc ! oggmux ! filesink location=foo.ogg | ||
| 30 | * </programlisting> | ||
| 31 | * </para> | ||
| 32 | * </refsect2> | ||
| 33 | */ | ||
| 34 | |||
| 35 | #ifdef HAVE_CONFIG_H | ||
| 36 | #include "config.h" | ||
| 37 | #endif | ||
| 38 | |||
| 39 | #include "sndiosrc.h" | ||
| 40 | #include "gstsndio.h" | ||
| 41 | |||
| 42 | GST_DEBUG_CATEGORY_EXTERN (gst_sndio_debug); | ||
| 43 | #define GST_CAT_DEFAULT gst_sndio_debug | ||
| 44 | |||
| 45 | #define gst_sndiosrc_parent_class parent_class | ||
| 46 | G_DEFINE_TYPE_WITH_CODE (GstSndioSrc, gst_sndiosrc, GST_TYPE_AUDIO_SRC, | ||
| 47 | G_IMPLEMENT_INTERFACE (GST_TYPE_STREAM_VOLUME, NULL)); | ||
| 48 | |||
| 49 | static void gst_sndiosrc_finalize (GObject * object); | ||
| 50 | static GstCaps *gst_sndiosrc_getcaps (GstBaseSrc * bsrc, GstCaps * filter); | ||
| 51 | static gboolean gst_sndiosrc_open (GstAudioSrc * asrc); | ||
| 52 | static gboolean gst_sndiosrc_close (GstAudioSrc * asrc); | ||
| 53 | static gboolean gst_sndiosrc_prepare (GstAudioSrc * asrc, | ||
| 54 | GstAudioRingBufferSpec * spec); | ||
| 55 | static gboolean gst_sndiosrc_unprepare (GstAudioSrc * asrc); | ||
| 56 | static guint gst_sndiosrc_read (GstAudioSrc * asrc, gpointer data, | ||
| 57 | guint length, GstClockTime * timestamp); | ||
| 58 | static guint gst_sndiosrc_delay (GstAudioSrc * asrc); | ||
| 59 | static void gst_sndiosrc_reset (GstAudioSrc * asrc); | ||
| 60 | static void gst_sndiosrc_set_property (GObject * object, guint prop_id, | ||
| 61 | const GValue * value, GParamSpec * pspec); | ||
| 62 | static void gst_sndiosrc_get_property (GObject * object, | ||
| 63 | guint prop_id, GValue * value, GParamSpec * pspec); | ||
| 64 | |||
| 65 | static GstStaticPadTemplate sndiosrc_factory = | ||
| 66 | GST_STATIC_PAD_TEMPLATE ("src", | ||
| 67 | GST_PAD_SRC, | ||
| 68 | GST_PAD_ALWAYS, | ||
| 69 | GST_STATIC_CAPS (GST_SNDIO_CAPS_STRING) | ||
| 70 | ); | ||
| 71 | |||
| 72 | static void | ||
| 73 | gst_sndiosrc_init (GstSndioSrc * src) | ||
| 74 | { | ||
| 75 | gst_sndio_init (&src->sndio, G_OBJECT(src)); | ||
| 76 | /* XXX not implemented */ | ||
| 77 | src->sndio.driver_timestamps = FALSE; | ||
| 78 | } | ||
| 79 | |||
| 80 | static void | ||
| 81 | gst_sndiosrc_finalize (GObject * object) | ||
| 82 | { | ||
| 83 | GstSndioSrc *src = GST_SNDIOSRC (object); | ||
| 84 | |||
| 85 | gst_sndio_finalize (&src->sndio); | ||
| 86 | G_OBJECT_CLASS (parent_class)->finalize (object); | ||
| 87 | } | ||
| 88 | |||
| 89 | static GstCaps * | ||
| 90 | gst_sndiosrc_getcaps (GstBaseSrc * bsrc, GstCaps * filter) | ||
| 91 | { | ||
| 92 | GstSndioSrc *src = GST_SNDIOSRC (bsrc); | ||
| 93 | |||
| 94 | return gst_sndio_getcaps (&src->sndio, filter); | ||
| 95 | } | ||
| 96 | |||
| 97 | static gboolean | ||
| 98 | gst_sndiosrc_open (GstAudioSrc * asrc) | ||
| 99 | { | ||
| 100 | GstSndioSrc *src = GST_SNDIOSRC (asrc); | ||
| 101 | |||
| 102 | return gst_sndio_open (&src->sndio, SIO_REC); | ||
| 103 | } | ||
| 104 | |||
| 105 | static gboolean | ||
| 106 | gst_sndiosrc_close (GstAudioSrc * asrc) | ||
| 107 | { | ||
| 108 | GstSndioSrc *src = GST_SNDIOSRC (asrc); | ||
| 109 | |||
| 110 | return gst_sndio_close (&src->sndio); | ||
| 111 | } | ||
| 112 | |||
| 113 | static gboolean | ||
| 114 | gst_sndiosrc_prepare (GstAudioSrc * asrc, GstAudioRingBufferSpec * spec) | ||
| 115 | { | ||
| 116 | GstSndioSrc *src = GST_SNDIOSRC (asrc); | ||
| 117 | |||
| 118 | return gst_sndio_prepare (&src->sndio, spec); | ||
| 119 | } | ||
| 120 | |||
| 121 | static gboolean | ||
| 122 | gst_sndiosrc_unprepare (GstAudioSrc * asrc) | ||
| 123 | { | ||
| 124 | GstSndioSrc *src = GST_SNDIOSRC (asrc); | ||
| 125 | |||
| 126 | return gst_sndio_unprepare (&src->sndio); | ||
| 127 | } | ||
| 128 | |||
| 129 | static guint | ||
| 130 | gst_sndiosrc_read (GstAudioSrc * asrc, gpointer data, guint length, | ||
| 131 | GstClockTime * timestamp) | ||
| 132 | { | ||
| 133 | GstSndioSrc *src = GST_SNDIOSRC (asrc); | ||
| 134 | guint done; | ||
| 135 | |||
| 136 | if (length == 0) | ||
| 137 | return 0; | ||
| 138 | done = sio_read (src->sndio.hdl, data, length); | ||
| 139 | if (done == 0) { | ||
| 140 | GST_ELEMENT_ERROR (src, RESOURCE, READ, | ||
| 141 | ("Failed to read data from sndio"), (NULL)); | ||
| 142 | return 0; | ||
| 143 | } | ||
| 144 | src->sndio.delay -= done; | ||
| 145 | return done; | ||
| 146 | } | ||
| 147 | |||
| 148 | static guint | ||
| 149 | gst_sndiosrc_delay (GstAudioSrc * asrc) | ||
| 150 | { | ||
| 151 | GstSndioSrc *src = GST_SNDIOSRC (asrc); | ||
| 152 | |||
| 153 | return GST_SNDIO_DELAY(&src->sndio); | ||
| 154 | } | ||
| 155 | |||
| 156 | static void | ||
| 157 | gst_sndiosrc_reset (GstAudioSrc * asrc) | ||
| 158 | { | ||
| 159 | } | ||
| 160 | |||
| 161 | static void | ||
| 162 | gst_sndiosrc_set_property (GObject * object, guint prop_id, | ||
| 163 | const GValue * value, GParamSpec * pspec) | ||
| 164 | { | ||
| 165 | GstSndioSrc *src = GST_SNDIOSRC (object); | ||
| 166 | |||
| 167 | gst_sndio_set_property (&src->sndio, prop_id, value, pspec); | ||
| 168 | } | ||
| 169 | |||
| 170 | static void | ||
| 171 | gst_sndiosrc_get_property (GObject * object, guint prop_id, GValue * value, | ||
| 172 | GParamSpec * pspec) | ||
| 173 | { | ||
| 174 | GstSndioSrc *src = GST_SNDIOSRC (object); | ||
| 175 | |||
| 176 | gst_sndio_get_property (&src->sndio, prop_id, value, pspec); | ||
| 177 | } | ||
| 178 | |||
| 179 | static void | ||
| 180 | gst_sndiosrc_class_init (GstSndioSrcClass * klass) | ||
| 181 | { | ||
| 182 | GObjectClass *gobject_class; | ||
| 183 | GstElementClass *gstelement_class; | ||
| 184 | GstBaseSrcClass *gstbasesrc_class; | ||
| 185 | GstAudioBaseSrcClass *gstbaseaudiosrc_class; | ||
| 186 | GstAudioSrcClass *gstaudiosrc_class; | ||
| 187 | gobject_class = (GObjectClass *) klass; | ||
| 188 | gstelement_class = (GstElementClass *) klass; | ||
| 189 | gstbasesrc_class = (GstBaseSrcClass *) klass; | ||
| 190 | gstbaseaudiosrc_class = (GstAudioBaseSrcClass *) klass; | ||
| 191 | gstaudiosrc_class = (GstAudioSrcClass *) klass; | ||
| 192 | |||
| 193 | parent_class = g_type_class_peek_parent (klass); | ||
| 194 | |||
| 195 | gobject_class->finalize = gst_sndiosrc_finalize; | ||
| 196 | gobject_class->get_property = gst_sndiosrc_get_property; | ||
| 197 | gobject_class->set_property = gst_sndiosrc_set_property; | ||
| 198 | |||
| 199 | gst_element_class_set_static_metadata (gstelement_class, | ||
| 200 | "Audio src (sndio)", "Src/Audio", | ||
| 201 | "Input from a sound card via sndio", | ||
| 202 | "Jacob Meuser <jakemsr@sdf.lonestar.org>"); | ||
| 203 | |||
| 204 | gst_element_class_add_pad_template (gstelement_class, | ||
| 205 | gst_static_pad_template_get (&sndiosrc_factory)); | ||
| 206 | |||
| 207 | gstbasesrc_class->get_caps = GST_DEBUG_FUNCPTR (gst_sndiosrc_getcaps); | ||
| 208 | gstaudiosrc_class->open = GST_DEBUG_FUNCPTR (gst_sndiosrc_open); | ||
| 209 | gstaudiosrc_class->prepare = GST_DEBUG_FUNCPTR (gst_sndiosrc_prepare); | ||
| 210 | gstaudiosrc_class->unprepare = GST_DEBUG_FUNCPTR (gst_sndiosrc_unprepare); | ||
| 211 | gstaudiosrc_class->close = GST_DEBUG_FUNCPTR (gst_sndiosrc_close); | ||
| 212 | gstaudiosrc_class->read = GST_DEBUG_FUNCPTR (gst_sndiosrc_read); | ||
| 213 | gstaudiosrc_class->delay = GST_DEBUG_FUNCPTR (gst_sndiosrc_delay); | ||
| 214 | gstaudiosrc_class->reset = GST_DEBUG_FUNCPTR (gst_sndiosrc_reset); | ||
| 215 | |||
| 216 | g_object_class_install_property (gobject_class, PROP_DEVICE, | ||
| 217 | g_param_spec_string ("device", "Device", | ||
| 218 | "sndio device as defined in sndio(7)", | ||
| 219 | SIO_DEVANY, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); | ||
| 220 | g_object_class_install_property (gobject_class, PROP_VOLUME, | ||
| 221 | g_param_spec_double ("volume", "Volume", | ||
| 222 | "Linear volume of this stream, 1.0=100%", 0.0, 1.0, | ||
| 223 | 1.0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); | ||
| 224 | g_object_class_install_property (gobject_class, PROP_MUTE, | ||
| 225 | g_param_spec_boolean ("mute", "Mute", | ||
| 226 | "Mute state of this stream", FALSE, | ||
| 227 | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); | ||
| 228 | } | ||
diff --git a/multimedia/gstreamer1/plugins-base/files/sndiosrc.h b/multimedia/gstreamer1/plugins-base/files/sndiosrc.h deleted file mode 100644 index 83fd29c..0000000 --- a/multimedia/gstreamer1/plugins-base/files/sndiosrc.h +++ /dev/null | |||
| @@ -1,57 +0,0 @@ | |||
| 1 | /* | ||
| 2 | * Copyright (C) 2008 Jacob Meuser <jakemsr@sdf.lonestar.org> | ||
| 3 | * Copyright (C) 2012 Alexandre Ratchov <alex@caoua.org> | ||
| 4 | * | ||
| 5 | * Permission to use, copy, modify, and distribute this software for any | ||
| 6 | * purpose with or without fee is hereby granted, provided that the above | ||
| 7 | * copyright notice and this permission notice appear in all copies. | ||
| 8 | * | ||
| 9 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
| 10 | * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
| 11 | * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
| 12 | * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
| 13 | * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
| 14 | * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
| 15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
| 16 | */ | ||
| 17 | |||
| 18 | |||
| 19 | #ifndef __GST_SNDIOSRC_H__ | ||
| 20 | #define __GST_SNDIOSRC_H__ | ||
| 21 | |||
| 22 | #include <sndio.h> | ||
| 23 | |||
| 24 | #include <gst/gst.h> | ||
| 25 | #include <gst/audio/gstaudiosrc.h> | ||
| 26 | #include "gstsndio.h" | ||
| 27 | |||
| 28 | G_BEGIN_DECLS | ||
| 29 | |||
| 30 | #define GST_TYPE_SNDIOSRC \ | ||
| 31 | (gst_sndiosrc_get_type()) | ||
| 32 | #define GST_SNDIOSRC(obj) \ | ||
| 33 | (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_SNDIOSRC,GstSndioSrc)) | ||
| 34 | #define GST_SNDIOSRC_CLASS(klass) \ | ||
| 35 | (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_SNDIOSRC,GstSndioSrcClass)) | ||
| 36 | #define GST_IS_SNDIOSRC(obj) \ | ||
| 37 | (G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_SNDIOSRC)) | ||
| 38 | #define GST_IS_SNDIOSRC_CLASS(klass) \ | ||
| 39 | (G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_SNDIOSRC)) | ||
| 40 | |||
| 41 | typedef struct _GstSndioSrc GstSndioSrc; | ||
| 42 | typedef struct _GstSndioSrcClass GstSndioSrcClass; | ||
| 43 | |||
| 44 | struct _GstSndioSrc { | ||
| 45 | GstAudioSrc src; | ||
| 46 | struct gstsndio sndio; | ||
| 47 | }; | ||
| 48 | |||
| 49 | struct _GstSndioSrcClass { | ||
| 50 | GstAudioSrcClass parent_class; | ||
| 51 | }; | ||
| 52 | |||
| 53 | GType gst_sndiosrc_get_type (void); | ||
| 54 | |||
| 55 | G_END_DECLS | ||
| 56 | |||
| 57 | #endif /* __GST_SNDIOSRC_H__ */ | ||
diff --git a/multimedia/gstreamer1/plugins-base/patches/CVS/Entries b/multimedia/gstreamer1/plugins-base/patches/CVS/Entries deleted file mode 100644 index 123e6b9..0000000 --- a/multimedia/gstreamer1/plugins-base/patches/CVS/Entries +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | /patch-ext_cdparanoia_gstcdparanoiasrc_c/1.6/Sat Mar 12 08:17:10 2022// | ||
| 2 | /patch-ext_meson_build/1.2/Sat Mar 12 08:17:10 2022// | ||
| 3 | /patch-gst_tcp_gstmultihandlesink_c/1.7/Sat Mar 12 08:17:10 2022// | ||
| 4 | /patch-meson_options_txt/1.4/Wed Jan 25 18:20:48 2023// | ||
| 5 | D | ||
diff --git a/multimedia/gstreamer1/plugins-base/patches/CVS/Repository b/multimedia/gstreamer1/plugins-base/patches/CVS/Repository deleted file mode 100644 index c9c872f..0000000 --- a/multimedia/gstreamer1/plugins-base/patches/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/plugins-base/patches | ||
diff --git a/multimedia/gstreamer1/plugins-base/patches/patch-ext_cdparanoia_gstcdparanoiasrc_c b/multimedia/gstreamer1/plugins-base/patches/patch-ext_cdparanoia_gstcdparanoiasrc_c deleted file mode 100644 index 203fc05..0000000 --- a/multimedia/gstreamer1/plugins-base/patches/patch-ext_cdparanoia_gstcdparanoiasrc_c +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | XXX old cdparanoia-3.a9.8 (cdparanoia-III-9.8) does not have cache control. | ||
| 2 | |||
| 3 | Index: ext/cdparanoia/gstcdparanoiasrc.c | ||
| 4 | --- ext/cdparanoia/gstcdparanoiasrc.c.orig | ||
| 5 | +++ ext/cdparanoia/gstcdparanoiasrc.c | ||
| 6 | @@ -259,6 +259,7 @@ gst_cd_paranoia_src_open (GstAudioCdSrc * audiocdsrc, | ||
| 7 | GST_INFO_OBJECT (src, "search overlap set to %u", src->search_overlap); | ||
| 8 | } | ||
| 9 | |||
| 10 | +#ifdef PARANOIA_CB_CACHEERR | ||
| 11 | cache_size = src->cache_size; | ||
| 12 | if (cache_size == -1) { | ||
| 13 | /* if paranoia mode is low (the default), assume we're doing playback */ | ||
| 14 | @@ -269,6 +270,7 @@ gst_cd_paranoia_src_open (GstAudioCdSrc * audiocdsrc, | ||
| 15 | } | ||
| 16 | paranoia_cachemodel_size (src->p, cache_size); | ||
| 17 | GST_INFO_OBJECT (src, "set cachemodel size to %u", cache_size); | ||
| 18 | +#endif | ||
| 19 | |||
| 20 | src->next_sector = -1; | ||
| 21 | |||
diff --git a/multimedia/gstreamer1/plugins-base/patches/patch-ext_meson_build b/multimedia/gstreamer1/plugins-base/patches/patch-ext_meson_build deleted file mode 100644 index 4943153..0000000 --- a/multimedia/gstreamer1/plugins-base/patches/patch-ext_meson_build +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | Index: ext/meson.build | ||
| 2 | --- ext/meson.build.orig | ||
| 3 | +++ ext/meson.build | ||
| 4 | @@ -1,4 +1,5 @@ | ||
| 5 | subdir('alsa') | ||
| 6 | +subdir('sndio') | ||
| 7 | subdir('cdparanoia') | ||
| 8 | subdir('gl') | ||
| 9 | subdir('libvisual') | ||
diff --git a/multimedia/gstreamer1/plugins-base/patches/patch-gst_tcp_gstmultihandlesink_c b/multimedia/gstreamer1/plugins-base/patches/patch-gst_tcp_gstmultihandlesink_c deleted file mode 100644 index 5f58fae..0000000 --- a/multimedia/gstreamer1/plugins-base/patches/patch-gst_tcp_gstmultihandlesink_c +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | gstmultihandlesink.c:542: error: field 'sa' has incomplete type | ||
| 2 | gstmultihandlesink.c:544: error: field 'sa_stor' has incomplete type | ||
| 3 | |||
| 4 | Index: gst/tcp/gstmultihandlesink.c | ||
| 5 | --- gst/tcp/gstmultihandlesink.c.orig | ||
| 6 | +++ gst/tcp/gstmultihandlesink.c | ||
| 7 | @@ -35,6 +35,7 @@ | ||
| 8 | #endif | ||
| 9 | |||
| 10 | #ifndef G_OS_WIN32 | ||
| 11 | +#include <sys/socket.h> | ||
| 12 | #include <netinet/in.h> | ||
| 13 | #endif | ||
| 14 | |||
diff --git a/multimedia/gstreamer1/plugins-base/patches/patch-meson_options_txt b/multimedia/gstreamer1/plugins-base/patches/patch-meson_options_txt deleted file mode 100644 index 8c276a2..0000000 --- a/multimedia/gstreamer1/plugins-base/patches/patch-meson_options_txt +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | Index: meson_options.txt | ||
| 2 | --- meson_options.txt.orig | ||
| 3 | +++ meson_options.txt | ||
| 4 | @@ -53,6 +53,7 @@ option('volume', type : 'feature', value : 'auto') | ||
| 5 | |||
| 6 | # Feature options for plugins with external deps | ||
| 7 | option('alsa', type : 'feature', value : 'auto', description : 'ALSA audio source/sink plugin') | ||
| 8 | +option('sndio', type : 'feature', value : 'auto', description : 'SNDIO audio source/sink plugin') | ||
| 9 | option('cdparanoia', type : 'feature', value : 'auto', description : 'cdparanoia plugin') | ||
| 10 | option('libvisual', type : 'feature', value : 'auto', description : 'libvisual audio visualization plugin') | ||
| 11 | option('ogg', type : 'feature', value : 'auto', description : 'ogg parser, muxer, demuxer plugin') | ||
diff --git a/multimedia/gstreamer1/plugins-base/pkg/CVS/Entries b/multimedia/gstreamer1/plugins-base/pkg/CVS/Entries deleted file mode 100644 index 2b6eff1..0000000 --- a/multimedia/gstreamer1/plugins-base/pkg/CVS/Entries +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | /DESCR/1.2/Tue Sep 24 18:29:17 2013// | ||
| 2 | /PLIST/1.24/Sat Nov 25 18:20:23 2023// | ||
| 3 | D | ||
diff --git a/multimedia/gstreamer1/plugins-base/pkg/CVS/Repository b/multimedia/gstreamer1/plugins-base/pkg/CVS/Repository deleted file mode 100644 index d7bb637..0000000 --- a/multimedia/gstreamer1/plugins-base/pkg/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/plugins-base/pkg | ||
diff --git a/multimedia/gstreamer1/plugins-base/pkg/DESCR b/multimedia/gstreamer1/plugins-base/pkg/DESCR deleted file mode 100644 index 88226d4..0000000 --- a/multimedia/gstreamer1/plugins-base/pkg/DESCR +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | This is GStreamer, a framework for streaming media. | ||
| 2 | This package contains the "base" elements for gstreamer-${API}. | ||
| 3 | |||
| 4 | A well-groomed and well-maintained collection of GStreamer plug-ins and | ||
| 5 | elements, spanning the range of possible types of elements one would | ||
| 6 | want to write for GStreamer. | ||
diff --git a/multimedia/gstreamer1/plugins-base/pkg/PLIST b/multimedia/gstreamer1/plugins-base/pkg/PLIST deleted file mode 100644 index e3c85de..0000000 --- a/multimedia/gstreamer1/plugins-base/pkg/PLIST +++ /dev/null | |||
| @@ -1,269 +0,0 @@ | |||
| 1 | @conflict gstreamer1-plugins-bad-<1.14.0 | ||
| 2 | include/gstreamer-${API}/ | ||
| 3 | include/gstreamer-${API}/gst/ | ||
| 4 | include/gstreamer-${API}/gst/allocators/ | ||
| 5 | include/gstreamer-${API}/gst/allocators/allocators-prelude.h | ||
| 6 | include/gstreamer-${API}/gst/allocators/allocators.h | ||
| 7 | include/gstreamer-${API}/gst/allocators/gstdmabuf.h | ||
| 8 | include/gstreamer-${API}/gst/allocators/gstfdmemory.h | ||
| 9 | include/gstreamer-${API}/gst/allocators/gstphysmemory.h | ||
| 10 | include/gstreamer-${API}/gst/app/ | ||
| 11 | include/gstreamer-${API}/gst/app/app-enumtypes.h | ||
| 12 | include/gstreamer-${API}/gst/app/app-prelude.h | ||
| 13 | include/gstreamer-${API}/gst/app/app.h | ||
| 14 | include/gstreamer-${API}/gst/app/gstappsink.h | ||
| 15 | include/gstreamer-${API}/gst/app/gstappsrc.h | ||
| 16 | include/gstreamer-${API}/gst/audio/ | ||
| 17 | include/gstreamer-${API}/gst/audio/audio-buffer.h | ||
| 18 | include/gstreamer-${API}/gst/audio/audio-channel-mixer.h | ||
| 19 | include/gstreamer-${API}/gst/audio/audio-channels.h | ||
| 20 | include/gstreamer-${API}/gst/audio/audio-converter.h | ||
| 21 | include/gstreamer-${API}/gst/audio/audio-enumtypes.h | ||
| 22 | include/gstreamer-${API}/gst/audio/audio-format.h | ||
| 23 | include/gstreamer-${API}/gst/audio/audio-info.h | ||
| 24 | include/gstreamer-${API}/gst/audio/audio-prelude.h | ||
| 25 | include/gstreamer-${API}/gst/audio/audio-quantize.h | ||
| 26 | include/gstreamer-${API}/gst/audio/audio-resampler.h | ||
| 27 | include/gstreamer-${API}/gst/audio/audio.h | ||
| 28 | include/gstreamer-${API}/gst/audio/gstaudioaggregator.h | ||
| 29 | include/gstreamer-${API}/gst/audio/gstaudiobasesink.h | ||
| 30 | include/gstreamer-${API}/gst/audio/gstaudiobasesrc.h | ||
| 31 | include/gstreamer-${API}/gst/audio/gstaudiocdsrc.h | ||
| 32 | include/gstreamer-${API}/gst/audio/gstaudioclock.h | ||
| 33 | include/gstreamer-${API}/gst/audio/gstaudiodecoder.h | ||
| 34 | include/gstreamer-${API}/gst/audio/gstaudioencoder.h | ||
| 35 | include/gstreamer-${API}/gst/audio/gstaudiofilter.h | ||
| 36 | include/gstreamer-${API}/gst/audio/gstaudioiec61937.h | ||
| 37 | include/gstreamer-${API}/gst/audio/gstaudiometa.h | ||
| 38 | include/gstreamer-${API}/gst/audio/gstaudioringbuffer.h | ||
| 39 | include/gstreamer-${API}/gst/audio/gstaudiosink.h | ||
| 40 | include/gstreamer-${API}/gst/audio/gstaudiosrc.h | ||
| 41 | include/gstreamer-${API}/gst/audio/gstaudiostreamalign.h | ||
| 42 | include/gstreamer-${API}/gst/audio/streamvolume.h | ||
| 43 | include/gstreamer-${API}/gst/fft/ | ||
| 44 | include/gstreamer-${API}/gst/fft/fft-prelude.h | ||
| 45 | include/gstreamer-${API}/gst/fft/fft.h | ||
| 46 | include/gstreamer-${API}/gst/fft/gstfft.h | ||
| 47 | include/gstreamer-${API}/gst/fft/gstfftf32.h | ||
| 48 | include/gstreamer-${API}/gst/fft/gstfftf64.h | ||
| 49 | include/gstreamer-${API}/gst/fft/gstffts16.h | ||
| 50 | include/gstreamer-${API}/gst/fft/gstffts32.h | ||
| 51 | include/gstreamer-${API}/gst/gl/ | ||
| 52 | include/gstreamer-${API}/gst/gl/egl/ | ||
| 53 | include/gstreamer-${API}/gst/gl/egl/egl.h | ||
| 54 | include/gstreamer-${API}/gst/gl/egl/gstegl.h | ||
| 55 | include/gstreamer-${API}/gst/gl/egl/gsteglimage.h | ||
| 56 | include/gstreamer-${API}/gst/gl/egl/gstgldisplay_egl.h | ||
| 57 | include/gstreamer-${API}/gst/gl/egl/gstgldisplay_egl_device.h | ||
| 58 | include/gstreamer-${API}/gst/gl/egl/gstglmemoryegl.h | ||
| 59 | include/gstreamer-${API}/gst/gl/gl-enumtypes.h | ||
| 60 | include/gstreamer-${API}/gst/gl/gl-prelude.h | ||
| 61 | include/gstreamer-${API}/gst/gl/gl.h | ||
| 62 | include/gstreamer-${API}/gst/gl/glprototypes/ | ||
| 63 | include/gstreamer-${API}/gst/gl/glprototypes/all_functions.h | ||
| 64 | include/gstreamer-${API}/gst/gl/glprototypes/base.h | ||
| 65 | include/gstreamer-${API}/gst/gl/glprototypes/blending.h | ||
| 66 | include/gstreamer-${API}/gst/gl/glprototypes/buffer_storage.h | ||
| 67 | include/gstreamer-${API}/gst/gl/glprototypes/buffers.h | ||
| 68 | include/gstreamer-${API}/gst/gl/glprototypes/debug.h | ||
| 69 | include/gstreamer-${API}/gst/gl/glprototypes/eglimage.h | ||
| 70 | include/gstreamer-${API}/gst/gl/glprototypes/fbo.h | ||
| 71 | include/gstreamer-${API}/gst/gl/glprototypes/fixedfunction.h | ||
| 72 | include/gstreamer-${API}/gst/gl/glprototypes/gles.h | ||
| 73 | include/gstreamer-${API}/gst/gl/glprototypes/gstgl_compat.h | ||
| 74 | include/gstreamer-${API}/gst/gl/glprototypes/gstgl_gles2compat.h | ||
| 75 | include/gstreamer-${API}/gst/gl/glprototypes/opengl.h | ||
| 76 | include/gstreamer-${API}/gst/gl/glprototypes/query.h | ||
| 77 | include/gstreamer-${API}/gst/gl/glprototypes/shaders.h | ||
| 78 | include/gstreamer-${API}/gst/gl/glprototypes/sync.h | ||
| 79 | include/gstreamer-${API}/gst/gl/glprototypes/vao.h | ||
| 80 | include/gstreamer-${API}/gst/gl/gstgl_enums.h | ||
| 81 | include/gstreamer-${API}/gst/gl/gstgl_fwd.h | ||
| 82 | include/gstreamer-${API}/gst/gl/gstglapi.h | ||
| 83 | include/gstreamer-${API}/gst/gl/gstglbasefilter.h | ||
| 84 | include/gstreamer-${API}/gst/gl/gstglbasememory.h | ||
| 85 | include/gstreamer-${API}/gst/gl/gstglbasesrc.h | ||
| 86 | include/gstreamer-${API}/gst/gl/gstglbuffer.h | ||
| 87 | include/gstreamer-${API}/gst/gl/gstglbufferpool.h | ||
| 88 | include/gstreamer-${API}/gst/gl/gstglcolorconvert.h | ||
| 89 | include/gstreamer-${API}/gst/gl/gstglcontext.h | ||
| 90 | include/gstreamer-${API}/gst/gl/gstglcontextconfig.h | ||
| 91 | include/gstreamer-${API}/gst/gl/gstgldebug.h | ||
| 92 | include/gstreamer-${API}/gst/gl/gstgldisplay.h | ||
| 93 | include/gstreamer-${API}/gst/gl/gstglfeature.h | ||
| 94 | include/gstreamer-${API}/gst/gl/gstglfilter.h | ||
| 95 | include/gstreamer-${API}/gst/gl/gstglformat.h | ||
| 96 | include/gstreamer-${API}/gst/gl/gstglframebuffer.h | ||
| 97 | include/gstreamer-${API}/gst/gl/gstglfuncs.h | ||
| 98 | include/gstreamer-${API}/gst/gl/gstglmemory.h | ||
| 99 | include/gstreamer-${API}/gst/gl/gstglmemorypbo.h | ||
| 100 | include/gstreamer-${API}/gst/gl/gstgloverlaycompositor.h | ||
| 101 | include/gstreamer-${API}/gst/gl/gstglquery.h | ||
| 102 | include/gstreamer-${API}/gst/gl/gstglrenderbuffer.h | ||
| 103 | include/gstreamer-${API}/gst/gl/gstglshader.h | ||
| 104 | include/gstreamer-${API}/gst/gl/gstglshaderstrings.h | ||
| 105 | include/gstreamer-${API}/gst/gl/gstglsl.h | ||
| 106 | include/gstreamer-${API}/gst/gl/gstglslstage.h | ||
| 107 | include/gstreamer-${API}/gst/gl/gstglsyncmeta.h | ||
| 108 | include/gstreamer-${API}/gst/gl/gstglupload.h | ||
| 109 | include/gstreamer-${API}/gst/gl/gstglutils.h | ||
| 110 | include/gstreamer-${API}/gst/gl/gstglviewconvert.h | ||
| 111 | include/gstreamer-${API}/gst/gl/gstglwindow.h | ||
| 112 | include/gstreamer-${API}/gst/gl/x11/ | ||
| 113 | include/gstreamer-${API}/gst/gl/x11/gstgldisplay_x11.h | ||
| 114 | include/gstreamer-${API}/gst/gl/x11/x11.h | ||
| 115 | include/gstreamer-${API}/gst/pbutils/ | ||
| 116 | include/gstreamer-${API}/gst/pbutils/codec-utils.h | ||
| 117 | include/gstreamer-${API}/gst/pbutils/descriptions.h | ||
| 118 | include/gstreamer-${API}/gst/pbutils/encoding-profile.h | ||
| 119 | include/gstreamer-${API}/gst/pbutils/encoding-target.h | ||
| 120 | include/gstreamer-${API}/gst/pbutils/gstaudiovisualizer.h | ||
| 121 | include/gstreamer-${API}/gst/pbutils/gstdiscoverer.h | ||
| 122 | include/gstreamer-${API}/gst/pbutils/gstpluginsbaseversion.h | ||
| 123 | include/gstreamer-${API}/gst/pbutils/install-plugins.h | ||
| 124 | include/gstreamer-${API}/gst/pbutils/missing-plugins.h | ||
| 125 | include/gstreamer-${API}/gst/pbutils/pbutils-enumtypes.h | ||
| 126 | include/gstreamer-${API}/gst/pbutils/pbutils-prelude.h | ||
| 127 | include/gstreamer-${API}/gst/pbutils/pbutils.h | ||
| 128 | include/gstreamer-${API}/gst/riff/ | ||
| 129 | include/gstreamer-${API}/gst/riff/riff-ids.h | ||
| 130 | include/gstreamer-${API}/gst/riff/riff-media.h | ||
| 131 | include/gstreamer-${API}/gst/riff/riff-prelude.h | ||
| 132 | include/gstreamer-${API}/gst/riff/riff-read.h | ||
| 133 | include/gstreamer-${API}/gst/riff/riff.h | ||
| 134 | include/gstreamer-${API}/gst/rtp/ | ||
| 135 | include/gstreamer-${API}/gst/rtp/gstrtcpbuffer.h | ||
| 136 | include/gstreamer-${API}/gst/rtp/gstrtp-enumtypes.h | ||
| 137 | include/gstreamer-${API}/gst/rtp/gstrtpbaseaudiopayload.h | ||
| 138 | include/gstreamer-${API}/gst/rtp/gstrtpbasedepayload.h | ||
| 139 | include/gstreamer-${API}/gst/rtp/gstrtpbasepayload.h | ||
| 140 | include/gstreamer-${API}/gst/rtp/gstrtpbuffer.h | ||
| 141 | include/gstreamer-${API}/gst/rtp/gstrtpdefs.h | ||
| 142 | include/gstreamer-${API}/gst/rtp/gstrtphdrext.h | ||
| 143 | include/gstreamer-${API}/gst/rtp/gstrtpmeta.h | ||
| 144 | include/gstreamer-${API}/gst/rtp/gstrtppayloads.h | ||
| 145 | include/gstreamer-${API}/gst/rtp/rtp-prelude.h | ||
| 146 | include/gstreamer-${API}/gst/rtp/rtp.h | ||
| 147 | include/gstreamer-${API}/gst/rtsp/ | ||
| 148 | include/gstreamer-${API}/gst/rtsp/gstrtsp-enumtypes.h | ||
| 149 | include/gstreamer-${API}/gst/rtsp/gstrtsp.h | ||
| 150 | include/gstreamer-${API}/gst/rtsp/gstrtspconnection.h | ||
| 151 | include/gstreamer-${API}/gst/rtsp/gstrtspdefs.h | ||
| 152 | include/gstreamer-${API}/gst/rtsp/gstrtspextension.h | ||
| 153 | include/gstreamer-${API}/gst/rtsp/gstrtspmessage.h | ||
| 154 | include/gstreamer-${API}/gst/rtsp/gstrtsprange.h | ||
| 155 | include/gstreamer-${API}/gst/rtsp/gstrtsptransport.h | ||
| 156 | include/gstreamer-${API}/gst/rtsp/gstrtspurl.h | ||
| 157 | include/gstreamer-${API}/gst/rtsp/rtsp-prelude.h | ||
| 158 | include/gstreamer-${API}/gst/rtsp/rtsp.h | ||
| 159 | include/gstreamer-${API}/gst/sdp/ | ||
| 160 | include/gstreamer-${API}/gst/sdp/gstmikey.h | ||
| 161 | include/gstreamer-${API}/gst/sdp/gstsdp.h | ||
| 162 | include/gstreamer-${API}/gst/sdp/gstsdpmessage.h | ||
| 163 | include/gstreamer-${API}/gst/sdp/sdp-prelude.h | ||
| 164 | include/gstreamer-${API}/gst/sdp/sdp.h | ||
| 165 | include/gstreamer-${API}/gst/tag/ | ||
| 166 | include/gstreamer-${API}/gst/tag/gsttagdemux.h | ||
| 167 | include/gstreamer-${API}/gst/tag/gsttagmux.h | ||
| 168 | include/gstreamer-${API}/gst/tag/tag-enumtypes.h | ||
| 169 | include/gstreamer-${API}/gst/tag/tag-prelude.h | ||
| 170 | include/gstreamer-${API}/gst/tag/tag.h | ||
| 171 | include/gstreamer-${API}/gst/tag/xmpwriter.h | ||
| 172 | include/gstreamer-${API}/gst/video/ | ||
| 173 | include/gstreamer-${API}/gst/video/colorbalance.h | ||
| 174 | include/gstreamer-${API}/gst/video/colorbalancechannel.h | ||
| 175 | include/gstreamer-${API}/gst/video/gstvideoaffinetransformationmeta.h | ||
| 176 | include/gstreamer-${API}/gst/video/gstvideoaggregator.h | ||
| 177 | include/gstreamer-${API}/gst/video/gstvideocodecalphameta.h | ||
| 178 | include/gstreamer-${API}/gst/video/gstvideodecoder.h | ||
| 179 | include/gstreamer-${API}/gst/video/gstvideoencoder.h | ||
| 180 | include/gstreamer-${API}/gst/video/gstvideofilter.h | ||
| 181 | include/gstreamer-${API}/gst/video/gstvideometa.h | ||
| 182 | include/gstreamer-${API}/gst/video/gstvideopool.h | ||
| 183 | include/gstreamer-${API}/gst/video/gstvideosink.h | ||
| 184 | include/gstreamer-${API}/gst/video/gstvideotimecode.h | ||
| 185 | include/gstreamer-${API}/gst/video/gstvideoutils.h | ||
| 186 | include/gstreamer-${API}/gst/video/navigation.h | ||
| 187 | include/gstreamer-${API}/gst/video/video-anc.h | ||
| 188 | include/gstreamer-${API}/gst/video/video-blend.h | ||
| 189 | include/gstreamer-${API}/gst/video/video-chroma.h | ||
| 190 | include/gstreamer-${API}/gst/video/video-color.h | ||
| 191 | include/gstreamer-${API}/gst/video/video-converter.h | ||
| 192 | include/gstreamer-${API}/gst/video/video-dither.h | ||
| 193 | include/gstreamer-${API}/gst/video/video-enumtypes.h | ||
| 194 | include/gstreamer-${API}/gst/video/video-event.h | ||
| 195 | include/gstreamer-${API}/gst/video/video-format.h | ||
| 196 | include/gstreamer-${API}/gst/video/video-frame.h | ||
| 197 | include/gstreamer-${API}/gst/video/video-hdr.h | ||
| 198 | include/gstreamer-${API}/gst/video/video-info.h | ||
| 199 | include/gstreamer-${API}/gst/video/video-multiview.h | ||
| 200 | include/gstreamer-${API}/gst/video/video-overlay-composition.h | ||
| 201 | include/gstreamer-${API}/gst/video/video-prelude.h | ||
| 202 | include/gstreamer-${API}/gst/video/video-resampler.h | ||
| 203 | include/gstreamer-${API}/gst/video/video-scaler.h | ||
| 204 | include/gstreamer-${API}/gst/video/video-sei.h | ||
| 205 | include/gstreamer-${API}/gst/video/video-tile.h | ||
| 206 | include/gstreamer-${API}/gst/video/video.h | ||
| 207 | include/gstreamer-${API}/gst/video/videodirection.h | ||
| 208 | include/gstreamer-${API}/gst/video/videoorientation.h | ||
| 209 | include/gstreamer-${API}/gst/video/videooverlay.h | ||
| 210 | lib/gstreamer-${API}/ | ||
| 211 | lib/gstreamer-${API}/include/ | ||
| 212 | lib/gstreamer-${API}/include/gst/ | ||
| 213 | lib/gstreamer-${API}/include/gst/gl/ | ||
| 214 | lib/gstreamer-${API}/include/gst/gl/gstglconfig.h | ||
| 215 | @so lib/gstreamer-${API}/libgstadder.so | ||
| 216 | @so lib/gstreamer-${API}/libgstapp.so | ||
| 217 | @so lib/gstreamer-${API}/libgstaudioconvert.so | ||
| 218 | @so lib/gstreamer-${API}/libgstaudiomixer.so | ||
| 219 | @so lib/gstreamer-${API}/libgstaudiorate.so | ||
| 220 | @so lib/gstreamer-${API}/libgstaudioresample.so | ||
| 221 | @so lib/gstreamer-${API}/libgstaudiotestsrc.so | ||
| 222 | @so lib/gstreamer-${API}/libgstcompositor.so | ||
| 223 | @so lib/gstreamer-${API}/libgstencoding.so | ||
| 224 | @so lib/gstreamer-${API}/libgstopengl.so | ||
| 225 | @so lib/gstreamer-${API}/libgstoverlaycomposition.so | ||
| 226 | @so lib/gstreamer-${API}/libgstpbtypes.so | ||
| 227 | @so lib/gstreamer-${API}/libgstplayback.so | ||
| 228 | @so lib/gstreamer-${API}/libgstrawparse.so | ||
| 229 | @so lib/gstreamer-${API}/libgstsndio.so | ||
| 230 | @so lib/gstreamer-${API}/libgstsubparse.so | ||
| 231 | @so lib/gstreamer-${API}/libgsttcp.so | ||
| 232 | @so lib/gstreamer-${API}/libgsttypefindfunctions.so | ||
| 233 | @so lib/gstreamer-${API}/libgstvideoconvertscale.so | ||
| 234 | @so lib/gstreamer-${API}/libgstvideorate.so | ||
| 235 | @so lib/gstreamer-${API}/libgstvideotestsrc.so | ||
| 236 | @so lib/gstreamer-${API}/libgstvolume.so | ||
| 237 | @so lib/gstreamer-${API}/libgstximagesink.so | ||
| 238 | @so lib/gstreamer-${API}/libgstxvimagesink.so | ||
| 239 | @lib lib/libgstallocators-${API}.so.${LIBgstallocators-${API}_VERSION} | ||
| 240 | @lib lib/libgstapp-${API}.so.${LIBgstapp-${API}_VERSION} | ||
| 241 | @lib lib/libgstaudio-${API}.so.${LIBgstaudio-${API}_VERSION} | ||
| 242 | @lib lib/libgstfft-${API}.so.${LIBgstfft-${API}_VERSION} | ||
| 243 | @lib lib/libgstgl-${API}.so.${LIBgstgl-${API}_VERSION} | ||
| 244 | @lib lib/libgstpbutils-${API}.so.${LIBgstpbutils-${API}_VERSION} | ||
| 245 | @lib lib/libgstriff-${API}.so.${LIBgstriff-${API}_VERSION} | ||
| 246 | @lib lib/libgstrtp-${API}.so.${LIBgstrtp-${API}_VERSION} | ||
| 247 | @lib lib/libgstrtsp-${API}.so.${LIBgstrtsp-${API}_VERSION} | ||
| 248 | @lib lib/libgstsdp-${API}.so.${LIBgstsdp-${API}_VERSION} | ||
| 249 | @lib lib/libgsttag-${API}.so.${LIBgsttag-${API}_VERSION} | ||
| 250 | @lib lib/libgstvideo-${API}.so.${LIBgstvideo-${API}_VERSION} | ||
| 251 | lib/pkgconfig/gstreamer-allocators-${API}.pc | ||
| 252 | lib/pkgconfig/gstreamer-app-${API}.pc | ||
| 253 | lib/pkgconfig/gstreamer-audio-${API}.pc | ||
| 254 | lib/pkgconfig/gstreamer-fft-${API}.pc | ||
| 255 | lib/pkgconfig/gstreamer-gl-${API}.pc | ||
| 256 | lib/pkgconfig/gstreamer-gl-egl-${API}.pc | ||
| 257 | lib/pkgconfig/gstreamer-gl-prototypes-${API}.pc | ||
| 258 | lib/pkgconfig/gstreamer-gl-x11-${API}.pc | ||
| 259 | lib/pkgconfig/gstreamer-pbutils-${API}.pc | ||
| 260 | lib/pkgconfig/gstreamer-plugins-base-${API}.pc | ||
| 261 | lib/pkgconfig/gstreamer-riff-${API}.pc | ||
| 262 | lib/pkgconfig/gstreamer-rtp-${API}.pc | ||
| 263 | lib/pkgconfig/gstreamer-rtsp-${API}.pc | ||
| 264 | lib/pkgconfig/gstreamer-sdp-${API}.pc | ||
| 265 | lib/pkgconfig/gstreamer-tag-${API}.pc | ||
| 266 | lib/pkgconfig/gstreamer-video-${API}.pc | ||
| 267 | share/gst-plugins-base/ | ||
| 268 | share/gst-plugins-base/${API}/ | ||
| 269 | share/gst-plugins-base/${API}/license-translations.dict | ||
diff --git a/multimedia/gstreamer1/plugins-good/CVS/Entries b/multimedia/gstreamer1/plugins-good/CVS/Entries deleted file mode 100644 index c80a078..0000000 --- a/multimedia/gstreamer1/plugins-good/CVS/Entries +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | D/pkg//// | ||
| 2 | D/patches//// | ||
| 3 | /distinfo/1.71/Wed Feb 14 18:21:07 2024// | ||
| 4 | /Makefile/1.80/Mon Feb 26 08:19:16 2024// | ||
diff --git a/multimedia/gstreamer1/plugins-good/CVS/Repository b/multimedia/gstreamer1/plugins-good/CVS/Repository deleted file mode 100644 index e372314..0000000 --- a/multimedia/gstreamer1/plugins-good/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/plugins-good | ||
diff --git a/multimedia/gstreamer1/plugins-good/Makefile b/multimedia/gstreamer1/plugins-good/Makefile deleted file mode 100644 index 04ce1f7..0000000 --- a/multimedia/gstreamer1/plugins-good/Makefile +++ /dev/null | |||
| @@ -1,42 +0,0 @@ | |||
| 1 | COMMENT= good elements for GStreamer | ||
| 2 | |||
| 3 | DISTNAME= gst-plugins-good-${V} | ||
| 4 | PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-good-${V} | ||
| 5 | REVISION= 0 | ||
| 6 | |||
| 7 | SITES= ${SITE_GST:=gst-plugins-good/} | ||
| 8 | |||
| 9 | WANTLIB += glib-2.0 gobject-2.0 gstaudio-1.0 gstbase-1.0 gstreamer-1.0 | ||
| 10 | WANTLIB += intl | ||
| 11 | WANTLIB += ${COMPILER_LIBCXX} X11 Xdamage Xext Xfixes | ||
| 12 | WANTLIB += gio-2.0 gmodule-2.0 | ||
| 13 | WANTLIB += gstallocators-1.0 gstfft-1.0 gstgl-1.0 gstnet-1.0 gstpbutils-1.0 | ||
| 14 | WANTLIB += gstriff-1.0 gstrtp-1.0 gstrtsp-1.0 gstsdp-1.0 gsttag-1.0 | ||
| 15 | WANTLIB += gstvideo-1.0 m z | ||
| 16 | |||
| 17 | LIB_DEPENDS= ${P}/plugins-base=${V} | ||
| 18 | |||
| 19 | # dlopen() | ||
| 20 | #WANTLIB += soup-3.0 | ||
| 21 | #BUILD_DEPENDS += devel/libsoup3 | ||
| 22 | #RUN_DEPENDS += devel/libsoup3 | ||
| 23 | |||
| 24 | DISABLED += adaptivedemux2 aalib bz2 cairo directsound dv dv1394 flac gdk-pixbuf | ||
| 25 | DISABLED += gtk3 jack jpeg lame libcaca mpg123 oss oss4 png pulse shout2 speex | ||
| 26 | DISABLED += osxaudio osxvideo waveform taglib twolame vpx wavpack rpicamsrc | ||
| 27 | DISABLED += ximagesrc soup qt-egl qt-wayland qt-x11 qt5 qt6 v4l2 examples tests | ||
| 28 | DISABLED += nls orc | ||
| 29 | |||
| 30 | CONFIGURE_ARGS = -Dhls-crypto=openssl | ||
| 31 | |||
| 32 | .for d in ${DISABLED} | ||
| 33 | CONFIGURE_ARGS += -D${d}=disabled | ||
| 34 | .endfor | ||
| 35 | |||
| 36 | .if ${MACHINE_ARCH} == "amd64" | ||
| 37 | BUILD_DEPENDS += devel/nasm | ||
| 38 | .endif | ||
| 39 | |||
| 40 | DEBUG_PACKAGES= ${BUILD_PACKAGES} | ||
| 41 | |||
| 42 | .include <bsd.port.mk> | ||
diff --git a/multimedia/gstreamer1/plugins-good/distinfo b/multimedia/gstreamer1/plugins-good/distinfo deleted file mode 100644 index 6e5a444..0000000 --- a/multimedia/gstreamer1/plugins-good/distinfo +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | SHA256 (gstreamer/gst-plugins-good-1.22.10.tar.xz) = 90j+rpIsrWLyAQKoSt6PQreOHkSjSGaqPqdm+RcuHH8= | ||
| 2 | SIZE (gstreamer/gst-plugins-good-1.22.10.tar.xz) = 2840828 | ||
diff --git a/multimedia/gstreamer1/plugins-good/patches/CVS/Entries b/multimedia/gstreamer1/plugins-good/patches/CVS/Entries deleted file mode 100644 index d450936..0000000 --- a/multimedia/gstreamer1/plugins-good/patches/CVS/Entries +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | /patch-ext_soup_gstsouploader_c/1.6/Wed Jan 25 18:20:48 2023// | ||
| 2 | /patch-sys_v4l2_v4l2_calls_c/1.5/Wed Jun 21 17:20:01 2023// | ||
| 3 | /patch-gst_deinterlace_x86_x86inc_asm/1.1/Mon Feb 26 04:49:46 2024// | ||
| 4 | D | ||
diff --git a/multimedia/gstreamer1/plugins-good/patches/CVS/Repository b/multimedia/gstreamer1/plugins-good/patches/CVS/Repository deleted file mode 100644 index e83764f..0000000 --- a/multimedia/gstreamer1/plugins-good/patches/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/plugins-good/patches | ||
diff --git a/multimedia/gstreamer1/plugins-good/patches/patch-ext_soup_gstsouploader_c b/multimedia/gstreamer1/plugins-good/patches/patch-ext_soup_gstsouploader_c deleted file mode 100644 index 62ed903..0000000 --- a/multimedia/gstreamer1/plugins-good/patches/patch-ext_soup_gstsouploader_c +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | Index: ext/soup/gstsouploader.c | ||
| 2 | --- ext/soup/gstsouploader.c.orig | ||
| 3 | +++ ext/soup/gstsouploader.c | ||
| 4 | @@ -46,8 +46,8 @@ GST_DEBUG_CATEGORY (gst_soup_debug); | ||
| 5 | #define LIBSOUP_3_SONAME "libsoup-3.0.0.dylib" | ||
| 6 | #define LIBSOUP_2_SONAME "libsoup-2.4.1.dylib" | ||
| 7 | #else | ||
| 8 | -#define LIBSOUP_3_SONAME "libsoup-3.0.so.0" | ||
| 9 | -#define LIBSOUP_2_SONAME "libsoup-2.4.so.1" | ||
| 10 | +#define LIBSOUP_3_SONAME "libsoup-3.0.so" | ||
| 11 | +#define LIBSOUP_2_SONAME "libsoup-2.4.so" | ||
| 12 | #endif | ||
| 13 | |||
| 14 | |||
diff --git a/multimedia/gstreamer1/plugins-good/patches/patch-gst_deinterlace_x86_x86inc_asm b/multimedia/gstreamer1/plugins-good/patches/patch-gst_deinterlace_x86_x86inc_asm deleted file mode 100644 index c8b38e9..0000000 --- a/multimedia/gstreamer1/plugins-good/patches/patch-gst_deinterlace_x86_x86inc_asm +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | Index: gst/deinterlace/x86/x86inc.asm | ||
| 2 | --- gst/deinterlace/x86/x86inc.asm.orig | ||
| 3 | +++ gst/deinterlace/x86/x86inc.asm | ||
| 4 | @@ -732,6 +732,9 @@ BRANCH_INSTR jz, je, jnz, jne, jl, jle, jnl, jnle, jg, | ||
| 5 | %endif | ||
| 6 | align function_align | ||
| 7 | %2: | ||
| 8 | + %if ARCH_X86_64 | ||
| 9 | + endbr64 | ||
| 10 | + %endif | ||
| 11 | RESET_MM_PERMUTATION ; needed for x86-64, also makes disassembly somewhat nicer | ||
| 12 | %xdefine rstk rsp ; copy of the original stack pointer, used when greater alignment than the known stack alignment is required | ||
| 13 | %assign stack_offset 0 ; stack pointer offset relative to the return address | ||
diff --git a/multimedia/gstreamer1/plugins-good/patches/patch-sys_v4l2_v4l2_calls_c b/multimedia/gstreamer1/plugins-good/patches/patch-sys_v4l2_v4l2_calls_c deleted file mode 100644 index 2d84e48..0000000 --- a/multimedia/gstreamer1/plugins-good/patches/patch-sys_v4l2_v4l2_calls_c +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | Index: sys/v4l2/v4l2_calls.c | ||
| 2 | --- sys/v4l2/v4l2_calls.c.orig | ||
| 3 | +++ sys/v4l2/v4l2_calls.c | ||
| 4 | @@ -1333,14 +1333,18 @@ gst_v4l2_query_dv_timings (GstV4l2Object * v4l2object, | ||
| 5 | |||
| 6 | if (ret < 0) { | ||
| 7 | switch (errno) { | ||
| 8 | +#ifdef ENODATA | ||
| 9 | case ENODATA: | ||
| 10 | GST_DEBUG_OBJECT (v4l2object->dbg_obj, | ||
| 11 | "QUERY_DV_TIMINGS not supported for this input/output"); | ||
| 12 | break; | ||
| 13 | +#endif | ||
| 14 | +#ifdef ENOLINK | ||
| 15 | case ENOLINK: | ||
| 16 | GST_DEBUG_OBJECT (v4l2object->dbg_obj, | ||
| 17 | "No timings could be detected because no signal was found."); | ||
| 18 | break; | ||
| 19 | +#endif | ||
| 20 | case ENOLCK: | ||
| 21 | GST_INFO_OBJECT (v4l2object->dbg_obj, | ||
| 22 | "The signal was unstable and the hardware could not lock on to it."); | ||
diff --git a/multimedia/gstreamer1/plugins-good/pkg/CVS/Entries b/multimedia/gstreamer1/plugins-good/pkg/CVS/Entries deleted file mode 100644 index d8470b4..0000000 --- a/multimedia/gstreamer1/plugins-good/pkg/CVS/Entries +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | /DESCR-main/1.2/Tue Sep 24 18:29:48 2013// | ||
| 2 | /DESCR-pulse/1.2/Tue Sep 24 18:29:48 2013// | ||
| 3 | /PLIST-pulse/1.5/Sat Mar 12 08:17:10 2022// | ||
| 4 | /PLIST-main/1.23/Wed Jan 25 18:20:48 2023// | ||
| 5 | D | ||
diff --git a/multimedia/gstreamer1/plugins-good/pkg/CVS/Repository b/multimedia/gstreamer1/plugins-good/pkg/CVS/Repository deleted file mode 100644 index 3531def..0000000 --- a/multimedia/gstreamer1/plugins-good/pkg/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/plugins-good/pkg | ||
diff --git a/multimedia/gstreamer1/plugins-good/pkg/DESCR b/multimedia/gstreamer1/plugins-good/pkg/DESCR deleted file mode 100644 index 5990c15..0000000 --- a/multimedia/gstreamer1/plugins-good/pkg/DESCR +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | This is GStreamer, a framework for streaming media. | ||
| 2 | This package contains the "good" elements for gstreamer-${API}. | ||
| 3 | |||
| 4 | "Such ingratitude. After all the times I've saved your life." | ||
| 5 | |||
| 6 | A collection of plug-ins you'd want to have right next to you on the | ||
| 7 | battlefield. Shooting sharp and making no mistakes, these plug-ins have | ||
| 8 | it all: good looks, good code, and good licensing. Documented and | ||
| 9 | dressed up in tests. If you're looking for a role model to base your | ||
| 10 | own plug-in on, here it is. | ||
diff --git a/multimedia/gstreamer1/plugins-good/pkg/PLIST b/multimedia/gstreamer1/plugins-good/pkg/PLIST deleted file mode 100644 index c2a7d07..0000000 --- a/multimedia/gstreamer1/plugins-good/pkg/PLIST +++ /dev/null | |||
| @@ -1,53 +0,0 @@ | |||
| 1 | lib/gstreamer-${API}/ | ||
| 2 | @so lib/gstreamer-${API}/libgstalaw.so | ||
| 3 | @so lib/gstreamer-${API}/libgstalpha.so | ||
| 4 | @so lib/gstreamer-${API}/libgstalphacolor.so | ||
| 5 | @so lib/gstreamer-${API}/libgstapetag.so | ||
| 6 | @so lib/gstreamer-${API}/libgstaudiofx.so | ||
| 7 | @so lib/gstreamer-${API}/libgstaudioparsers.so | ||
| 8 | @so lib/gstreamer-${API}/libgstauparse.so | ||
| 9 | @so lib/gstreamer-${API}/libgstautodetect.so | ||
| 10 | @so lib/gstreamer-${API}/libgstavi.so | ||
| 11 | @so lib/gstreamer-${API}/libgstcutter.so | ||
| 12 | @so lib/gstreamer-${API}/libgstdebug.so | ||
| 13 | @so lib/gstreamer-${API}/libgstdeinterlace.so | ||
| 14 | @so lib/gstreamer-${API}/libgstdtmf.so | ||
| 15 | @so lib/gstreamer-${API}/libgsteffectv.so | ||
| 16 | @so lib/gstreamer-${API}/libgstequalizer.so | ||
| 17 | @so lib/gstreamer-${API}/libgstflv.so | ||
| 18 | @so lib/gstreamer-${API}/libgstflxdec.so | ||
| 19 | @so lib/gstreamer-${API}/libgstgoom.so | ||
| 20 | @so lib/gstreamer-${API}/libgstgoom2k1.so | ||
| 21 | @so lib/gstreamer-${API}/libgsticydemux.so | ||
| 22 | @so lib/gstreamer-${API}/libgstid3demux.so | ||
| 23 | @so lib/gstreamer-${API}/libgstimagefreeze.so | ||
| 24 | @so lib/gstreamer-${API}/libgstinterleave.so | ||
| 25 | @so lib/gstreamer-${API}/libgstisomp4.so | ||
| 26 | @so lib/gstreamer-${API}/libgstlevel.so | ||
| 27 | @so lib/gstreamer-${API}/libgstmatroska.so | ||
| 28 | @so lib/gstreamer-${API}/libgstmonoscope.so | ||
| 29 | @so lib/gstreamer-${API}/libgstmulaw.so | ||
| 30 | @so lib/gstreamer-${API}/libgstmultifile.so | ||
| 31 | @so lib/gstreamer-${API}/libgstmultipart.so | ||
| 32 | @so lib/gstreamer-${API}/libgstnavigationtest.so | ||
| 33 | @so lib/gstreamer-${API}/libgstreplaygain.so | ||
| 34 | @so lib/gstreamer-${API}/libgstrtp.so | ||
| 35 | @so lib/gstreamer-${API}/libgstrtpmanager.so | ||
| 36 | @so lib/gstreamer-${API}/libgstrtsp.so | ||
| 37 | @so lib/gstreamer-${API}/libgstshapewipe.so | ||
| 38 | @so lib/gstreamer-${API}/libgstsmpte.so | ||
| 39 | @so lib/gstreamer-${API}/libgstspectrum.so | ||
| 40 | @so lib/gstreamer-${API}/libgstudp.so | ||
| 41 | @so lib/gstreamer-${API}/libgstvideobox.so | ||
| 42 | @so lib/gstreamer-${API}/libgstvideocrop.so | ||
| 43 | @so lib/gstreamer-${API}/libgstvideofilter.so | ||
| 44 | @so lib/gstreamer-${API}/libgstvideomixer.so | ||
| 45 | @so lib/gstreamer-${API}/libgstwavenc.so | ||
| 46 | @so lib/gstreamer-${API}/libgstwavparse.so | ||
| 47 | @so lib/gstreamer-${API}/libgstxingmux.so | ||
| 48 | @so lib/gstreamer-${API}/libgsty4menc.so | ||
| 49 | share/gstreamer-${API}/ | ||
| 50 | share/gstreamer-${API}/presets/ | ||
| 51 | share/gstreamer-${API}/presets/GstIirEqualizer10Bands.prs | ||
| 52 | share/gstreamer-${API}/presets/GstIirEqualizer3Bands.prs | ||
| 53 | share/gstreamer-${API}/presets/GstQTMux.prs | ||
diff --git a/multimedia/gstreamer1/plugins-libav/CVS/Entries b/multimedia/gstreamer1/plugins-libav/CVS/Entries deleted file mode 100644 index ffb31eb..0000000 --- a/multimedia/gstreamer1/plugins-libav/CVS/Entries +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | D/pkg//// | ||
| 2 | /Makefile/1.47/Wed Sep 27 17:17:54 2023// | ||
| 3 | /distinfo/1.70/Wed Feb 14 18:21:07 2024// | ||
diff --git a/multimedia/gstreamer1/plugins-libav/CVS/Repository b/multimedia/gstreamer1/plugins-libav/CVS/Repository deleted file mode 100644 index c4bcf20..0000000 --- a/multimedia/gstreamer1/plugins-libav/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/plugins-libav | ||
diff --git a/multimedia/gstreamer1/plugins-libav/Makefile b/multimedia/gstreamer1/plugins-libav/Makefile deleted file mode 100644 index 06b34a8..0000000 --- a/multimedia/gstreamer1/plugins-libav/Makefile +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | COMMENT= ffmpeg elements for GStreamer | ||
| 2 | |||
| 3 | DISTNAME= gst-libav-${V} | ||
| 4 | PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-libav-${V} | ||
| 5 | |||
| 6 | WANTLIB += avcodec avfilter avformat avutil glib-2.0 gobject-2.0 | ||
| 7 | WANTLIB += gstaudio-1.0 gstbase-1.0 gstpbutils-1.0 gstreamer-1.0 | ||
| 8 | WANTLIB += gstvideo-1.0 | ||
| 9 | |||
| 10 | SITES= ${SITE_GST:=gst-libav/} | ||
| 11 | |||
| 12 | LIB_DEPENDS= ${P}/plugins-base=${V} \ | ||
| 13 | graphics/ffmpeg | ||
| 14 | |||
| 15 | DEBUG_PACKAGES= ${BUILD_PACKAGES} | ||
| 16 | |||
| 17 | .include <bsd.port.mk> | ||
diff --git a/multimedia/gstreamer1/plugins-libav/distinfo b/multimedia/gstreamer1/plugins-libav/distinfo deleted file mode 100644 index 5fad570..0000000 --- a/multimedia/gstreamer1/plugins-libav/distinfo +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | SHA256 (gstreamer/gst-libav-1.22.10.tar.xz) = 1t2nqjikQXMnjeZ1zNkqz/Cr9HP3vALn0c3Uzg87dkI= | ||
| 2 | SIZE (gstreamer/gst-libav-1.22.10.tar.xz) = 206616 | ||
diff --git a/multimedia/gstreamer1/plugins-libav/pkg/CVS/Entries b/multimedia/gstreamer1/plugins-libav/pkg/CVS/Entries deleted file mode 100644 index 7bff51e..0000000 --- a/multimedia/gstreamer1/plugins-libav/pkg/CVS/Entries +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | /DESCR/1.2/Tue Sep 24 18:30:47 2013// | ||
| 2 | /PLIST/1.7/Sat Mar 12 08:17:10 2022// | ||
| 3 | D | ||
diff --git a/multimedia/gstreamer1/plugins-libav/pkg/CVS/Repository b/multimedia/gstreamer1/plugins-libav/pkg/CVS/Repository deleted file mode 100644 index 40e3fd2..0000000 --- a/multimedia/gstreamer1/plugins-libav/pkg/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/plugins-libav/pkg | ||
diff --git a/multimedia/gstreamer1/plugins-libav/pkg/DESCR b/multimedia/gstreamer1/plugins-libav/pkg/DESCR deleted file mode 100644 index 7bfe040..0000000 --- a/multimedia/gstreamer1/plugins-libav/pkg/DESCR +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | This is GStreamer, a framework for streaming media. | ||
| 2 | This package contains the "libav" elements for gstreamer-${API}. | ||
| 3 | |||
| 4 | This module contains a GStreamer plugin for libav (FFmpeg). | ||
diff --git a/multimedia/gstreamer1/plugins-libav/pkg/PLIST b/multimedia/gstreamer1/plugins-libav/pkg/PLIST deleted file mode 100644 index 0656e2f..0000000 --- a/multimedia/gstreamer1/plugins-libav/pkg/PLIST +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | @so lib/gstreamer-${API}/libgstlibav.so | ||
diff --git a/multimedia/gstreamer1/plugins-ugly/CVS/Entries b/multimedia/gstreamer1/plugins-ugly/CVS/Entries deleted file mode 100644 index 4b549f0..0000000 --- a/multimedia/gstreamer1/plugins-ugly/CVS/Entries +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | D/pkg//// | ||
| 2 | /Makefile/1.44/Wed Sep 27 17:17:54 2023// | ||
| 3 | /distinfo/1.71/Wed Feb 14 18:21:07 2024// | ||
diff --git a/multimedia/gstreamer1/plugins-ugly/CVS/Repository b/multimedia/gstreamer1/plugins-ugly/CVS/Repository deleted file mode 100644 index 9010c27..0000000 --- a/multimedia/gstreamer1/plugins-ugly/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/plugins-ugly | ||
diff --git a/multimedia/gstreamer1/plugins-ugly/Makefile b/multimedia/gstreamer1/plugins-ugly/Makefile deleted file mode 100644 index 41b503e..0000000 --- a/multimedia/gstreamer1/plugins-ugly/Makefile +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | COMMENT= ugly elements for GStreamer | ||
| 2 | |||
| 3 | DISTNAME= gst-plugins-ugly-${V} | ||
| 4 | PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-ugly-${V} | ||
| 5 | |||
| 6 | WANTLIB += cdio dvdread glib-2.0 gmodule-2.0 gobject-2.0 gstaudio-1.0 | ||
| 7 | WANTLIB += gstbase-1.0 gstpbutils-1.0 gstreamer-1.0 gstriff-1.0 | ||
| 8 | WANTLIB += gstrtp-1.0 gstrtsp-1.0 gstsdp-1.0 gsttag-1.0 gstvideo-1.0 | ||
| 9 | WANTLIB += intl x264 | ||
| 10 | |||
| 11 | SITES= ${SITE_GST:=gst-plugins-ugly/} | ||
| 12 | |||
| 13 | LIB_DEPENDS= ${P}/plugins-base=${V} \ | ||
| 14 | audio/libcdio \ | ||
| 15 | devel/libdvdread \ | ||
| 16 | multimedia/x264 | ||
| 17 | |||
| 18 | CONFIGURE_ARGS= -Dgpl=enabled \ | ||
| 19 | -Da52dec=disabled \ | ||
| 20 | -Damrnb=disabled \ | ||
| 21 | -Damrwbdec=disabled \ | ||
| 22 | -Dmpeg2dec=disabled \ | ||
| 23 | -Dsidplay=disabled | ||
| 24 | |||
| 25 | DEBUG_PACKAGES= ${BUILD_PACKAGES} | ||
| 26 | |||
| 27 | .include <bsd.port.mk> | ||
diff --git a/multimedia/gstreamer1/plugins-ugly/distinfo b/multimedia/gstreamer1/plugins-ugly/distinfo deleted file mode 100644 index b6c53f8..0000000 --- a/multimedia/gstreamer1/plugins-ugly/distinfo +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | SHA256 (gstreamer/gst-plugins-ugly-1.22.10.tar.xz) = zICoGiLAs7Mat/G4vxjdojxy0nkbhsxiZJI6aDNjKeo= | ||
| 2 | SIZE (gstreamer/gst-plugins-ugly-1.22.10.tar.xz) = 255832 | ||
diff --git a/multimedia/gstreamer1/plugins-ugly/pkg/CVS/Entries b/multimedia/gstreamer1/plugins-ugly/pkg/CVS/Entries deleted file mode 100644 index db92ef3..0000000 --- a/multimedia/gstreamer1/plugins-ugly/pkg/CVS/Entries +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | /DESCR/1.2/Tue Sep 24 18:30:05 2013// | ||
| 2 | /PLIST/1.18/Wed Jan 25 18:20:48 2023// | ||
| 3 | D | ||
diff --git a/multimedia/gstreamer1/plugins-ugly/pkg/CVS/Repository b/multimedia/gstreamer1/plugins-ugly/pkg/CVS/Repository deleted file mode 100644 index 9804b6c..0000000 --- a/multimedia/gstreamer1/plugins-ugly/pkg/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/plugins-ugly/pkg | ||
diff --git a/multimedia/gstreamer1/plugins-ugly/pkg/DESCR b/multimedia/gstreamer1/plugins-ugly/pkg/DESCR deleted file mode 100644 index 513c0c0..0000000 --- a/multimedia/gstreamer1/plugins-ugly/pkg/DESCR +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | This is GStreamer, a framework for streaming media. | ||
| 2 | This package contains the "ugly" elements for gstreamer-${API}. | ||
| 3 | |||
| 4 | "When you have to shoot, shoot. Don't talk." | ||
| 5 | |||
| 6 | There are times when the world needs a color between black and white. | ||
| 7 | Quality code to match the good's, but two-timing, backstabbing and ready | ||
| 8 | to sell your freedom down the river. These plug-ins might have a patent | ||
| 9 | noose around their neck, or a lock-up license, or any other problem that | ||
| 10 | makes you think twice about shipping them. | ||
diff --git a/multimedia/gstreamer1/plugins-ugly/pkg/PLIST b/multimedia/gstreamer1/plugins-ugly/pkg/PLIST deleted file mode 100644 index 1741ff3..0000000 --- a/multimedia/gstreamer1/plugins-ugly/pkg/PLIST +++ /dev/null | |||
| @@ -1,54 +0,0 @@ | |||
| 1 | @so lib/gstreamer-${API}/libgstasf.so | ||
| 2 | @so lib/gstreamer-${API}/libgstcdio.so | ||
| 3 | @so lib/gstreamer-${API}/libgstdvdlpcmdec.so | ||
| 4 | @so lib/gstreamer-${API}/libgstdvdread.so | ||
| 5 | @so lib/gstreamer-${API}/libgstdvdsub.so | ||
| 6 | @so lib/gstreamer-${API}/libgstrealmedia.so | ||
| 7 | @so lib/gstreamer-${API}/libgstx264.so | ||
| 8 | share/gstreamer-${API}/presets/ | ||
| 9 | share/gstreamer-${API}/presets/GstX264Enc.prs | ||
| 10 | share/locale/af/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 11 | share/locale/ast/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 12 | share/locale/az/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 13 | share/locale/bg/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 14 | share/locale/ca/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 15 | share/locale/cs/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 16 | share/locale/da/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 17 | share/locale/de/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 18 | share/locale/el/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 19 | share/locale/en_GB/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 20 | share/locale/eo/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 21 | share/locale/es/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 22 | share/locale/eu/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 23 | share/locale/fi/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 24 | share/locale/fr/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 25 | share/locale/fur/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 26 | share/locale/gl/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 27 | share/locale/hr/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 28 | share/locale/hu/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 29 | share/locale/id/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 30 | share/locale/it/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 31 | share/locale/ja/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 32 | share/locale/ka/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 33 | share/locale/lt/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 34 | share/locale/lv/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 35 | share/locale/ms/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 36 | share/locale/mt/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 37 | share/locale/nb/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 38 | share/locale/nl/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 39 | share/locale/or/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 40 | share/locale/pl/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 41 | share/locale/pt_BR/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 42 | share/locale/ro/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 43 | share/locale/ru/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 44 | share/locale/sk/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 45 | share/locale/sl/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 46 | share/locale/sq/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 47 | share/locale/sr/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 48 | share/locale/sv/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 49 | share/locale/ta/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 50 | share/locale/tr/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 51 | share/locale/uk/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 52 | share/locale/vi/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 53 | share/locale/zh_CN/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
| 54 | share/locale/zh_TW/LC_MESSAGES/gst-plugins-ugly-${API}.mo | ||
diff --git a/multimedia/gstreamer1/py-gstreamer/CVS/Entries b/multimedia/gstreamer1/py-gstreamer/CVS/Entries deleted file mode 100644 index 4cf2a93..0000000 --- a/multimedia/gstreamer1/py-gstreamer/CVS/Entries +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | D/pkg//// | ||
| 2 | /Makefile/1.27/Wed Sep 27 17:17:54 2023// | ||
| 3 | /distinfo/1.49/Wed Feb 14 18:21:07 2024// | ||
diff --git a/multimedia/gstreamer1/py-gstreamer/CVS/Repository b/multimedia/gstreamer1/py-gstreamer/CVS/Repository deleted file mode 100644 index a3b99c4..0000000 --- a/multimedia/gstreamer1/py-gstreamer/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/py-gstreamer | ||
diff --git a/multimedia/gstreamer1/py-gstreamer/Makefile b/multimedia/gstreamer1/py-gstreamer/Makefile deleted file mode 100644 index df66a67..0000000 --- a/multimedia/gstreamer1/py-gstreamer/Makefile +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | COMMENT= overrides for the gobject-introspection-based pygst bindings | ||
| 2 | |||
| 3 | DISTNAME= gst-python-${V} | ||
| 4 | PKGNAME= py-gstreamer1-${V} | ||
| 5 | |||
| 6 | HOMEPAGE= http://gstreamer.freedesktop.org/modules/gst-python.html | ||
| 7 | |||
| 8 | WANTLIB += ${MODPY_WANTLIB} | ||
| 9 | WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gstreamer-1.0 | ||
| 10 | |||
| 11 | SITES= ${SITE_GST:=gst-python/} | ||
| 12 | |||
| 13 | # XXX we need the meson MODULE to come first, but Makefile.inc is parsed after | ||
| 14 | MODULES= devel/meson lang/python | ||
| 15 | |||
| 16 | FLAVORS= python3 | ||
| 17 | FLAVOR= python3 | ||
| 18 | |||
| 19 | # MODPY_LIBDIR/gi/overrides/ | ||
| 20 | BUILD_DEPENDS= devel/py-gobject3${MODPY_FLAVOR} \ | ||
| 21 | ${P}/plugins-base>=${V} | ||
| 22 | RUN_DEPENDS= devel/py-gobject3${MODPY_FLAVOR} \ | ||
| 23 | ${P}/plugins-base>=${V} | ||
| 24 | |||
| 25 | LIB_DEPENDS= ${P}/core>=${V} \ | ||
| 26 | ${MODPY_LIB_DEPENDS} | ||
| 27 | |||
| 28 | CONFIGURE_ARGS= -Dlibpython-dir=${LOCALBASE}/lib | ||
| 29 | |||
| 30 | DEBUG_PACKAGES= ${BUILD_PACKAGES} | ||
| 31 | |||
| 32 | .include <bsd.port.mk> | ||
diff --git a/multimedia/gstreamer1/py-gstreamer/distinfo b/multimedia/gstreamer1/py-gstreamer/distinfo deleted file mode 100644 index c8739e4..0000000 --- a/multimedia/gstreamer1/py-gstreamer/distinfo +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | SHA256 (gstreamer/gst-python-1.22.10.tar.xz) = meN+qfcWMJlzT5sPzjYbxnoOemX/upvElxJ1BqP97bM= | ||
| 2 | SIZE (gstreamer/gst-python-1.22.10.tar.xz) = 117164 | ||
diff --git a/multimedia/gstreamer1/py-gstreamer/pkg/CVS/Entries b/multimedia/gstreamer1/py-gstreamer/pkg/CVS/Entries deleted file mode 100644 index acc229f..0000000 --- a/multimedia/gstreamer1/py-gstreamer/pkg/CVS/Entries +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | /DESCR/1.1.1.1/Sat Nov 7 09:29:39 2015// | ||
| 2 | /PLIST/1.10/Fri Jul 21 17:16:36 2023// | ||
| 3 | D | ||
diff --git a/multimedia/gstreamer1/py-gstreamer/pkg/CVS/Repository b/multimedia/gstreamer1/py-gstreamer/pkg/CVS/Repository deleted file mode 100644 index 2b78859..0000000 --- a/multimedia/gstreamer1/py-gstreamer/pkg/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/multimedia/gstreamer1/py-gstreamer/pkg | ||
diff --git a/multimedia/gstreamer1/py-gstreamer/pkg/DESCR b/multimedia/gstreamer1/py-gstreamer/pkg/DESCR deleted file mode 100644 index 61448de..0000000 --- a/multimedia/gstreamer1/py-gstreamer/pkg/DESCR +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | GStreamer python overrides for the gobject-introspection-based pygst bindings. | ||
diff --git a/multimedia/gstreamer1/py-gstreamer/pkg/PLIST b/multimedia/gstreamer1/py-gstreamer/pkg/PLIST deleted file mode 100644 index ac5f03c..0000000 --- a/multimedia/gstreamer1/py-gstreamer/pkg/PLIST +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | @pkgpath multimedia/gstreamer1/py-gstreamer | ||
| 2 | @so lib/gstreamer-${API}/libgstpython.so | ||
| 3 | lib/python${MODPY_VERSION}/site-packages/gi/overrides/Gst.py | ||
| 4 | lib/python${MODPY_VERSION}/site-packages/gi/overrides/GstAudio.py | ||
| 5 | lib/python${MODPY_VERSION}/site-packages/gi/overrides/GstPbutils.py | ||
| 6 | lib/python${MODPY_VERSION}/site-packages/gi/overrides/GstVideo.py | ||
| 7 | lib/python${MODPY_VERSION}/site-packages/gi/overrides/${MODPY_PYCACHE}Gst.${MODPY_PYC_MAGIC_TAG}pyc | ||
| 8 | lib/python${MODPY_VERSION}/site-packages/gi/overrides/${MODPY_PYCACHE}GstAudio.${MODPY_PYC_MAGIC_TAG}pyc | ||
| 9 | lib/python${MODPY_VERSION}/site-packages/gi/overrides/${MODPY_PYCACHE}GstPbutils.${MODPY_PYC_MAGIC_TAG}pyc | ||
| 10 | lib/python${MODPY_VERSION}/site-packages/gi/overrides/${MODPY_PYCACHE}GstVideo.${MODPY_PYC_MAGIC_TAG}pyc | ||
| 11 | @so lib/python${MODPY_VERSION}/site-packages/gi/overrides/_gi_gst.${MODPY_PYC_MAGIC_TAG}so | ||
