Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Guy1524
gst-plugins-ugly
Commits
f16550f6
Commit
f16550f6
authored
Mar 13, 2018
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.13.91
parent
5f30ad5b
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
945 additions
and
41 deletions
+945
-41
ChangeLog
ChangeLog
+40
-0
NEWS
NEWS
+889
-35
RELEASE
RELEASE
+1
-1
configure.ac
configure.ac
+4
-4
gst-plugins-ugly.doap
gst-plugins-ugly.doap
+10
-0
meson.build
meson.build
+1
-1
No files found.
ChangeLog
View file @
f16550f6
=== release 1.13.91 ===
2018-03-13 19:17:58 +0000 Tim-Philipp Müller <tim@centricular.com>
* NEWS:
* RELEASE:
* configure.ac:
* gst-plugins-ugly.doap:
* meson.build:
Release 1.13.91
2018-03-13 19:17:58 +0000 Tim-Philipp Müller <tim@centricular.com>
* 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-mpeg2dec.xml:
* docs/plugins/inspect/plugin-realmedia.xml:
* docs/plugins/inspect/plugin-sid.xml:
* docs/plugins/inspect/plugin-x264.xml:
* docs/plugins/inspect/plugin-xingmux.xml:
Update docs
2018-03-12 20:19:19 +0000 Tim-Philipp Müller <tim@centricular.com>
* docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
docs: plugins: minor addition to plugins list
2018-03-08 10:12:16 +0100 Michael Tretter <m.tretter@pengutronix.de>
* configure.ac:
configure.ac: enable largefile support if possible
https://bugzilla.gnome.org/show_bug.cgi?id=793103
=== release 1.13.90 ===
2018-03-03 22:24:28 +0000 Tim-Philipp Müller <tim@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
...
...
NEWS
View file @
f16550f6
This diff is collapsed.
Click to expand it.
RELEASE
View file @
f16550f6
This is GStreamer gst-plugins-ugly 1.13.9
0
.
This is GStreamer gst-plugins-ugly 1.13.9
1
.
The GStreamer team is pleased to announce the first release candidate for the
upcoming stable 1.14 release series.
...
...
configure.ac
View file @
f16550f6
...
...
@@ -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.13.9
0
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
AC_INIT([GStreamer Ugly Plug-ins],[1.13.9
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, 139
0
, 0, 139
0
)
AS_LIBTOOL(GST, 139
1
, 0, 139
1
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.13.9
0
GSTPB_REQ=1.13.9
0
GST_REQ=1.13.9
1
GSTPB_REQ=1.13.9
1
dnl *** autotools stuff ****
...
...
gst-plugins-ugly.doap
View file @
f16550f6
...
...
@@ -33,6 +33,16 @@ might be widely known to present patent problems.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.13.91</revision>
<branch>master</branch>
<name></name>
<created>2018-03-13</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.13.91.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.13.90</revision>
...
...
meson.build
View file @
f16550f6
project('gst-plugins-ugly', 'c',
version : '1.13.9
0
',
version : '1.13.9
1
',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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