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
7626b73e
Commit
7626b73e
authored
Mar 13, 2018
by
Tim-Philipp Müller
🐠
Browse files
Release 1.13.91
parent
75ac8393
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
7626b73e
=== release 1.13.91 ===
2018-03-13 19:32:39 +0000 Tim-Philipp Müller <tim@centricular.com>
* NEWS:
* RELEASE:
* configure.ac:
* gst-omx.doap:
* meson.build:
Release 1.13.91
2018-03-09 12:02:29 +0000 Tim-Philipp Müller <tim@centricular.com>
* meson.build:
meson: fix typo in package name define
2018-02-27 15:42:53 +0100 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* omx/gstomxh265enc.c:
* omx/gstomxh265utils.c:
omxh265: update 422 profile names
h265parse is gaining support for the format range extension profile
(bgo#793876).
Use the profile names defined in h265parse.
https://bugzilla.gnome.org/show_bug.cgi?id=793928
2018-03-05 13:49:18 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com>
* omx/gstomxvideoenc.c:
omxvideoenc: Don't drop the frame on empty payload
This otherwise may lead to "No reference frame found" warning.
2018-03-01 15:16:55 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com>
* omx/gstomxvideodec.c:
omxvideodec: Don't drop the frame on empty payload
This otherwise may lead to "No reference frame found" warning.
2018-03-02 15:36:06 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com>
* omx/gstomx.c:
omx: Free empty buffers list in use_dynamic_buffers
To indicate we are doing dynamic buffers importation, we pass
a list of NULL pointers, but we forgot to free that list.
2018-03-01 15:16:32 -0500 Nicolas Dufresne <nicolas.dufresne@collabora.com>
* omx/gstomxvideodec.c:
omxvideodec: Fix CodecState leak
=== release 1.13.90 ===
2018-03-03 23:00:59 +0000 Tim-Philipp Müller <tim@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
...
...
NEWS
View file @
7626b73e
This diff is collapsed.
Click to expand it.
RELEASE
View file @
7626b73e
This is GStreamer gst-omx 1.13.9
0
.
This is GStreamer gst-omx 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 @
7626b73e
...
...
@@ -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.13.9
0
,
AC_INIT(GStreamer OpenMAX Plug-ins, 1.13.9
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, 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
GST_REQ=1.13.9
1
dnl *** autotools stuff ****
...
...
gst-omx.doap
View file @
7626b73e
...
...
@@ -31,6 +31,16 @@ a basic collection of elements
</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-omx/gst-omx-1.13.91.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.13.90</revision>
...
...
meson.build
View file @
7626b73e
project
(
'gst-omx'
,
'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
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