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
Shinya Saito
gst-omx
Commits
da512c2f
Commit
da512c2f
authored
Jan 17, 2019
by
Tim-Philipp Müller
🐠
Browse files
Release 1.15.1
parent
09ad21b2
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
da512c2f
This diff is collapsed.
Click to expand it.
NEWS
View file @
da512c2f
This diff is collapsed.
Click to expand it.
RELEASE
View file @
da512c2f
This is GStreamer gst-omx 1.15.
0.
1.
This is GStreamer gst-omx 1.15.1.
GStreamer 1.15 is the development
version
leading up to the next major
GStreamer 1.15 is the development
branch
leading up to the next major
stable version which will be 1.16.
The 1.15 development series adds new features on top of the 1.14 series and is
...
...
@@ -11,8 +11,8 @@ Full release notes will one day be found at:
https://gstreamer.freedesktop.org/releases/1.16/
Binaries for Android, iOS, Mac OS X and Windows will be provided
shortly
after the release.
Binaries for Android, iOS, Mac OS X and Windows will
usually
be provided
shortly
after the release.
This module will not be very useful by itself and should be used in conjunction
with other GStreamer modules for a complete multimedia experience.
...
...
@@ -57,7 +57,7 @@ You can find source releases of gstreamer in the download
directory: https://gstreamer.freedesktop.org/src/gstreamer/
The git repository and details how to clone it can be found at
http://cgit.freedesktop.org/gstreamer/gstreamer/
http
s
://cgit.freedesktop.org/gstreamer/gstreamer/
==== Homepage ====
...
...
@@ -65,10 +65,16 @@ The project's website is https://gstreamer.freedesktop.org/
==== Support and Bugs ====
We
use
GNOME
's b
ugzilla
for bug reports and feature requests:
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
We
have recently moved from
GNOME
B
ugzilla
to GitLab on freedesktop.org
for bug reports and feature requests:
Please submit patches via bugzilla as well.
https://gitlab.freedesktop.org/gstreamer
Please submit patches via GitLab as well, in form of Merge Requests. See
https://gstreamer.freedesktop.org/documentation/contribute/
for more details.
For help and support, please subscribe to and send questions to the
gstreamer-devel mailing list (see below for details).
...
...
@@ -77,8 +83,14 @@ There is also a #gstreamer IRC channel on the Freenode IRC network.
==== Developers ====
GStreamer is stored in Git, hosted at git.freedesktop.org, and can be cloned
from there (see link above).
GStreamer source code repositories can be found on GitLab on freedesktop.org:
https://gitlab.freedesktop.org/gstreamer
and can also be cloned from there and this is also where you can submit
Merge Requests or file issues for bugs or feature requests.
Interested developers of the core library, plugins, and applications should
subscribe to the gstreamer-devel list.
subscribe to the gstreamer-devel list:
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
configure.ac
View file @
da512c2f
...
...
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease
AC_INIT(GStreamer OpenMAX Plug-ins, 1.15.
0.
1,
AC_INIT(GStreamer OpenMAX Plug-ins, 1.15.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-omx)
...
...
@@ -45,10 +45,10 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 150
0
, 0, 150
0
)
AS_LIBTOOL(GST, 150
1
, 0, 150
1
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.15.
0.
1
GST_REQ=1.15.1
dnl *** autotools stuff ****
...
...
gst-omx.doap
View file @
da512c2f
...
...
@@ -31,6 +31,16 @@ a basic collection of elements
</GitRepository>
</repository>
<release>
<Version>
<revision>1.15.1</revision>
<branch>master</branch>
<name></name>
<created>2019-01-17</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.15.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.14.0</revision>
...
...
meson.build
View file @
da512c2f
project
(
'gst-omx'
,
'c'
,
version
:
'1.15.
0.
1'
,
version
:
'1.15.1'
,
meson_version
:
'>= 0.36.0'
,
default_options
:
[
'warning_level=1'
,
'buildtype=debugoptimized'
])
...
...
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