Skip to content

Commit

Permalink
releasing 0.9.2
Browse files Browse the repository at this point in the history
Original commit message from CVS:
releasing 0.9.2
  • Loading branch information
thomasvs committed Sep 6, 2005
1 parent 6e017cb commit e7683d3
Show file tree
Hide file tree
Showing 6 changed files with 15,736 additions and 30 deletions.
24 changes: 12 additions & 12 deletions ChangeLog
@@ -1,16 +1,12 @@
2005-09-06 Stefan Kost <ensonic@users.sf.net>
=== release 0.9.2 ===

* check/Makefile.am:
deactivate the failing test

2005-09-06 Stefan Kost <ensonic@users.sf.net>
2005-09-06 Thomas Vander Stichele <thomas at apestaart dot org>

* check/Makefile.am:
* check/pipelines/.cvsignore:
* check/pipelines/simple_launch_lines.c: (setup_pipeline),
(run_pipeline), (GST_START_TEST), (simple_launch_lines_suite),
(main):
added pipeline tester for (http://bugzilla.gnome.org/show_bug.cgi?id=315126)
* NEWS:
* RELEASE:
* configure.ac:
* docs/random/ChangeLog-0.8:
releasing 0.9.2, "Spoon"

2005-09-05 Michael Smith <msmith@fluendo.com>

Expand Down Expand Up @@ -131,6 +127,7 @@
little endian.

2005-08-29 Michael Smith <msmith@fluendo.com>

* ext/ogg/Makefile.am:
* ext/ogg/gstogg.c: (plugin_init):
* ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
Expand Down Expand Up @@ -855,7 +852,7 @@
(volume_process_float), (volume_process_int16),
(volume_set_property), (plugin_init):
* gst/volume/gstvolume.h:
deactivate and remove dparams (libgstcontrol)
deactivate and remove dparams (libgstcontrol)

2005-07-29 Wim Taymans <wim@fluendo.com>

Expand Down Expand Up @@ -3376,6 +3373,8 @@

* configure.ac:
hunting season on 0.9 is now OPEN
<<<<<<< ChangeLog
=======

2005-02-22 Ronald S. Bultje <rbultje@ronald.bitfreak.net>

Expand Down Expand Up @@ -18966,3 +18965,4 @@
* ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
* moved CVS to freedesktop.org

>>>>>>> 1.1891
4 changes: 3 additions & 1 deletion NEWS
@@ -1 +1,3 @@
This is GStreamer Base Plugins 0.9.1
This is GStreamer Base Plug-ins 0.9.2, "Spoon".

This release was tested with GStreamer Core 0.9.2
124 changes: 110 additions & 14 deletions README
@@ -1,24 +1,120 @@
WHAT IT IS
----------
This is GStreamer, a framework for streaming media.
This is GStreamer Base Plug-ins.

This package is in the 0.9.x series. This means that this is a
development series leading up to a stable 0.10.x series.
You have been warned.

OVERVIEW
--------
GStreamer is split up over a number of modules, tarballs and packages:

- gstreamer:
The core. It contains the main library and header files, as well as
some fundamental elements. Every GStreamer project needs at least this
installed.
- gst-plugins-base:
A base set of plugins. This set is the set we actively keep synchronized
with the core and are also meant to serve as examples on how to write
GStreamer elements. It also contains a number of base classes for writing
GStreamer elements.
GStreamer 0.9 development series - Hung by a Thread
---------------------------------------------------

Starring

GSTREAMER

The core around which all other modules revolve. Base functionality and
libraries, some essential elements, documentation, and testing.

BASE

A well-groomed and well-maintained collection of GStreamer plug-ins and
elements, spanning the range of possible types of elements one would want
to write for GStreamer.

And introducing, for the first time ever, on the development screen ...

THE GOOD

--- "Such ingratitude. After all the times I've saved your life."

A collection of plug-ins you'd want to have right next to you on the
battlefield. Shooting sharp and making no mistakes, these plug-ins have it
all: good looks, good code, and good licensing. Documented and dressed up
in tests. If you're looking for a role model to base your own plug-in on,
here it is.

If you find a plot hole or a badly lip-synced line of code in them,
let us know - it is a matter of honour for us to ensure Blondie doesn't look
like he's been walking 100 miles through the desert without water.

THE UGLY

--- "When you have to shoot, shoot. Don't talk."

There are times when the world needs a color between black and white.
Quality code to match the good's, but two-timing, backstabbing and ready to
sell your freedom down the river. These plug-ins might have a patent noose
around their neck, or a lock-up license, or any other problem that makes you
think twice about shipping them.

We don't call them ugly because we like them less. Does a mother love her
son less because he's not as pretty as the other ones ? No - she commends
him on his great personality. These plug-ins are the life of the party.
And we'll still step in and set them straight if you report any unacceptable
behaviour - because there are two kinds of people in the world, my friend:
those with a rope around their neck and the people who do the cutting.

THE BAD

--- "That an accusation?"

No perfectly groomed moustache or any amount of fine clothing is going to
cover up the truth - these plug-ins are Bad with a capital B.
They look fine on the outside, and might even appear to get the job done, but
at the end of the day they're a black sheep. Without a golden-haired angel
to watch over them, they'll probably land in an unmarked grave at the final
showdown.

Don't bug us about their quality - exercise your Free Software rights,
patch up the offender and send us the patch on the fastest steed you can
steal from the Confederates. Because you see, in this world, there's two
kinds of people, my friend: those with loaded guns and those who dig.
You dig.

The Lowdown
-----------

--- "I've never seen so many plug-ins wasted so badly."

GStreamer Plug-ins has grown so big that it's hard to separate the wheat from
the chaff. Also, distributors have brought up issues about the legal status
of some of the plug-ins we ship. To remedy this, we've divided the previous
set of available plug-ins into four modules:

- gst-plugins-base: a small and fixed set of plug-ins, covering a wide range
of possible types of elements; these are continuously kept up-to-date
with any core changes during the development series.

- We believe distributors can safely ship these plug-ins.
- People writing elements should base their code on these elements.
- These elements come with examples, documentation, and regression tests.

- gst-plugins-good: a set of plug-ins that we consider to have good quality
code, correct functionality, our preferred license (LGPL for the plug-in
code, LGPL or LGPL-compatible for the supporting library).

- We believe distributors can safely ship these plug-ins.
- People writing elements should base their code on these elements.

- gst-plugins-ugly: a set of plug-ins that have good quality and correct
functionality, but distributing them might pose problems. The license
on either the plug-ins or the supporting libraries might not be how we'd
like. The code might be widely known to present patent problems.

- Distributors should check if they want/can ship these plug-ins.
- People writing elements should base their code on these elements.

- gst-plugins-bad: a set of plug-ins that aren't up to par compared to the
rest. They might be close to being good quality, but they're missing
something - be it a good code review, some documentation, a set of tests,
a real live maintainer, or some actual wide use.
If the blanks are filled in they might be upgraded to become part of
either gst-plugins-good or gst-plugins-ugly, depending on the other factors.

- If the plug-ins break, you can't complain - instead, you can fix the
problem and send us a patch, or bribe someone into fixing them for you.
- New contributors can start here for things to work on.

INSTALLING FROM PACKAGES
------------------------
Expand Down
23 changes: 21 additions & 2 deletions RELEASE
@@ -1,10 +1,10 @@

GStreamer: Release notes for GStreamer Base Plugins 0.9.1 "Right"
GStreamer: Release notes for GStreamer Base Plug-ins 0.9.2 "Spoon"


The GStreamer team is petrified to announce a new release
in the 0.9.x development series of the
GStreamer Base Plugins.
GStreamer Base Plug-ins.


The 0.9.x series is a development series and not recommended for end users.
Expand Down Expand Up @@ -37,6 +37,20 @@ This module contains elements for, among others:
aggregate elements: decodebin, playbin


Other modules containing plug-ins are:


gst-plugins-good
contains a set of well-supported plug-ins under our preferred license
gst-plugins-ugly
contains a set of well-supported plug-ins, but might pose problems for
distributors
gst-plugins-bad
contains a set of less supported plug-ins that haven't passed the
rigorous quality testing we expect




Features of this release

Expand Down Expand Up @@ -77,9 +91,14 @@ Contributors to this release
* Andy Wingo
* Christian Schaller
* David Schleef
* Edward Hervey
* Jan Schmidt
* Michael Smith
* Philippe Khalaf
* Ronald Bultje
* Stefan Kost
* Thomas Vander Stichele
* Tim-Philipp Müller
* Wim Taymans
* Zaheer Abbas Merali

2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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-base, GST_PLUGINS_BASE_VERSION, 0, 9, 1, 1,
AS_VERSION(gst-plugins-base, GST_PLUGINS_BASE_VERSION, 0, 9, 2, 0,
GST_CVS="no", GST_CVS="yes")

AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
Expand Down

0 comments on commit e7683d3

Please sign in to comment.