Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-plugins-bad
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Víctor Manuel Jáquez Leal
gst-plugins-bad
Commits
b8ebf1b1
Commit
b8ebf1b1
authored
Dec 05, 2005
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
releasing 0.10.0
Original commit message from CVS: releasing 0.10.0
parent
dd2ba018
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
27 additions
and
17 deletions
+27
-17
ChangeLog
ChangeLog
+7
-0
NEWS
NEWS
+5
-1
RELEASE
RELEASE
+8
-9
configure.ac
configure.ac
+1
-1
docs/plugins/inspect/plugin-faad.xml
docs/plugins/inspect/plugin-faad.xml
+1
-1
docs/plugins/inspect/plugin-gsm.xml
docs/plugins/inspect/plugin-gsm.xml
+1
-1
docs/plugins/inspect/plugin-qtdemux.xml
docs/plugins/inspect/plugin-qtdemux.xml
+1
-1
docs/plugins/inspect/plugin-sdlvideosink.xml
docs/plugins/inspect/plugin-sdlvideosink.xml
+1
-1
docs/plugins/inspect/plugin-speed.xml
docs/plugins/inspect/plugin-speed.xml
+1
-1
docs/plugins/inspect/plugin-tta.xml
docs/plugins/inspect/plugin-tta.xml
+1
-1
No files found.
ChangeLog
View file @
b8ebf1b1
=== release 0.10.0 ===
2005-12-05 <thomas (at) apestaart (dot) org>
* configure.ac:
releasing 0.10.0, "Camembert"
2005-12-05 Andy Wingo <wingo@pobox.com>
* ext/faac/gstfaac.c: (gst_faac_sink_event), (gst_faac_chain):
...
...
NEWS
View file @
b8ebf1b1
This is GStreamer Bad Plug-ins 0.9.7, "Arrigato Gasuimas Skebisan"
This is GStreamer Bad Plug-ins 0.10.0, "Camembert"
Bugs fixed since 0.9.7:
* 322962 : wavpack plugins don't get built
Changes since 0.9.6:
...
...
RELEASE
View file @
b8ebf1b1
GStreamer: Release notes for GStreamer Bad Plug-ins 0.
9.7 "Arrigato Gasuimas Skebisan
"
GStreamer: Release notes for GStreamer Bad Plug-ins 0.
10.0 "Camembert
"
The GStreamer team is petrified to announce a new release
in the 0.9.x development series of the
The GStreamer team is proud to announce a new release
in the 0.10.x stable series of the
GStreamer Bad Plug-ins.
The 0.
9.x series is a development series and not recommended for
end users.
The 0.
10.x series is a stable series targeted at
end users.
It is not API or ABI compatible with the stable 0.8.x series.
It is, however, parallel installable with the 0.8.x series.
...
...
@@ -60,11 +61,10 @@ Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
* wavpack ported
* libmms ported
Bugs fixed in this release
* 322962 : wavpack plugins don't get built
Download
...
...
@@ -94,7 +94,6 @@ Applications
Contributors to this release
* Edgard Lima
* Edward Hervey
* Thomas Vander Stichele
* Andy Wingo
* Tim-Philipp Müller
\ No newline at end of file
configure.ac
View file @
b8ebf1b1
...
...
@@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0,
9, 7, 1
,
AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0,
10, 0, 0
,
GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
...
...
docs/plugins/inspect/plugin-faad.xml
View file @
b8ebf1b1
...
...
@@ -3,7 +3,7 @@
<description>
Free AAC Decoder (FAAD)
</description>
<filename>
../../ext/faad/.libs/libgstfaad.so
</filename>
<basename>
libgstfaad.so
</basename>
<version>
0.
9.7
</version>
<version>
0.
10.0
</version>
<license>
GPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer source release
</package>
...
...
docs/plugins/inspect/plugin-gsm.xml
View file @
b8ebf1b1
...
...
@@ -3,7 +3,7 @@
<description>
GSM encoder/decoder
</description>
<filename>
../../ext/gsm/.libs/libgstgsm.so
</filename>
<basename>
libgstgsm.so
</basename>
<version>
0.
9.7
</version>
<version>
0.
10.0
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
Gstreamer
</package>
...
...
docs/plugins/inspect/plugin-qtdemux.xml
View file @
b8ebf1b1
...
...
@@ -3,7 +3,7 @@
<description>
Quicktime stream demuxer
</description>
<filename>
../../gst/qtdemux/.libs/libgstqtdemux.so
</filename>
<basename>
libgstqtdemux.so
</basename>
<version>
0.
9.7
</version>
<version>
0.
10.0
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer source release
</package>
...
...
docs/plugins/inspect/plugin-sdlvideosink.xml
View file @
b8ebf1b1
...
...
@@ -3,7 +3,7 @@
<description>
SDL Video Sink
</description>
<filename>
../../ext/sdl/.libs/libgstsdlvideosink.so
</filename>
<basename>
libgstsdlvideosink.so
</basename>
<version>
0.
9.7
</version>
<version>
0.
10.0
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer source release
</package>
...
...
docs/plugins/inspect/plugin-speed.xml
View file @
b8ebf1b1
...
...
@@ -3,7 +3,7 @@
<description>
Set speed/pitch on audio/raw streams (resampler)
</description>
<filename>
../../gst/speed/.libs/libgstspeed.so
</filename>
<basename>
libgstspeed.so
</basename>
<version>
0.
9.7
</version>
<version>
0.
10.0
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
GStreamer source release
</package>
...
...
docs/plugins/inspect/plugin-tta.xml
View file @
b8ebf1b1
...
...
@@ -3,7 +3,7 @@
<description>
TTA lossless audio format handling
</description>
<filename>
../../gst/tta/.libs/libgsttta.so
</filename>
<basename>
libgsttta.so
</basename>
<version>
0.
9.7
</version>
<version>
0.
10.0
</version>
<license>
LGPL
</license>
<source>
gst-plugins-bad
</source>
<package>
gst-tta
</package>
...
...
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