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
2e40502e
Commit
2e40502e
authored
Feb 23, 2017
by
Sebastian Dröge
🍵
Browse files
Release 1.10.4
parent
837d5102
Changes
120
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
2e40502e
=== release 1.10.4 ===
2017-02-23 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.10.4
2017-02-17 16:09:53 +0530 Arun Raghavan <arun@arunraghavan.net>
* sys/bluez/gstavdtpsrc.c:
bluez: Chain up to basesrc query instead of override pad query function
Overriding the pad query function completely overrides all the default
query handling implemented in basesrc, including caps etc. The correct
thing to do is just override the basesrc query vfunc and then chain up
for the queries we don't handle.
2017-02-22 04:35:26 -0500 Fabien Dessenne <fabien.dessenne@st.com>
* ext/wayland/gstwaylandsink.c:
waylandsink: consider buffer size when copying to wl shm pool
When the sink receives a buffer that is neither a wl_shm one nor a
dmabuf one, this buffer is copied to an internal wl_shm buffer before
being sent to the display.
In that case, the actual size of the received buffer (which may differ
from the one negotiated in the caps) must be used.
https://bugzilla.gnome.org/show_bug.cgi?id=777841
2017-02-17 21:25:21 +0900 Seungha Yang <sh.yang@lge.com>
* ext/hls/gsthlsdemux.c:
hlsdemux: Fix GHashTable leak
https://bugzilla.gnome.org/show_bug.cgi?id=778828
2017-02-18 20:18:50 +0200 Sebastian Dröge <sebastian@centricular.com>
* gst/rawparse/gstrawbaseparse.c:
* tests/check/elements/rawvideoparse.c:
rawbaseparse: Drop incomplete frames at EOS
See https://bugzilla.gnome.org/show_bug.cgi?id=773666
This would ideally be solved in baseparse but that requires further
thought at this point, and in the meantime it would be good to have
rawbaseparse not assert on this but handle it gracefully instead.
2017-02-14 13:04:01 +0100 Nick Kallen <nickkallen@me.com>
* sys/applemedia/iosglmemory.c:
* sys/applemedia/iosglmemory.h:
* sys/applemedia/videotexturecache.m:
Builds for MacOS
https://bugzilla.gnome.org/show_bug.cgi?id=778434
2017-02-10 11:32:23 +0100 Nick Kallen <nickkallen@me.com>
* sys/applemedia/iosglmemory.c:
* sys/applemedia/iosglmemory.h:
* sys/applemedia/videotexturecache.m:
applemedia: free videotexturecache texture in gl thread
The cached texture was treated as user_data passed to GstGLBaseMemory
and freed with a GDestroyNotify function. However, this data must
be treated specially: it must be destroyed in the GL thread.
https://bugzilla.gnome.org/show_bug.cgi?id=778434
2017-02-10 10:29:49 -0300 Juan Pablo Ugarte <juanpablougarte@gmail.com>
* ext/gl/gstglsinkbin.c:
GstGLSinkBin: fixed sink property leak
No need to keep an extra reference to sink since an indirect one is added by gst_bin_add()
https://bugzilla.gnome.org/show_bug.cgi?id=778452
2017-02-08 00:45:32 +0800 Haihua Hu <jared.hu@nxp.com>
* gst-libs/gst/gl/x11/gstglwindow_x11.c:
gl/window: attach the GMaincontext in window struct to GSource for X11 window
https://bugzilla.gnome.org/show_bug.cgi?id=778297
2017-02-07 19:42:47 +0200 Sebastian Dröge <sebastian@centricular.com>
* sys/androidmedia/gstamcvideoenc.c:
amcvideoenc: Set timestamps on header buffers too
https://bugzilla.gnome.org/show_bug.cgi?id=774772
2017-02-07 19:44:54 +0200 Sebastian Dröge <sebastian@centricular.com>
* sys/androidmedia/gstamcvideoenc.c:
amcvideoenc: Encoder output is generally not properly parsed
Don't claim it is and let h264parse and other parsers do their job.
https://bugzilla.gnome.org/show_bug.cgi?id=774772
2017-02-07 19:42:00 +0200 Sebastian Dröge <sebastian@centricular.com>
* sys/androidmedia/gstamcvideoenc.c:
amcvideoenc: Encoded H264 is generally not AU aligned
Claiming that it is, can cause h264parse to skip some parsing steps and
the output stays unaligned.
https://bugzilla.gnome.org/show_bug.cgi?id=774772
2017-02-01 16:05:23 +1100 Matthew Waters <matthew@centricular.com>
* ext/vulkan/vkwindow.c:
vkwindow: fix build error on i386
Vulkan handles are either pointers (64-bit) or 64-bit integer
handles (32-bit). Cast the type in failure cases.
vkwindow.c:229:561: error: return makes integer from pointer without a cast [-Werror=int-conversion]
vkwindow.c:231:194: error: return makes integer from pointer without a cast [-Werror=int-conversion]
https://bugzilla.gnome.org/show_bug.cgi?id=777979
2017-02-01 14:37:29 +1100 Jan Schmidt <jan@centricular.com>
* gst/mpegdemux/gstmpegdemux.c:
mpegdemux: Add extra length checks to TS scanning.
Add some missing size checks to the timestamp scanning
fast path.
2017-02-01 14:44:32 +1100 Jan Schmidt <jan@centricular.com>
* gst/mpegdemux/gstmpegdemux.c:
mpegdemux: Add stream-format to the H.264 caps.
H.264 in MPEG-PS is always byte-stream
2017-02-01 14:25:32 +1100 Jan Schmidt <jan@centricular.com>
* gst/mpegdemux/Makefile.am:
* gst/mpegdemux/gstmpegdemux.c:
psdemux: Rewrite PSM parsing using GstByteReader
Avoid possible buffer overflows and ignore invalid PSM packets better
by using GstByteReader.
https://bugzilla.gnome.org/show_bug.cgi?id=777957
2017-01-01 14:06:28 +0900 Seungha Yang <sh.yang@lge.com>
* gst-libs/gst/adaptivedemux/gstadaptivedemux.c:
adaptivedemux: Handle SEEK event only once
send_event() of parent class (i.e., GstBinClass) iterates srcpads
to send SEEK event. And performing it per srcpad is inefficient.
So, let's drop duplicated SEEK event by checking seqnum
https://bugzilla.gnome.org/show_bug.cgi?id=776612
=== release 1.10.3 ===
2017-01-30 Sebastian Dröge <s
lomo@coaxion.net
>
2017-01-30
16:27:55 +0200
Sebastian Dröge <s
ebastian@centricular.com
>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.10.3
* docs/plugins/gst-plugins-bad-plugins.args:
* docs/plugins/gst-plugins-bad-plugins.hierarchy:
* 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.3
2017-01-30 15:47:54 +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-01-30 13:34:42 +0200 Sebastian Dröge <sebastian@centricular.com>
NEWS
View file @
2e40502e
#
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.
3
](#
1.10.
3
)
and
was
released
on
30
Jan
uary
2017.
The
latest
bug
-
fix
release
in
the
1.10
series
is
[
1.10.
4
](#
1.10.
4
)
and
was
released
on
23
Febr
uary
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
:
Monday
30
Jan
2017
,
1
2
:
00
UTC
[(
log
)][
gitlog
]*
*
Last
updated
:
Thursday
23
Feb
2017
,
1
5
:
00
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
...
...
@@ -1136,10 +1136,13 @@ This release only contains bugfixes and it should be safe to update from 1.10.x.
####
Major
bugfixes
in
1.10.3
-
Various
fixes
for
crashes
,
assertions
,
deadlocks
and
memory
leaks
on
fuzzed
input
files
and
in
other
situations
input
files
and
in
other
situations
(
CVE
-
2016
-
10198
,
CVE
-
2016
-
10199
,
CVE
-
2017
-
5837
,
CVE
-
2017
-
5838
,
CVE
-
2017
-
5839
,
CVE
-
2017
-
5840
,
CVE
-
2017
-
5841
,
CVE
-
2017
-
5842
,
CVE
-
2017
-
5843
,
CVE
-
2017
-
5844
,
CVE
-
2017
-
5845
,
CVE
-
2017
-
5846
)
-
Regression
fixes
for
souphttpsrc
with
redirection
tracking
and
retrying
-
Regression
fix
for
gst
-
rtsp
-
server
not
handling
TCP
-
only
medias
anymore
-
Various
other
bugfixes
the
RTP
/
RTSP
codebase
-
Fix
for
gmodule
on
64
bit
Android
,
it
was
never
working
before
there
-
vp8enc
works
again
on
32
bit
Windows
-
Fixes
to
Opus
PLC
handling
in
the
decoder
-
Fix
for
stream
corruption
in
multihandlesink
when
removing
clients
...
...
@@ -1152,6 +1155,32 @@ GIT logs or ChangeLogs of the particular modules.
[
buglist
-
1.10.3
]:
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.3
<
a
name
=
"1.10.4"
></
a
>
###
1.10.4
The
third
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
-
Various
fixes
for
crashes
,
assertions
,
deadlocks
and
memory
leaks
on
fuzzed
input
files
and
in
other
situations
(
CVE
-
2017
-
5847
,
CVE
-
2017
-
5848
)
-
More
regression
fixes
for
souphttpsrc
redirection
tracking
-
Regression
fix
for
gmodule
on
32
bit
Android
,
which
was
introduced
as
part
of
the
64
bit
Android
fix
in
1.10.3
and
broke
the
androidmedia
plugin
-
Various
bugfixes
for
regressions
and
other
problems
in
the
V4L2
plugin
-
Fix
for
5.1
,
6.1
and
7.1
channel
layouts
for
Vorbis
-
Fixes
for
timestamp
generation
of
Android
video
encoder
element
-
gst
-
libav
was
updated
to
ffmpeg
3.2.4
,
fixing
a
couple
of
CVEs
-
...
and
many
,
many
more
!
For
a
full
list
of
bugfixes
see
[
Bugzilla
][
buglist
-
1.10.4
].
Note
that
this
is
not
the
full
list
of
changes
.
For
the
full
list
of
changes
please
refer
to
the
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
##
Known
Issues
-
iOS
builds
with
iOS
6
SDK
and
old
C
++
STL
.
You
need
to
select
iOS
6
instead
...
...
@@ -1185,4 +1214,3 @@ Müller, Reynaldo H. Verdejo Pinochet, Arun Raghavan, Thibault Saunier,
Jan
Schmidt
,
Wim
Taymans
,
Matthew
Waters
*
*
License
:
[
CC
BY
-
SA
4.0
](
http
://
creativecommons
.
org
/
licenses
/
by
-
sa
/
4.0
/)*
RELEASE
View file @
2e40502e
Release notes for GStreamer Bad Plugins 1.10.
3
Release notes for GStreamer Bad Plugins 1.10.
4
The GStreamer team is proud to announce the
third
bugfix release in the stable
The GStreamer team is proud to announce the
fourth
bugfix release in the stable
1.10 release series of your favourite cross-platform multimedia framework!
...
...
@@ -60,23 +60,14 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
Bugs fixed in this release
* 740101 : amcaudiodec error: 'first buffer should have OMX_BUFFERFLAG_CODECCONFIG set'
* 775072 : memory leak in usage of gst_pad_get_current_caps() API
* 775292 : dtls: Set openssl's threadid the 1.0.x way
* 775970 : glimagesink: hang? on windows
* 776072 : gleffects: found performance downgrade in gstreamer 1.10.0 compared with 1.8.1
* 776244 : tsdemux: Taglist leak
* 776461 : dash: Include debug of gstisoff on dashdemux category
* 776591 : gst-plugins-bad-1.10.2 tarball missing some sys/androidmedia sources
* 776722 : gl/egl: don't pass a GError to gst_gl_context_egl_choose_config when trying gles2
* 776726 : autoconvert: reconfigure event leak
* 777143 : tests/examples/gtk/glliveshader.c fails to build on systems without GL_GEOMETRY_SHADER
* 777144 : gst-libs/gst/gl/gstglslstage.c: uses #ifdef GL_* constants instead of defining them
* 777400 : dvdspu: fix crash when display_rect.bottom isn't even
* 777503 : mxfdemux: use after free in gst_mini_object_unref / gst_tag_list_unref / gst_mxf_demux_update_essence_tracks
* 777533 : tsdemux: memory leak in create_pad_for_stream / gst_static_pad_template_get
* 777742 : avfvideosrc SEGFAULT when using GLMemory
* 777930 : motioncells: fix mingw build
* 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
==== Download ====
...
...
@@ -114,20 +105,12 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Arun Raghavan
* Daniel Shahaf
* Edward Hervey
* Fabrice Bellet
* Garima Gaur
* Graham Leggett
* Fabien Dessenne
* Haihua Hu
* Jan Schmidt
* Juan Pablo Ugarte
* Matthew Waters
* Nicola Murino
* Reynaldo H. Verdejo Pinochet
* Scott D Phillips
* Nick Kallen
* Sebastian Dröge
* Seungha Yang
* Tim-Philipp Müller
* Ursula Maplehurst
\ No newline at end of file
configure.ac
View file @
2e40502e
...
...
@@ -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.
3
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-bad])
AC_INIT([GStreamer Bad Plug-ins],[1.10.
4
],[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
3
, 0, 100
3
)
AS_LIBTOOL(GST, 100
4
, 0, 100
4
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.10.0
...
...
docs/plugins/inspect/plugin-accurip.xml
View file @
2e40502e
...
...
@@ -3,7 +3,7 @@
<description>
Computes an AccurateRip CRC
</description>
<filename>
../../gst/accurip/.libs/libgstaccurip.so
</filename>
<basename>
libgstaccurip.so
</basename>
<version>
1.10.
3
</version>
<version>
1.10.
4
</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 @
2e40502e
...
...
@@ -3,7 +3,7 @@
<description>
ADPCM decoder
</description>
<filename>
../../gst/adpcmdec/.libs/libgstadpcmdec.so
</filename>
<basename>
libgstadpcmdec.so
</basename>
<version>
1.10.
3
</version>
<version>
1.10.
4
</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 @
2e40502e
...
...
@@ -3,7 +3,7 @@
<description>
ADPCM encoder
</description>
<filename>
../../gst/adpcmenc/.libs/libgstadpcmenc.so
</filename>
<basename>
libgstadpcmenc.so
</basename>
<version>
1.10.
3
</version>
<version>
1.10.
4
</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 @
2e40502e
...
...
@@ -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.
3
</version>
<version>
1.10.
4
</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 @
2e40502e
...
...
@@ -3,7 +3,7 @@
<description>
ASF Muxer Plugin
</description>
<filename>
../../gst/asfmux/.libs/libgstasfmux.so
</filename>
<basename>
libgstasfmux.so
</basename>
<version>
1.10.
3
</version>
<version>
1.10.
4
</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 @
2e40502e
...
...
@@ -3,7 +3,7 @@
<description>
ASS/SSA subtitle renderer
</description>
<filename>
../../ext/assrender/.libs/libgstassrender.so
</filename>
<basename>
libgstassrender.so
</basename>
<version>
1.10.
3
</version>
<version>
1.10.
4
</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 @
2e40502e
...
...
@@ -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.
3
</version>
<version>
1.10.
4
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer Bad Plug-ins
</package>
...
...
docs/plugins/inspect/plugin-audiomixer.xml
View file @
2e40502e
...
...
@@ -3,7 +3,7 @@
<description>
Mixes multiple audio streams
</description>
<filename>
../../gst/audiomixer/.libs/libgstaudiomixer.so
</filename>
<basename>
libgstaudiomixer.so
</basename>
<version>
1.10.
3
</version>
<version>
1.10.
4
</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 @
2e40502e
...
...
@@ -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.
3
</version>
<version>
1.10.
4
</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 @
2e40502e
...
...
@@ -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.
3
</version>
<version>
1.10.
4
</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 @
2e40502e
...
...
@@ -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.
3
</version>
<version>
1.10.
4
</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 @
2e40502e
...
...
@@ -3,7 +3,7 @@
<description>
Bluez-based bluetooth support
</description>
<filename>
../../sys/bluez/.libs/libgstbluez.so
</filename>
<basename>
libgstbluez.so
</basename>
<version>
1.10.
3
</version>
<version>
1.10.
4
</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 @
2e40502e
...
...
@@ -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.
3
</version>
<version>
1.10.
4
</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 @
2e40502e
...
...
@@ -3,7 +3,7 @@
<description>
Compress or decompress streams
</description>
<filename>
../../ext/bz2/.libs/libgstbz2.so
</filename>
<basename>
libgstbz2.so
</basename>
<version>
1.10.
3
</version>
<version>
1.10.
4
</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 @
2e40502e
...
...
@@ -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.
3
</version>
<version>
1.10.
4
</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 @
2e40502e
...
...
@@ -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.
3
</version>
<version>
1.10.
4
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer Bad Plug-ins source release
</package>
...
...
Prev
1
2
3
4
5
6
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