~thong-u/unoptimized/+git/gstreamer:BRANCH-PLUGINVER1

Last commit made on 2001-04-22
Get this branch:
git clone -b BRANCH-PLUGINVER1 https://git.launchpad.net/~thong-u/unoptimized/+git/gstreamer

Branch merges

Branch information

Name:
BRANCH-PLUGINVER1
Repository:
lp:~thong-u/unoptimized/+git/gstreamer

Recent commits

17d0491... by Richard Boulton

Merged from trunk

Original commit message from CVS:
Merged from trunk

3a3b69b... by Richard Boulton

Use plugin descriptions, which start with the major and minor version numbers, instead of relying on each plugin to c...

Original commit message from CVS:
Use plugin descriptions, which start with the major and minor version
numbers, instead of relying on each plugin to call gst_plugin_new
appropriately, and check the return value, and tidy up if there's a
failure. This seems to work fine, and factors out some code common to
all plugins.

72e5e13... by Richard Boulton

Added first attempt at plugin versioning.

Original commit message from CVS:
Added first attempt at plugin versioning.

3142707... by Wim Taymans

Added caps proxying and bufferpool passing to identity so that

Original commit message from CVS:
Added caps proxying and bufferpool passing to identity so that
-launch disksrc ! mad ! identity ! osssink works.

0b7ec5c... by Thomas Vander Stichele

update to take new gstdisksink element into account

Original commit message from CVS:
update to take new gstdisksink element into account

c44f196... by Richard Boulton

Update the alternative Makefile.am for gst/, which depends on automake >1.4d

Original commit message from CVS:
Update the alternative Makefile.am for gst/, which depends on automake
>1.4d

24db50e... by Thomas Vander Stichele

first stab at a disk sink element no optimization, is it necessary ? basic error checking seems to work; you can copy...

Original commit message from CVS:
* first stab at a disk sink element
* no optimization, is it necessary ?
* basic error checking
* seems to work; you can copy files by typing
gstreamer-launch disksrc location=test.in ! disksink location=test.out
* decode of mp3 to raw pcm also tested

18a4283... by Wim Taymans

More API docs updates

Original commit message from CVS:
More API docs updates

d2f531f... by Erik Walthinsen <email address hidden>

First pass at 1394 source. Arguments need to be added, etc. But it works.

Original commit message from CVS:
First pass at 1394 source. Arguments need to be added, etc. But it works.

813c720... by Erik Walthinsen <email address hidden>

better (not complete, afaict) checking for arts

Original commit message from CVS:
better (not complete, afaict) checking for arts