mirror of
https://abf.rosa.ru/djam/gstreamer1.0-plugins-good.git
synced 2025-02-24 01:32:50 +00:00
Update version to 1.19.1
This commit is contained in:
parent
ab8d3b1249
commit
6c3c843069
3 changed files with 3 additions and 82 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
gst-plugins-good-1.18.4.tar.xz: aaf8f2aa0bb58cad638b32d0d44a183ed7e7f8b0
|
||||
gst-plugins-good-1.19.1.tar.xz: b3081d55ae585f5f121aa1132548e97f6035f194
|
||||
|
|
|
@ -1,78 +0,0 @@
|
|||
diff -ruN a/ext/qt/gstqsgtexture.cc b/ext/qt/gstqsgtexture.cc
|
||||
--- a/ext/qt/gstqsgtexture.cc 1970-01-01 09:00:00.000000000 +0900
|
||||
+++ b/ext/qt/gstqsgtexture.cc 2021-05-29 15:37:45.878971164 +0900
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
GstQSGTexture::GstQSGTexture ()
|
||||
{
|
||||
- static volatile gsize _debug;
|
||||
+ static gsize _debug;
|
||||
|
||||
initializeOpenGLFunctions();
|
||||
|
||||
diff -ruN a/ext/qt/gstqtglutility.cc b/ext/qt/gstqtglutility.cc
|
||||
--- a/ext/qt/gstqtglutility.cc 1970-01-01 09:00:00.000000000 +0900
|
||||
+++ b/ext/qt/gstqtglutility.cc 2021-05-29 15:37:54.707411155 +0900
|
||||
@@ -66,7 +66,7 @@
|
||||
{
|
||||
GstGLDisplay *display = NULL;
|
||||
QGuiApplication *app = static_cast<QGuiApplication *> (QCoreApplication::instance ());
|
||||
- static volatile gsize _debug;
|
||||
+ static gsize _debug;
|
||||
|
||||
g_assert (app != NULL);
|
||||
|
||||
diff -ruN a/ext/qt/qtglrenderer.cc b/ext/qt/qtglrenderer.cc
|
||||
--- a/ext/qt/qtglrenderer.cc 1970-01-01 09:00:00.000000000 +0900
|
||||
+++ b/ext/qt/qtglrenderer.cc 2021-05-29 15:38:07.783583023 +0900
|
||||
@@ -22,7 +22,7 @@
|
||||
static void
|
||||
init_debug (void)
|
||||
{
|
||||
- static volatile gsize _debug;
|
||||
+ static gsize _debug;
|
||||
|
||||
if (g_once_init_enter (&_debug)) {
|
||||
GST_DEBUG_CATEGORY_INIT (GST_CAT_DEFAULT, "qtglrenderer", 0,
|
||||
@@ -115,7 +115,7 @@
|
||||
|
||||
struct SharedRenderData
|
||||
{
|
||||
- volatile int refcount;
|
||||
+ int refcount;
|
||||
SharedRenderDataState state;
|
||||
GMutex lock;
|
||||
GCond cond;
|
||||
diff -ruN a/ext/qt/qtitem.cc b/ext/qt/qtitem.cc
|
||||
--- a/ext/qt/qtitem.cc 1970-01-01 09:00:00.000000000 +0900
|
||||
+++ b/ext/qt/qtitem.cc 2021-05-29 15:38:16.944003804 +0900
|
||||
@@ -104,7 +104,7 @@
|
||||
|
||||
QtGLVideoItem::QtGLVideoItem()
|
||||
{
|
||||
- static volatile gsize _debug;
|
||||
+ static gsize _debug;
|
||||
|
||||
if (g_once_init_enter (&_debug)) {
|
||||
GST_DEBUG_CATEGORY_INIT (GST_CAT_DEFAULT, "qtglwidget", 0, "Qt GL Widget");
|
||||
diff -ruN a/ext/qt/qtwindow.cc b/ext/qt/qtwindow.cc
|
||||
--- a/ext/qt/qtwindow.cc 1970-01-01 09:00:00.000000000 +0900
|
||||
+++ b/ext/qt/qtwindow.cc 2021-05-29 15:38:23.610582743 +0900
|
||||
@@ -103,7 +103,7 @@
|
||||
QQuickWindow( parent ), source (src)
|
||||
{
|
||||
QGuiApplication *app = static_cast<QGuiApplication *> (QCoreApplication::instance ());
|
||||
- static volatile gsize _debug;
|
||||
+ static gsize _debug;
|
||||
|
||||
g_assert (app != NULL);
|
||||
|
||||
@@ -152,7 +152,7 @@
|
||||
|
||||
g_mutex_lock (&this->priv->lock);
|
||||
|
||||
- static volatile gsize once = 0;
|
||||
+ static gsize once = 0;
|
||||
if (g_once_init_enter(&once)) {
|
||||
this->priv->start = QDateTime::currentDateTime().toMSecsSinceEpoch();
|
||||
g_once_init_leave(&once,1);
|
|
@ -6,13 +6,12 @@
|
|||
|
||||
Summary: GStreamer Streaming-media framework plug-ins
|
||||
Name: %{bname}-plugins-good
|
||||
Version: 1.18.4
|
||||
Release: 2
|
||||
Version: 1.19.1
|
||||
Release: 1
|
||||
Group: Sound
|
||||
License: LGPLv2.1+
|
||||
Url: http://gstreamer.freedesktop.org/
|
||||
Source0: http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-%{version}.tar.xz
|
||||
Patch0: gst-plugins-good-remove-volatile.patch
|
||||
BuildRequires: gstreamer1.0-plugins-base >= %{version}
|
||||
%if %{with docs}
|
||||
BuildRequires: gtk-doc >= 1.12
|
||||
|
|
Loading…
Add table
Reference in a new issue