Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex Ashley
gst-plugins-bad
Commits
07a34f52
Commit
07a34f52
authored
Jun 15, 2017
by
Sebastian Dröge
🍵
Browse files
Release 1.10.5
parent
6aaf1778
Changes
121
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
07a34f52
=== release 1.10.5 ===
2017-06-15 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.10.5
2017-06-01 01:15:05 +0000 Jeremy Hiatt <jeremy@brilliant.tech>
* gst-libs/gst/gl/gstglutils.c:
glutils: Fix GValue leak in gst_gl_value_set_texture_target_from_mask()
2017-06-05 15:31:52 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
* gst-libs/gst/codecparsers/gstjpeg2000sampling.c:
jpeg2000sampling: fix critical when sampling is missing from caps
This can happen with real files
2017-06-07 16:17:50 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
* ext/openjpeg/gstopenjpegdec.c:
openjpeg: guard against invalid memory access on crafted files
2017-06-10 07:56:48 -0400 Aaron Boxer <boxerab@gmail.com>
* ext/openjpeg/gstopenjpegdec.c:
openjpegdec: fix display artifacts for RGB 8-bit
https://bugzilla.gnome.org/show_bug.cgi?id=783626
2017-05-18 11:42:17 +0300 Sebastian Dröge <sebastian@centricular.com>
* gst/videoparsers/gsth265parse.c:
h265parse: Fix calculation of codec_data buffer size
2017-05-17 17:38:01 +0300 Sebastian Dröge <sebastian@centricular.com>
* gst-libs/gst/gl/cocoa/Makefile.am:
cocoa: Install gstgldisplay_cocoa.h
It's needed by e.g. qmlglsink.
2017-05-18 15:23:14 +0300 Simon Himmelbauer <shimmelbauer@toolsonair.com>
* ext/qt/gstqtglutility.cc:
qt: Use GST_GL_HAVE_PLATFORM_CGL instead of GST_GL_HAVE_PLATFORM_COCOA
The latter is not used/available anymore since years. Also fix a typo
in the include path for the Cocoa GL display header.
2017-05-12 16:12:28 +1000 Jan Schmidt <jan@centricular.com>
* gst-libs/gst/gl/gstgldisplay.c:
Revert "gldisplay: fix list leak"
This reverts commit e2a5fb79e02235bbcaa1818a814fafba9eda9ffd.
The windows patch for GstGLDisplay was never cherry-picked. I guess
noone has built the 1.10 branch in a few days
2017-04-26 17:46:10 +0800 shakin chou <shakin@outlook.com>
* sys/androidmedia/gstamcvideodec.c:
* sys/androidmedia/gstamcvideoenc.c:
amcvideodec/enc: Correctly check for no PTS on input buffers
MediaCodec gives us a presentation timestamp of 0 if it does not know
anything, but GStreamer gives us GST_CLOCK_TIME_NONE. Don't mix up these
two.
https://bugzilla.gnome.org/show_bug.cgi?id=780190
2017-04-10 18:46:01 +0300 Sebastian Dröge <sebastian@centricular.com>
* ext/dash/gstdashdemux.c:
dashdemux: Handle current SIDX before current position in normal mode like in keyunit-only trick mode
Otherwise we'll get into an infinite loop here. Now this is still not
correct and will cause a clean error, but at least it won't hang forever
anymore.
2017-04-07 10:24:19 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
* gst-libs/gst/gl/gstgldisplay.c:
gldisplay: fix list leak
Windows aren't always removed in time, and it turns out to be
very, very hard to remove a window in a way that's not racy and
not deadlocky. Since the window itself doesn't leak, freeing
the list on object destruction is enough.
https://bugzilla.gnome.org/show_bug.cgi?id=781018
2017-04-07 10:39:31 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
* gst/mxf/mxfmux.c:
mxfmux: fix index entry leak
https://bugzilla.gnome.org/show_bug.cgi?id=781023
2017-04-07 10:19:43 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
* gst-libs/gst/base/gstaggregator.c:
gstaggregator: fix event use after free
https://bugzilla.gnome.org/show_bug.cgi?id=781017
2017-04-07 10:43:51 +0100 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
* gst-libs/gst/mpegts/gstmpegtsdescriptor.c:
mpegts: fix invalid memory access in language descriptor
Also add a couple sanity asserts/returns
https://bugzilla.gnome.org/show_bug.cgi?id=781024
2017-03-10 16:57:51 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
* gst-libs/gst/gl/gstglupload.c:
glupload: fix GValue leak
https://bugzilla.gnome.org/show_bug.cgi?id=779869
2017-04-13 22:14:12 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
* sys/decklink/meson.build:
meson: Only run decklink cpp test when building it
Otherwise it gets run on Windows with MSVC where we don't build
Decklink and then it causes an error.
2017-03-27 18:14:54 +0300 George Kiagiadakis <george.kiagiadakis@collabora.com>
* ext/webrtcdsp/gstwebrtcechoprobe.cpp:
webrtcechoprobe: return from _read() early if the probe is not configured yet
https://bugzilla.gnome.org/show_bug.cgi?id=780642
2017-02-27 23:47:25 +1100 Jan Schmidt <jan@centricular.com>
* gst/mpegtsdemux/mpegtsparse.c:
tsparse: Convert PCR values immediately
Doing lazy conversion of PCR values doesn't work right
when a PCR discont is encountered. Instead, convert PCR
values to the continuous timestamp domain as soon as we
encounter them and store that instead.
2017-03-04 12:12:52 +0100 Nick Kallen <nickkallen@me.com>
* sys/applemedia/videotexturecache.m:
applemedia: Fix video texture cache build issue on MacOS
https://bugzilla.gnome.org/show_bug.cgi?id=779247
2017-02-26 10:24:46 +0100 Nick Kallen <nickkallen@me.com>
* sys/applemedia/videotexturecache.m:
applemedia: ensure all textures are released before texturecache is released
It was previously possible for videotexturecache to be finalized before all of
its textures. Finalizing outstanding textures in this circumstance leads
to a crash. This patch ensure resources are freed in the proper order.
https://bugzilla.gnome.org/show_bug.cgi?id=779247
2017-02-27 14:54:43 -0700 Thomas Bluemel <tbluemel@control4.com>
* gst-libs/gst/adaptivedemux/gstadaptivedemux.c:
adaptivemutex: Fix double mutex unlock
https://bugzilla.gnome.org/show_bug.cgi?id=779480
2017-02-23 17:23:13 +0000 Tim-Philipp Müller <tim@centricular.com>
* meson.build:
meson: update version
=== release 1.10.4 ===
2017-02-23 Sebastian Dröge <s
lomo@coaxion.net
>
2017-02-23
15:55:38 +0200
Sebastian Dröge <s
ebastian@centricular.com
>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.10.4
* docs/plugins/inspect/plugin-accurip.xml:
* docs/plugins/inspect/plugin-adpcmdec.xml:
* docs/plugins/inspect/plugin-adpcmenc.xml:
* docs/plugins/inspect/plugin-aiff.xml:
* docs/plugins/inspect/plugin-asfmux.xml:
* docs/plugins/inspect/plugin-assrender.xml:
* docs/plugins/inspect/plugin-audiofxbad.xml:
* docs/plugins/inspect/plugin-audiomixer.xml:
* docs/plugins/inspect/plugin-audiovisualizers.xml:
* docs/plugins/inspect/plugin-autoconvert.xml:
* docs/plugins/inspect/plugin-bayer.xml:
* docs/plugins/inspect/plugin-bluez.xml:
* docs/plugins/inspect/plugin-bs2b.xml:
* docs/plugins/inspect/plugin-bz2.xml:
* docs/plugins/inspect/plugin-camerabin.xml:
* docs/plugins/inspect/plugin-chromaprint.xml:
* docs/plugins/inspect/plugin-coloreffects.xml:
* docs/plugins/inspect/plugin-compositor.xml:
* docs/plugins/inspect/plugin-curl.xml:
* docs/plugins/inspect/plugin-dashdemux.xml:
* docs/plugins/inspect/plugin-dataurisrc.xml:
* docs/plugins/inspect/plugin-debugutilsbad.xml:
* docs/plugins/inspect/plugin-decklink.xml:
* docs/plugins/inspect/plugin-dtls.xml:
* docs/plugins/inspect/plugin-dtsdec.xml:
* docs/plugins/inspect/plugin-dvb.xml:
* docs/plugins/inspect/plugin-dvbsuboverlay.xml:
* docs/plugins/inspect/plugin-dvdspu.xml:
* docs/plugins/inspect/plugin-faac.xml:
* docs/plugins/inspect/plugin-faad.xml:
* docs/plugins/inspect/plugin-fbdevsink.xml:
* docs/plugins/inspect/plugin-festival.xml:
* docs/plugins/inspect/plugin-fieldanalysis.xml:
* docs/plugins/inspect/plugin-flite.xml:
* docs/plugins/inspect/plugin-fluidsynthmidi.xml:
* docs/plugins/inspect/plugin-freeverb.xml:
* docs/plugins/inspect/plugin-frei0r.xml:
* docs/plugins/inspect/plugin-gaudieffects.xml:
* docs/plugins/inspect/plugin-gdp.xml:
* docs/plugins/inspect/plugin-geometrictransform.xml:
* docs/plugins/inspect/plugin-gmedec.xml:
* docs/plugins/inspect/plugin-gsm.xml:
* docs/plugins/inspect/plugin-gstgtk.xml:
* docs/plugins/inspect/plugin-gstsiren.xml:
* docs/plugins/inspect/plugin-hls.xml:
* docs/plugins/inspect/plugin-id3tag.xml:
* docs/plugins/inspect/plugin-inter.xml:
* docs/plugins/inspect/plugin-interlace.xml:
* docs/plugins/inspect/plugin-ivfparse.xml:
* docs/plugins/inspect/plugin-ivtc.xml:
* docs/plugins/inspect/plugin-jp2kdecimator.xml:
* docs/plugins/inspect/plugin-jpegformat.xml:
* docs/plugins/inspect/plugin-kate.xml:
* docs/plugins/inspect/plugin-ladspa.xml:
* docs/plugins/inspect/plugin-midi.xml:
* docs/plugins/inspect/plugin-mimic.xml:
* docs/plugins/inspect/plugin-mms.xml:
* docs/plugins/inspect/plugin-modplug.xml:
* docs/plugins/inspect/plugin-mpeg2enc.xml:
* docs/plugins/inspect/plugin-mpegpsdemux.xml:
* docs/plugins/inspect/plugin-mpegpsmux.xml:
* docs/plugins/inspect/plugin-mpegtsdemux.xml:
* docs/plugins/inspect/plugin-mpegtsmux.xml:
* docs/plugins/inspect/plugin-mplex.xml:
* docs/plugins/inspect/plugin-mxf.xml:
* docs/plugins/inspect/plugin-netsim.xml:
* docs/plugins/inspect/plugin-ofa.xml:
* docs/plugins/inspect/plugin-openal.xml:
* docs/plugins/inspect/plugin-opencv.xml:
* docs/plugins/inspect/plugin-openexr.xml:
* docs/plugins/inspect/plugin-opengl.xml:
* docs/plugins/inspect/plugin-openjpeg.xml:
* docs/plugins/inspect/plugin-opusparse.xml:
* docs/plugins/inspect/plugin-pcapparse.xml:
* docs/plugins/inspect/plugin-pnm.xml:
* docs/plugins/inspect/plugin-qt.xml:
* docs/plugins/inspect/plugin-rawparse.xml:
* docs/plugins/inspect/plugin-removesilence.xml:
* docs/plugins/inspect/plugin-resindvd.xml:
* docs/plugins/inspect/plugin-rfbsrc.xml:
* docs/plugins/inspect/plugin-rsvg.xml:
* docs/plugins/inspect/plugin-rtmp.xml:
* docs/plugins/inspect/plugin-rtponvif.xml:
* docs/plugins/inspect/plugin-schro.xml:
* docs/plugins/inspect/plugin-sdp.xml:
* docs/plugins/inspect/plugin-segmentclip.xml:
* docs/plugins/inspect/plugin-shm.xml:
* docs/plugins/inspect/plugin-smooth.xml:
* docs/plugins/inspect/plugin-smoothstreaming.xml:
* docs/plugins/inspect/plugin-sndfile.xml:
* docs/plugins/inspect/plugin-soundtouch.xml:
* docs/plugins/inspect/plugin-spandsp.xml:
* docs/plugins/inspect/plugin-speed.xml:
* docs/plugins/inspect/plugin-srtp.xml:
* docs/plugins/inspect/plugin-stereo.xml:
* docs/plugins/inspect/plugin-subenc.xml:
* docs/plugins/inspect/plugin-teletext.xml:
* docs/plugins/inspect/plugin-uvch264.xml:
* docs/plugins/inspect/plugin-vcdsrc.xml:
* docs/plugins/inspect/plugin-videofiltersbad.xml:
* docs/plugins/inspect/plugin-videoframe_audiolevel.xml:
* docs/plugins/inspect/plugin-videoparsersbad.xml:
* docs/plugins/inspect/plugin-videosignal.xml:
* docs/plugins/inspect/plugin-vmnc.xml:
* docs/plugins/inspect/plugin-voaacenc.xml:
* docs/plugins/inspect/plugin-voamrwbenc.xml:
* docs/plugins/inspect/plugin-waylandsink.xml:
* docs/plugins/inspect/plugin-webp.xml:
* docs/plugins/inspect/plugin-webrtcdsp.xml:
* docs/plugins/inspect/plugin-wildmidi.xml:
* docs/plugins/inspect/plugin-x265.xml:
* docs/plugins/inspect/plugin-y4mdec.xml:
* docs/plugins/inspect/plugin-yadif.xml:
* docs/plugins/inspect/plugin-zbar.xml:
* gst-plugins-bad.doap:
* win32/common/config.h:
Release 1.10.4
2017-02-23 15:17:58 +0200 Sebastian Dröge <sebastian@centricular.com>
* po/af.po:
* po/az.po:
* po/bg.po:
* po/ca.po:
* po/cs.po:
* po/da.po:
* po/de.po:
* po/el.po:
* po/en_GB.po:
* po/eo.po:
* po/es.po:
* po/eu.po:
* po/fi.po:
* po/fr.po:
* po/gl.po:
* po/hr.po:
* po/hu.po:
* po/id.po:
* po/it.po:
* po/ja.po:
* po/ky.po:
* po/lt.po:
* po/lv.po:
* po/mt.po:
* po/nb.po:
* po/nl.po:
* po/or.po:
* po/pl.po:
* po/pt_BR.po:
* po/ro.po:
* po/ru.po:
* po/sk.po:
* po/sl.po:
* po/sq.po:
* po/sr.po:
* po/sv.po:
* po/tr.po:
* po/uk.po:
* po/vi.po:
* po/zh_CN.po:
Update .po files
2017-02-17 16:09:53 +0530 Arun Raghavan <arun@arunraghavan.net>
NEWS
View file @
07a34f52
#
GStreamer
1.10
Release
Notes
GStreamer
1.10.0
was
originally
released
on
1
st
November
2016.
The
latest
bug
-
fix
release
in
the
1.10
series
is
[
1.10.
4
](#
1.10.
4
)
and
was
released
on
23
February
2017.
The
latest
bug
-
fix
release
in
the
1.10
series
is
[
1.10.
5
](#
1.10.
5
)
and
was
released
on
15
June
2017.
The
GStreamer
team
is
proud
to
announce
a
new
major
feature
release
in
the
stable
1.
x
API
series
of
your
favourite
cross
-
platform
multimedia
framework
!
...
...
@@ -13,7 +13,7 @@ improvements.
See
[
https
://
gstreamer
.
freedesktop
.
org
/
releases
/
1.10
/][
latest
]
for
the
latest
version
of
this
document
.
*
Last
updated
:
Thursday
23
Feb
2017
,
15
:
0
0
UTC
[(
log
)][
gitlog
]*
*
Last
updated
:
Thursday
15
Jun
2017
,
09
:
3
0
UTC
[(
log
)][
gitlog
]*
[
latest
]:
https
://
gstreamer
.
freedesktop
.
org
/
releases
/
1.10
/
[
gitlog
]:
https
://
cgit
.
freedesktop
.
org
/
gstreamer
/
www
/
log
/
src
/
htdocs
/
releases
/
1.10
/
release
-
notes
-
1.10
.
md
...
...
@@ -1159,7 +1159,7 @@ GIT logs or ChangeLogs of the particular modules.
###
1.10.4
The
third
1.10
bug
-
fix
release
(
1.10.4
)
was
released
on
23
February
2017.
The
fourth
1.10
bug
-
fix
release
(
1.10.4
)
was
released
on
23
February
2017.
This
release
only
contains
bugfixes
and
it
should
be
safe
to
update
from
1.10
.
x
.
####
Major
bugfixes
in
1.10.4
...
...
@@ -1181,6 +1181,32 @@ GIT logs or ChangeLogs of the particular modules.
[
buglist
-
1.10.4
]:
https
://
bugzilla
.
gnome
.
org
/
buglist
.
cgi
?
bug_status
=
RESOLVED
&
bug_status
=
VERIFIED
&
classification
=
Platform
&
limit
=
0
&
list_id
=
187054
&
order
=
bug_id
&
product
=
GStreamer
&
query_format
=
advanced
&
resolution
=
FIXED
&
target_milestone
=
1.10.4
<
a
name
=
"1.10.5"
></
a
>
###
1.10.5
The
fifth
1.10
bug
-
fix
release
(
1.10.5
)
was
released
on
15
June
2017.
This
release
only
contains
bugfixes
and
it
should
be
safe
to
update
from
1.10
.
x
.
This
is
most
likely
the
last
release
in
the
stable
1.10
release
series
.
####
Major
bugfixes
in
1.10.5
-
Various
fixes
for
crashes
,
assertions
,
deadlocks
and
memory
leaks
-
Fix
for
regression
in
rtpjitterbuffer
that
caused
PTS
to
be
reset
to
0
on
-
Fix
detection
of
some
HLS
streams
-
Various
fixes
to
the
MOV
/
MP4
muxer
and
demuxer
gaps
in
the
input
-
gst
-
libav
was
updated
to
ffmpeg
3.2.5
,
fixing
a
couple
of
CVEs
-
...
and
many
,
many
more
!
For
a
full
list
of
bugfixes
see
[
Bugzilla
][
buglist
-
1.10.5
].
Note
that
this
is
not
the
full
list
of
changes
and
also
does
not
include
bug
reports
that
were
closed
after
the
1.12.0
release
.
For
the
full
list
of
changes
please
refer
to
the
GIT
logs
or
ChangeLogs
of
the
particular
modules
.
[
buglist
-
1.10.5
]:
https
://
bugzilla
.
gnome
.
org
/
buglist
.
cgi
?
bug_status
=
RESOLVED
&
bug_status
=
VERIFIED
&
classification
=
Platform
&
limit
=
0
&
list_id
=
187054
&
order
=
bug_id
&
product
=
GStreamer
&
query_format
=
advanced
&
resolution
=
FIXED
&
target_milestone
=
1.10.5
##
Known
Issues
-
iOS
builds
with
iOS
6
SDK
and
old
C
++
STL
.
You
need
to
select
iOS
6
instead
...
...
RELEASE
View file @
07a34f52
Release notes for GStreamer Bad Plugins 1.10.
4
Release notes for GStreamer Bad Plugins 1.10.
5
The GStreamer team is proud to announce the f
our
th bugfix release in the stable
The GStreamer team is proud to announce the f
if
th bugfix release in the stable
1.10 release series of your favourite cross-platform multimedia framework!
This release only contains bugfixes and it is safe to update from 1.10.x. For a
full list of bugfixes see Bugzilla.
This release only contains bugfixes and it is safe to update from 1.10.x.
See /releases/1.10/ for the full release notes.
...
...
@@ -60,14 +59,15 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
Bugs fixed in this release
* 776612 : adaptivedemux: Handle SEEK event only once
* 777841 : waylandsink: fix buffer size when copying to pool
* 777957 : mpegdemux: Invalid memory read in gst_ps_demux_parse_psm
* 777979 : Vulkan fails to build on i386
* 778297 : gl/window: X11 also need attach the GMaincontext in window struct to GSource
* 778434 : applemedia: race condition in videotexturecache.m
* 778452 : glsinkbin: leaks sink element
* 778828 : hlsdemux: Fix GHashTable leak
* 779247 : Fix race in videotexturecache
* 779480 : adaptivedemux: Fix double mutex unlock
* 779869 : glupload: fix GValue leak
* 780190 : amcvideodec: Does not handle input without PTS correctly
* 780642 : webrtcechoprobe: SIGFPE in case the webdsp element is activated before webrtcechoprobe
* 781017 : gstaggregator: fix event use after free
* 781018 : gldisplay: fix list leak
* 781023 : mxfmux: fix index entry leak
* 781024 : mpegts: fix invalid memory access in language descriptor
==== Download ====
...
...
@@ -104,13 +104,16 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Arun Raghavan
* Fabien Dessenne
* Haihua Hu
* Aaron Boxer
* George Kiagiadakis
* Jan Schmidt
* Juan Pablo Ugarte
* Matthew Waters
* Jeremy Hiatt
* Nick Kallen
* Nirbheek Chauhan
* Sebastian Dröge
* Seungha Yang
* Simon Himmelbauer
* Thomas Bluemel
* Tim-Philipp Müller
* Vincent Penquerc'h
* shakin chou
\ No newline at end of file
configure.ac
View file @
07a34f52
...
...
@@ -3,7 +3,7 @@ AC_PREREQ([2.69])
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, git and prerelease does Werror too
AC_INIT([GStreamer Bad Plug-ins],[1.10.
4
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
AC_INIT([GStreamer Bad Plug-ins],[1.10.
5
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
AG_GST_INIT
...
...
@@ -51,7 +51,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 100
4
, 0, 100
4
)
AS_LIBTOOL(GST, 100
5
, 0, 100
5
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.10.0
...
...
docs/plugins/inspect/plugin-accurip.xml
View file @
07a34f52
...
...
@@ -3,7 +3,7 @@
<description>
Computes an AccurateRip CRC
</description>
<filename>
../../gst/accurip/.libs/libgstaccurip.so
</filename>
<basename>
libgstaccurip.so
</basename>
<version>
1.10.
4
</version>
<version>
1.10.
5
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer Bad Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-adpcmdec.xml
View file @
07a34f52
...
...
@@ -3,7 +3,7 @@
<description>
ADPCM decoder
</description>
<filename>
../../gst/adpcmdec/.libs/libgstadpcmdec.so
</filename>
<basename>
libgstadpcmdec.so
</basename>
<version>
1.10.
4
</version>
<version>
1.10.
5
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer Bad Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-adpcmenc.xml
View file @
07a34f52
...
...
@@ -3,7 +3,7 @@
<description>
ADPCM encoder
</description>
<filename>
../../gst/adpcmenc/.libs/libgstadpcmenc.so
</filename>
<basename>
libgstadpcmenc.so
</basename>
<version>
1.10.
4
</version>
<version>
1.10.
5
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer Bad Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-aiff.xml
View file @
07a34f52
...
...
@@ -3,7 +3,7 @@
<description>
Create and parse Audio Interchange File Format (AIFF) files
</description>
<filename>
../../gst/aiff/.libs/libgstaiff.so
</filename>
<basename>
libgstaiff.so
</basename>
<version>
1.10.
4
</version>
<version>
1.10.
5
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer Bad Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-asfmux.xml
View file @
07a34f52
...
...
@@ -3,7 +3,7 @@
<description>
ASF Muxer Plugin
</description>
<filename>
../../gst/asfmux/.libs/libgstasfmux.so
</filename>
<basename>
libgstasfmux.so
</basename>
<version>
1.10.
4
</version>
<version>
1.10.
5
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer Bad Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-assrender.xml
View file @
07a34f52
...
...
@@ -3,7 +3,7 @@
<description>
ASS/SSA subtitle renderer
</description>
<filename>
../../ext/assrender/.libs/libgstassrender.so
</filename>
<basename>
libgstassrender.so
</basename>
<version>
1.10.
4
</version>
<version>
1.10.
5
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer Bad Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-audiofxbad.xml
View file @
07a34f52
...
...
@@ -3,7 +3,7 @@
<description>
Audio filters from gst-plugins-bad
</description>
<filename>
../../gst/audiofxbad/.libs/libgstaudiofxbad.so
</filename>
<basename>
libgstaudiofxbad.so
</basename>
<version>
1.10.
4
</version>
<version>
1.10.
5
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer Bad Plug-ins
</package>
...
...
docs/plugins/inspect/plugin-audiomixer.xml
View file @
07a34f52
...
...
@@ -3,7 +3,7 @@
<description>
Mixes multiple audio streams
</description>
<filename>
../../gst/audiomixer/.libs/libgstaudiomixer.so
</filename>
<basename>
libgstaudiomixer.so
</basename>
<version>
1.10.
4
</version>
<version>
1.10.
5
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer Bad Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-audiovisualizers.xml
View file @
07a34f52
...
...
@@ -3,7 +3,7 @@
<description>
Creates video visualizations of audio input
</description>
<filename>
../../gst/audiovisualizers/.libs/libgstaudiovisualizers.so
</filename>
<basename>
libgstaudiovisualizers.so
</basename>
<version>
1.10.
4
</version>
<version>
1.10.
5
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer Bad Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-autoconvert.xml
View file @
07a34f52
...
...
@@ -3,7 +3,7 @@
<description>
Selects convertor element based on caps
</description>
<filename>
../../gst/autoconvert/.libs/libgstautoconvert.so
</filename>
<basename>
libgstautoconvert.so
</basename>
<version>
1.10.
4
</version>
<version>
1.10.
5
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer Bad Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-bayer.xml
View file @
07a34f52
...
...
@@ -3,7 +3,7 @@
<description>
Elements to convert Bayer images
</description>
<filename>
../../gst/bayer/.libs/libgstbayer.so
</filename>
<basename>
libgstbayer.so
</basename>
<version>
1.10.
4
</version>
<version>
1.10.
5
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer Bad Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-bluez.xml
View file @
07a34f52
...
...
@@ -3,7 +3,7 @@
<description>
Bluez-based bluetooth support
</description>
<filename>
../../sys/bluez/.libs/libgstbluez.so
</filename>
<basename>
libgstbluez.so
</basename>
<version>
1.10.
4
</version>
<version>
1.10.
5
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer Bad Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-bs2b.xml
View file @
07a34f52
...
...
@@ -3,7 +3,7 @@
<description>
Improve headphone listening of stereo audio recordsusing the bs2b library.
</description>
<filename>
../../ext/bs2b/.libs/libgstbs2b.so
</filename>
<basename>
libgstbs2b.so
</basename>
<version>
1.10.
4
</version>
<version>
1.10.
5
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer Bad Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-bz2.xml
View file @
07a34f52
...
...
@@ -3,7 +3,7 @@
<description>
Compress or decompress streams
</description>
<filename>
../../ext/bz2/.libs/libgstbz2.so
</filename>
<basename>
libgstbz2.so
</basename>
<version>
1.10.
4
</version>
<version>
1.10.
5
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer Bad Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-camerabin.xml
View file @
07a34f52
...
...
@@ -3,7 +3,7 @@
<description>
Take image snapshots and record movies from camera
</description>
<filename>
../../gst/camerabin2/.libs/libgstcamerabin2.so
</filename>
<basename>
libgstcamerabin2.so
</basename>
<version>
1.10.
4
</version>
<version>
1.10.
5
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer Bad Plug-ins source release
</package>
...
...
docs/plugins/inspect/plugin-chromaprint.xml
View file @
07a34f52
...
...
@@ -3,7 +3,7 @@
<description>
Calculate Chromaprint fingerprint from audio files
</description>
<filename>
../../ext/chromaprint/.libs/libgstchromaprint.so
</filename>
<basename>
libgstchromaprint.so
</basename>
<version>
1.10.
4
</version>
<version>
1.10.
5
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer Bad Plug-ins source release
</package>
...
...
Prev
1
2
3
4
5
…
7
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment