Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-plugins-good
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jan Alexander Steffens
gst-plugins-good
Commits
a9f020a0
Commit
a9f020a0
authored
Sep 14, 2012
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.11.94
parent
f4d83e31
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2356 additions
and
10 deletions
+2356
-10
ChangeLog
ChangeLog
+2338
-2
configure.ac
configure.ac
+3
-3
gst-plugins-good.doap
gst-plugins-good.doap
+10
-0
win32/common/config.h
win32/common/config.h
+5
-5
No files found.
ChangeLog
View file @
a9f020a0
This diff is collapsed.
Click to expand it.
configure.ac
View file @
a9f020a0
...
...
@@ -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/pre
AC_INIT(GStreamer Good Plug-ins, 0.11.9
3.1
,
AC_INIT(GStreamer Good Plug-ins, 0.11.9
4
,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good)
...
...
@@ -48,8 +48,8 @@ AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 0, 0, 0)
dnl *** required versions of GStreamer stuff ***
GST_REQ=0.11.9
3
GSTPB_REQ=0.11.9
3
GST_REQ=0.11.9
4
GSTPB_REQ=0.11.9
4
dnl *** autotools stuff ****
...
...
gst-plugins-good.doap
View file @
a9f020a0
...
...
@@ -32,6 +32,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
</GitRepository>
</repository>
<release>
<Version>
<revision>0.11.94</revision>
<branch>0.11</branch>
<name>Beatiful Tango</name>
<created>2012-09-14</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.11.94.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>0.11.93</revision>
...
...
win32/common/config.h
View file @
a9f020a0
...
...
@@ -52,13 +52,13 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins
git
"
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins
source release
"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2012-0
8-08T15:20Z
"
#define GST_PACKAGE_RELEASE_DATETIME "2012-0
9-14
"
/* struct v4l2_buffer missing */
#undef GST_V4L2_MISSING_BUFDECL
...
...
@@ -366,7 +366,7 @@
#define PACKAGE_NAME "GStreamer Good Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.11.9
3.1
"
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.11.9
4
"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good"
...
...
@@ -375,7 +375,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.11.9
3.1
"
#define PACKAGE_VERSION "0.11.9
4
"
/* directory where plugins are located */
#ifdef _DEBUG
...
...
@@ -409,7 +409,7 @@
#undef TARGET_CPU
/* Version number of package */
#define VERSION "0.11.9
3.1
"
#define VERSION "0.11.9
4
"
/* old wavpack API */
#undef WAVPACK_OLD_API
...
...
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