mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Release 1.11.1
This commit is contained in:
parent
b4d6393cc0
commit
b477f962a2
22 changed files with 360 additions and 1147 deletions
304
ChangeLog
304
ChangeLog
|
@ -1,9 +1,307 @@
|
|||
=== release 1.10.0 ===
|
||||
=== release 1.11.1 ===
|
||||
|
||||
2016-11-01 Sebastian Dröge <slomo@coaxion.net>
|
||||
2017-01-12 Sebastian Dröge <slomo@coaxion.net>
|
||||
|
||||
* configure.ac:
|
||||
releasing 1.10.0
|
||||
releasing 1.11.1
|
||||
|
||||
2017-01-12 14:37:02 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* po/hr.po:
|
||||
* po/id.po:
|
||||
* po/sv.po:
|
||||
po: Update translations
|
||||
|
||||
2016-12-16 16:52:00 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
|
||||
|
||||
* ext/amrnb/meson.build:
|
||||
* ext/x264/meson.build:
|
||||
* meson.build:
|
||||
meson: Install presets files
|
||||
|
||||
2015-06-26 20:22:47 +0200 Mathieu Duponchelle <mathieu.duponchelle@opencreed.com>
|
||||
|
||||
* ext/x264/GstX264Enc.prs:
|
||||
x264enc: Add a youtube preset.
|
||||
Based on https://support.google.com/youtube/answer/1722171
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=751560
|
||||
|
||||
2016-12-28 10:42:15 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* config.h.meson:
|
||||
* configure.ac:
|
||||
* docs/plugins/Makefile.am:
|
||||
* docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
|
||||
* docs/plugins/gst-plugins-ugly-plugins-sections.txt:
|
||||
* docs/plugins/inspect/plugin-mad.xml:
|
||||
* ext/Makefile.am:
|
||||
* ext/mad/Makefile.am:
|
||||
* ext/mad/gstmad.c:
|
||||
* ext/mad/gstmad.h:
|
||||
* ext/mad/meson.build:
|
||||
* ext/meson.build:
|
||||
mad: remove plugin
|
||||
We have better replacements such as the mpg123 plugin.
|
||||
The main reason to keep around mad was for 'freeform'
|
||||
mp3 support, but mpg123 can handle those too nowadays.
|
||||
Also, mad is GPL and has been unmaintained for years.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=776140
|
||||
|
||||
2016-12-16 19:07:51 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* Makefile.am:
|
||||
* configure.ac:
|
||||
* win32/MANIFEST:
|
||||
* win32/common/.gitignore:
|
||||
* win32/common/config.h:
|
||||
win32: remove platform-specific copies of generated headers
|
||||
Unused and no longer needed.
|
||||
|
||||
2016-12-14 10:24:26 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* .gitignore:
|
||||
* Makefile.am:
|
||||
* configure.ac:
|
||||
* gst-plugins-ugly.spec.in:
|
||||
Remove generated .spec file
|
||||
Likely extremely bitrotten, and we should not ship this anyway.
|
||||
|
||||
2016-12-09 17:45:34 -0300 Thibault Saunier <tsaunier@gnome.org>
|
||||
|
||||
* meson.build:
|
||||
meson: Support building without Gst debug
|
||||
|
||||
2016-12-03 08:19:44 +0100 Edward Hervey <bilboed@bilboed.com>
|
||||
|
||||
* README:
|
||||
* common:
|
||||
Automatic update of common submodule
|
||||
From f980fd9 to 39ac2f5
|
||||
|
||||
2016-12-02 14:06:21 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* gst/asfdemux/gstasfdemux.c:
|
||||
asfdemux: Fix memory leak of payload extensions for unusable/unsupported streams
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=775515
|
||||
|
||||
2016-11-30 18:11:30 +0200 Vivia Nikolaidou <vivia@ahiru.eu>
|
||||
|
||||
* ext/x264/gstx264enc.c:
|
||||
x264enc: Add information for mixed mode
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=775411
|
||||
|
||||
2016-11-30 17:30:33 +0200 Vivia Nikolaidou <vivia@ahiru.eu>
|
||||
|
||||
* ext/x264/gstx264enc.c:
|
||||
x264enc: Correctly pass interlacing/TFF information
|
||||
Give the interlacing information correctly to the encoder. Also parse
|
||||
TFF/BFF information from the caps and pass it too.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=775411
|
||||
|
||||
2016-11-28 15:14:18 +0200 Vivia Nikolaidou <vivia@ahiru.eu>
|
||||
|
||||
* ext/x264/gstx264enc.c:
|
||||
x264enc: Auto-detect interlace mode from caps
|
||||
If the caps are interlaced, interlacing is always enabled on the
|
||||
encoder. If the interlace-mode field is missing or if it's progressive,
|
||||
the encoder uses the "interlaced" property.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=775228
|
||||
|
||||
2016-11-26 11:20:51 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* .gitmodules:
|
||||
common: use https protocol for common submodule
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=775110
|
||||
|
||||
2016-11-25 23:51:00 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* gst/realmedia/realhash.c:
|
||||
real: Fix compiler warnings with latest clang
|
||||
realhash.c:295:11: error: implicit conversion from 'int' to 'char' changes value from 128 to -128 [-Werror,-Wconstant-conversion]
|
||||
*buf1 = 128;
|
||||
~ ^~~
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=775112
|
||||
|
||||
2016-11-25 12:41:03 +0100 Edward Hervey <edward@centricular.com>
|
||||
|
||||
* gst/asfdemux/gstasfdemux.c:
|
||||
asfdemux: Allow 64bit sizes for DATA object
|
||||
we *can* have files greater than 4GB, any other object should be
|
||||
smaller than that
|
||||
|
||||
2016-11-25 10:07:35 +0100 Edward Hervey <edward@centricular.com>
|
||||
|
||||
* gst/asfdemux/gstasfdemux.c:
|
||||
asfdemux: Add sanity check for asf_stream_audio
|
||||
We should have enough bytes for the specified codec_data
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=775070
|
||||
|
||||
2016-11-25 09:45:04 +0100 Edward Hervey <edward@centricular.com>
|
||||
|
||||
* gst/asfdemux/gstasfdemux.c:
|
||||
asfdemux: Add sanity checks when reading asf_stream_video_format
|
||||
It should report a size of at least 40 bytes
|
||||
Also check for the size of the remaining data (i.e. codec_data)
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=775070
|
||||
|
||||
2016-11-25 09:44:05 +0100 Edward Hervey <edward@centricular.com>
|
||||
|
||||
* gst/asfdemux/gstasfdemux.c:
|
||||
asfdemux: Add check for invalid/corrupt asf object
|
||||
An asf object can't realistically be bigger than 2**32 bytes.
|
||||
If it reports a size bigger than that, consider it corrupt and properly
|
||||
propagate the error back.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=775070
|
||||
|
||||
2016-11-22 17:14:44 +0100 Edward Hervey <edward@centricular.com>
|
||||
|
||||
* gst/asfdemux/gstasfdemux.c:
|
||||
asfdemux: Handle EOS in push-mode on corrupted files
|
||||
It is possible no streams were activated when receiving EOS, if so
|
||||
handled it as if we hadn't seen the header
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=774846
|
||||
|
||||
2016-11-22 16:56:04 +0100 Edward Hervey <edward@centricular.com>
|
||||
|
||||
* gst/asfdemux/gstasfdemux.c:
|
||||
* gst/asfdemux/gstasfdemux.h:
|
||||
asfdemux: FILE headers are mandatory in the header
|
||||
As per the specification, also avoids ending up trying to play a
|
||||
file with plenty of un-initialized values.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=774846
|
||||
|
||||
2016-11-22 16:54:26 +0100 Edward Hervey <edward@centricular.com>
|
||||
|
||||
* gst/asfdemux/gstasfdemux.c:
|
||||
asfdemux: Handle incomplete header in pull mode
|
||||
pulling headers is meant to complete as a whole. If we don't have
|
||||
enough data, it's an error.
|
||||
Avoids pipeline hangs on corrupted files
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=774846
|
||||
|
||||
2016-11-22 16:22:49 +0100 Edward Hervey <edward@centricular.com>
|
||||
|
||||
* gst/asfdemux/gstasfdemux.c:
|
||||
asfdemux: Handle issues with "empty" files
|
||||
In some corrupted files, we could end up with no actual streams
|
||||
being exposed.
|
||||
In those cases, make sure we properly propagate the failure all
|
||||
the way to the loop function. This avoids ending up in cases where
|
||||
we are neither EOS'd nor ERROR'd out from a pipeline point of view.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=774846
|
||||
|
||||
2016-11-20 20:54:25 +0100 Mark Nauwelaerts <mnauw@users.sourceforge.net>
|
||||
|
||||
* ext/dvdread/dvdreadsrc.c:
|
||||
dvdreadsrc: dvd-spu-clut-change is a sticky custom event
|
||||
|
||||
2016-11-17 17:20:03 -0800 Scott D Phillips <scott.d.phillips@intel.com>
|
||||
|
||||
* meson.build:
|
||||
meson: Add ignored warnings for MSVC
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=774656
|
||||
|
||||
2016-11-11 14:15:17 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* configure.ac:
|
||||
* ext/x264/Makefile.am:
|
||||
* ext/x264/gstx264enc.c:
|
||||
* ext/x264/gstx264enc.h:
|
||||
* ext/x264/meson.build:
|
||||
* meson_options.txt:
|
||||
x264enc: Add configure parameter to specify additional x264 libraries with e.g. different depth configuration
|
||||
x264 has to be compiled specifically for a target bit depth.
|
||||
Distributions currently ship various libraries in their packages, with
|
||||
different bit depths.
|
||||
This change now allows to provide them all at configure time and have
|
||||
the x264enc element dynamically switch between them based on the bit
|
||||
depth of the input format.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=763297
|
||||
|
||||
2016-11-01 18:09:25 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* meson.build:
|
||||
meson: update version
|
||||
|
||||
=== release 1.11.0 ===
|
||||
|
||||
2016-11-01 18:53:15 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* configure.ac:
|
||||
Back to development
|
||||
|
||||
=== release 1.10.0 ===
|
||||
|
||||
2016-11-01 18:05:31 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* docs/plugins/inspect/plugin-a52dec.xml:
|
||||
* docs/plugins/inspect/plugin-amrnb.xml:
|
||||
* docs/plugins/inspect/plugin-amrwbdec.xml:
|
||||
* docs/plugins/inspect/plugin-asf.xml:
|
||||
* docs/plugins/inspect/plugin-cdio.xml:
|
||||
* docs/plugins/inspect/plugin-dvdlpcmdec.xml:
|
||||
* docs/plugins/inspect/plugin-dvdread.xml:
|
||||
* docs/plugins/inspect/plugin-dvdsub.xml:
|
||||
* docs/plugins/inspect/plugin-lame.xml:
|
||||
* docs/plugins/inspect/plugin-mad.xml:
|
||||
* docs/plugins/inspect/plugin-mpeg2dec.xml:
|
||||
* docs/plugins/inspect/plugin-mpg123.xml:
|
||||
* docs/plugins/inspect/plugin-realmedia.xml:
|
||||
* docs/plugins/inspect/plugin-siddec.xml:
|
||||
* docs/plugins/inspect/plugin-twolame.xml:
|
||||
* docs/plugins/inspect/plugin-x264.xml:
|
||||
* docs/plugins/inspect/plugin-xingmux.xml:
|
||||
* gst-plugins-ugly.doap:
|
||||
* win32/common/config.h:
|
||||
Release 1.10.0
|
||||
|
||||
2016-11-01 17:54:16 +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/lt.po:
|
||||
* po/lv.po:
|
||||
* po/ms.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
|
||||
|
||||
2016-11-01 17:43:01 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
|
|
35
RELEASE
35
RELEASE
|
@ -1,15 +1,21 @@
|
|||
|
||||
Release notes for GStreamer Ugly Plugins 1.10.0
|
||||
Release notes for GStreamer Ugly Plugins 1.11.1
|
||||
|
||||
The GStreamer team is pleased to announce the first release of the new stable
|
||||
1.10 release series. The 1.10 release series is adding new features on top of
|
||||
the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and ABI-stable 1.x
|
||||
release series of the GStreamer multimedia framework.
|
||||
The GStreamer team is pleased to announce the first release of the unstable
|
||||
1.11 release series. The 1.11 release series is adding new features on top of
|
||||
the 1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and ABI-stable 1.x release
|
||||
series of the GStreamer multimedia framework. The unstable 1.11 release series
|
||||
will lead to the stable 1.12 release series in the next weeks. Any newly added
|
||||
API can still change until that point.
|
||||
|
||||
|
||||
Binaries for Android, iOS, Mac OS X and Windows will be provided shortly after
|
||||
the source release by the GStreamer project during the stable 1.10 release
|
||||
series.
|
||||
Full release notes will be provided at some point during the 1.11 release
|
||||
cycle, highlighting all the new features, bugfixes, performance optimizations
|
||||
and other important changes.
|
||||
|
||||
|
||||
Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
|
||||
|
||||
|
||||
|
||||
"When you have to shoot, shoot. Don't talk."
|
||||
|
@ -55,6 +61,14 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
|
|||
|
||||
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 751560 : x264enc: Add a youtube preset.
|
||||
* 763297 : x264enc: Add parameter to explicitly load a specific x264 library
|
||||
* 775228 : x264enc: Auto-detect interlace mode from caps
|
||||
* 775411 : x264enc: Correctly pass interlacing/TFF information
|
||||
* 776140 : Remove mad plugin
|
||||
|
||||
==== Download ====
|
||||
|
||||
You can find source releases of gst-plugins-ugly in the download
|
||||
|
@ -90,9 +104,12 @@ subscribe to the gstreamer-devel list.
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Nirbheek Chauhan
|
||||
* Edward Hervey
|
||||
* Mark Nauwelaerts
|
||||
* Mathieu Duponchelle
|
||||
* Scott D Phillips
|
||||
* Sebastian Dröge
|
||||
* Thibault Saunier
|
||||
* Tim-Philipp Müller
|
||||
* Vivia Nikolaidou
|
||||
|
|
@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
|
|||
dnl initialize autoconf
|
||||
dnl releases only do -Wall, cvs and prerelease does -Werror too
|
||||
dnl use a three digit version number for releases, and four for cvs/prerelease
|
||||
AC_INIT([GStreamer Ugly Plug-ins],[1.11.0.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
|
||||
AC_INIT([GStreamer Ugly Plug-ins],[1.11.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
|
||||
|
||||
AG_GST_INIT
|
||||
|
||||
|
@ -42,11 +42,11 @@ AC_SUBST(GST_API_VERSION)
|
|||
AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
|
||||
[GStreamer API Version])
|
||||
|
||||
AS_LIBTOOL(GST, 1100, 0, 1100)
|
||||
AS_LIBTOOL(GST, 1101, 0, 1101)
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=1.11.0.1
|
||||
GSTPB_REQ=1.11.0.1
|
||||
GST_REQ=1.11.1
|
||||
GSTPB_REQ=1.11.1
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
|
@ -49,6 +49,7 @@ GObject
|
|||
GstPlugin
|
||||
GstPluginFeature
|
||||
GstDeviceProviderFactory
|
||||
GstDynamicTypeFactory
|
||||
GstElementFactory
|
||||
GstTracerFactory
|
||||
GstTypeFindFactory
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Decodes ATSC A/52 encoded audio streams</description>
|
||||
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
|
||||
<basename>libgsta52dec.so</basename>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Adaptive Multi-Rate Narrow-Band</description>
|
||||
<filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
|
||||
<basename>libgstamrnb.so</basename>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.1</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Adaptive Multi-Rate Wide-Band Decoder</description>
|
||||
<filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename>
|
||||
<basename>libgstamrwbdec.so</basename>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.1</version>
|
||||
<license>unknown</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Demuxes and muxes audio and video in Microsofts ASF format</description>
|
||||
<filename>../../gst/asfdemux/.libs/libgstasf.so</filename>
|
||||
<basename>libgstasf.so</basename>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Read audio from audio CDs</description>
|
||||
<filename>../../ext/cdio/.libs/libgstcdio.so</filename>
|
||||
<basename>libgstcdio.so</basename>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Decode DVD LPCM frames into standard PCM</description>
|
||||
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
|
||||
<basename>libgstdvdlpcmdec.so</basename>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Access a DVD with dvdread</description>
|
||||
<filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
|
||||
<basename>libgstdvdread.so</basename>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>DVD subtitle parser and decoder</description>
|
||||
<filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
|
||||
<basename>libgstdvdsub.so</basename>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Encode MP3s with LAME</description>
|
||||
<filename>../../ext/lame/.libs/libgstlame.so</filename>
|
||||
<basename>libgstlame.so</basename>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>LibMpeg2 decoder</description>
|
||||
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
|
||||
<basename>libgstmpeg2dec.so</basename>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>mp3 decoding based on the mpg123 library</description>
|
||||
<filename>../../ext/mpg123/.libs/libgstmpg123.so</filename>
|
||||
<basename>libgstmpg123.so</basename>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>RealMedia support plugins</description>
|
||||
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
|
||||
<basename>libgstrmdemux.so</basename>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Uses libsidplay to decode .sid files</description>
|
||||
<filename>../../ext/sidplay/.libs/libgstsid.so</filename>
|
||||
<basename>libgstsid.so</basename>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Encode MP2s with TwoLAME</description>
|
||||
<filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
|
||||
<basename>libgsttwolame.so</basename>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>libx264-based H264 plugins</description>
|
||||
<filename>../../ext/x264/.libs/libgstx264.so</filename>
|
||||
<basename>libgstx264.so</basename>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.1</version>
|
||||
<license>GPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<name>sink</name>
|
||||
<direction>sink</direction>
|
||||
<presence>always</presence>
|
||||
<details>video/x-raw, format=(string){ I420, YV12, Y42B, Y444, NV12, I420_10LE, I422_10LE, Y444_10LE }, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 2147483647 ], height=(int)[ 16, 2147483647 ]</details>
|
||||
<details>video/x-raw, framerate=(fraction)[ 0/1, 2147483647/1 ], width=(int)[ 16, 2147483647 ], height=(int)[ 16, 2147483647 ], format=(string){ Y444, Y42B, I420, YV12, NV12 }</details>
|
||||
</caps>
|
||||
<caps>
|
||||
<name>src</name>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>Add XING tags to mpeg audio files</description>
|
||||
<filename>../../gst/xingmux/.libs/libgstxingmux.so</filename>
|
||||
<basename>libgstxingmux.so</basename>
|
||||
<version>1.10.0</version>
|
||||
<version>1.11.1</version>
|
||||
<license>LGPL</license>
|
||||
<source>gst-plugins-ugly</source>
|
||||
<package>GStreamer Ugly Plug-ins source release</package>
|
||||
|
|
|
@ -33,6 +33,16 @@ might be widely known to present patent problems.
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.11.1</revision>
|
||||
<branch>master</branch>
|
||||
<name></name>
|
||||
<created>2017-01-12</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.11.1.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.10.0</revision>
|
||||
|
|
Loading…
Reference in a new issue