Thomas Vander Stichele
af0f1309c7
added cutter example
...
Original commit message from CVS:
added cutter example
2001-06-13 21:52:42 +00:00
Wim Taymans
8eaa39e111
Loop in pullregion until the desired buffer has been pulled.
...
Original commit message from CVS:
Loop in pullregion until the desired buffer has been pulled.
2001-06-13 21:33:31 +00:00
Thomas Vander Stichele
20e8b7939d
added a function to check if the buffer's data is framed
...
Original commit message from CVS:
added a function to check if the buffer's data is framed
2001-06-13 21:08:02 +00:00
Thomas Vander Stichele
60c349cb29
added deinterlace
...
Original commit message from CVS:
added deinterlace
2001-06-13 20:26:10 +00:00
Thomas Vander Stichele
b997098405
added example program to show how cutter plugin works
...
Original commit message from CVS:
added example program to show how cutter plugin works
2001-06-13 16:20:49 +00:00
Thomas Vander Stichele
f9023ba24e
added helper function to calculate maximum possible sample value based on caps
...
Original commit message from CVS:
added helper function to calculate maximum possible sample value based
on caps
2001-06-13 15:33:03 +00:00
Thomas Vander Stichele
d3b914ad91
added two more cases of eos reasoning
...
Original commit message from CVS:
added two more cases of eos reasoning
2001-06-13 09:51:27 +00:00
Arik Devens
80fdb9475e
Hmm, added working (if hacked) full-screen play, shuffled things around, added error checking so we don't crash on fi...
...
Original commit message from CVS:
Hmm, added working (if hacked) full-screen play, shuffled things around, added error checking so we don't crash on file not found, added the beginnings of a preferences dialog.
2001-06-13 01:18:12 +00:00
Wim Taymans
f462526422
Fixed a bug in the avi encoder with wrong alignment.
...
Original commit message from CVS:
Fixed a bug in the avi encoder with wrong alignment.
2001-06-12 19:47:41 +00:00
Thomas Vander Stichele
0c383d7306
added some function to support framestamps & timestamps
...
Original commit message from CVS:
added some function to support framestamps & timestamps
2001-06-12 10:11:26 +00:00
Richard Boulton
d6bcf426af
Some formatting updates, thanks to using manedit
...
Original commit message from CVS:
Some formatting updates, thanks to using manedit
2001-06-10 21:13:12 +00:00
Christian Schaller
f8356d6e8b
- Moved a couple of libs from GPL to LGPL since they had been mistakenly branded as GPL.
...
Original commit message from CVS:
2001-10-06 Christian Schaller <Uraeus@linuxrising.org>
- Moved a couple of libs from GPL to LGPL since they had been mistakenly branded as GPL.
2001-06-10 18:50:13 +00:00
Steve Baker
c1c2236210
can now take comma delimited list of pads. eg gstreamer-launch disksrc location=~/mp3/gnome.mp3 ! mad ! int2float src...
...
Original commit message from CVS:
can now take comma delimited list of pads. eg gstreamer-launch disksrc location=~/mp3/gnome.mp3 ! mad ! int2float src%d,src%d\!sink%d,sink%d float2int ! osssink
2001-06-10 11:57:39 +00:00
Christian Schaller
96d791a0d8
- Updated the SPEC file as per Erik's wishes
...
Original commit message from CVS:
2001-10-06 Christian Schaller <Uraeus@linuxrising.org>
- Updated the SPEC file as per Erik's wishes
- Split out the mpeg stuff
- Silenced gstreamer-register when run after each package
2001-06-10 01:18:59 +00:00
Christian Schaller
47a70299f9
- Added gstreamer-register to all plugins
...
Original commit message from CVS:
2001-09-06 Christian Schaller <Uraeus@linuxrising.org>
- Added gstreamer-register to all plugins
2001-06-09 21:48:04 +00:00
Christian Schaller
d3fdc70f95
- moved the visualisations plugins out
...
Original commit message from CVS:
2001-09-06 Christian Schaller <Uraeus@linuxrising.org>
- moved the visualisations plugins out
TODO:
1. the mpeg plugins need sorting out. currently they are all just placed inside
the main package. Need help with this since I am unsure about what files belongs where with what dependency
2. Cross-dependencies probably should be added to the plugins
3. License information should be added to the plugins
4. GStreamer-register needs to be added for each plugin
2001-06-09 19:23:11 +00:00
Christian Schaller
7cfb8bc2e6
- Finally the SPEC file works again, now only polishing it remains
...
Original commit message from CVS:
2001-09-06 Christian Schaller <Uraeus@linuxrising.org>
- Finally the SPEC file works again, now only polishing it remains
2001-06-09 18:50:38 +00:00
Christian Schaller
1611f5cddb
- More SPEC fixes, not perfect yet, but maybe it actually works now
...
Original commit message from CVS:
2001-09-06 Christian Schaller <Uraeus@linuxrising.org>
- More SPEC fixes, not perfect yet, but maybe it actually works now
2001-06-09 16:44:54 +00:00
Steve Baker
76544d6da3
store src and sink pads in slists to get ready for the src1,src2\!sink1,sink2 syntax
...
Original commit message from CVS:
store src and sink pads in slists to get ready for the src1,src2\!sink1,sink2 syntax
2001-06-09 11:43:58 +00:00
Steve Baker
42d724726c
if a named pad doesn't exist, try creating a new pad using the padtemplate name. eg int2float src%d!sink%d float2int
...
Original commit message from CVS:
if a named pad doesn't exist, try creating a new pad using the padtemplate name. eg int2float src%d!sink%d float2int
2001-06-09 10:16:12 +00:00
Christian Schaller
aec1cc5b17
- More fixes to the SPEC file, still not verfied that it works, but I need sleep and it is guaranteed closer to worki...
...
Original commit message from CVS:
2001-09-06 Christian Schaller <Uraeus@linuxrising.org>
- More fixes to the SPEC file, still not verfied that it works, but I need sleep
and it is guaranteed closer to working than the current one. More testing and SPEC file hacking tommorow(aka later today).
2001-06-09 02:33:54 +00:00
Wim Taymans
7c6c3ed06b
Added a check for avifile.
...
Original commit message from CVS:
Added a check for avifile.
2001-06-09 00:14:28 +00:00
Christian Schaller
d5951eacad
- Added ALSA plugin (commented out since I don't have alsa installed)
...
Original commit message from CVS:
2001-08-06 Christian Schaller <Uraeus@linuxrising.org>
- Added ALSA plugin (commented out since I don't have alsa installed)
2001-06-08 22:17:14 +00:00
Christian Schaller
b9139328cc
- Updated GStreamer SPEC which sorts out plugins into separate plugins, needs more work to support all plugins.
...
Original commit message from CVS:
2001-08-06 Christian Schaller <Uraeus@linuxrising.org>
- Updated GStreamer SPEC which sorts out plugins into separate plugins, needs
more work to support all plugins.
2001-06-08 21:56:10 +00:00
David I. Lehn
cd3595577b
Added manpage
...
Original commit message from CVS:
Added manpage
Ignore built autoplugtest binary
Bump debian version to 0.2.0
2001-06-07 16:56:27 +00:00
Richard Boulton
d74c7d5d70
Add gstreamer-compprep man page.
...
Original commit message from CVS:
Add gstreamer-compprep man page.
2001-06-07 10:58:40 +00:00
Andrew Mitchell
d97d6cd1b5
Credited 'ALSA plugins' to Thomas Nydberg in AUTHORS
...
Original commit message from CVS:
Credited 'ALSA plugins' to Thomas Nydberg in AUTHORS
2001-06-07 08:18:15 +00:00
David I. Lehn
0bb1acee5a
latest plugins updates
...
Original commit message from CVS:
latest plugins updates
2001-06-07 06:38:21 +00:00
Arik Devens
959e272859
dissabled full-screen for the time being till i have time to fix it.
...
Original commit message from CVS:
dissabled full-screen for the time being till i have time to fix it.
2001-06-07 06:06:49 +00:00
Erik Walthinsen
0d7c4dc838
added --gst-mask to the man pages
...
Original commit message from CVS:
added --gst-mask to the man pages
2001-06-07 00:08:56 +00:00
David I. Lehn
422da209a0
Added new plugin packages and synced up to a late pre2 CVS base.
...
Original commit message from CVS:
Added new plugin packages and synced up to a late pre2 CVS base.
2001-06-06 19:23:21 +00:00
David I. Lehn
5deb318232
Added configure.{ac,in} to .cvsignore since they are autogenerated from configure.base now.
...
Original commit message from CVS:
Added configure.{ac,in} to .cvsignore since they are autogenerated from
configure.base now.
2001-06-06 19:21:39 +00:00
David I. Lehn
474109aec6
Added .o and .lo to clean-local target
...
Original commit message from CVS:
Added .o and .lo to clean-local target
2001-06-06 19:20:53 +00:00
Wim Taymans
bc9cbb1643
Removed a warning.
...
Original commit message from CVS:
Removed a warning.
2001-06-06 19:15:10 +00:00
Wim Taymans
f19283fa0d
Some minor docs updates.
...
Original commit message from CVS:
Some minor docs updates.
2001-06-06 18:33:18 +00:00
Wim Taymans
c57122e0ae
Added the lav encoder Makefile.am
...
Original commit message from CVS:
Added the lav encoder Makefile.am
2001-06-06 18:31:23 +00:00
Wim Taymans
c416297af4
Changed the maxcothreads to 16. connect to the new_ghost_pad signal in parse.
...
Original commit message from CVS:
Changed the maxcothreads to 16.
connect to the new_ghost_pad signal in parse.
2001-06-06 18:29:57 +00:00
Thomas Vander Stichele
8e58af799d
added cutter plugin to config stuff
...
Original commit message from CVS:
added cutter plugin to config stuff
2001-06-06 14:24:17 +00:00
Thomas Vander Stichele
fdac74d01c
added Makefile generation for gstaudio library
...
Original commit message from CVS:
added Makefile generation for gstaudio library
2001-06-06 14:14:53 +00:00
Thomas Vander Stichele
fe7b1abb42
first try at a general gstreamer audio library with helper functions
...
Original commit message from CVS:
first try at a general gstreamer audio library with helper functions
2001-06-06 14:13:58 +00:00
Richard Boulton
4343df9e4f
Add an important quote from Omega.
...
Original commit message from CVS:
Add an important quote from Omega.
2001-06-06 12:47:27 +00:00
Wim Taymans
9b3ec7e2f6
Somewhat improve the layout of args in inspect.
...
Original commit message from CVS:
Somewhat improve the layout of args in inspect.
2001-06-05 17:45:52 +00:00
Richard Boulton
083d01c3d9
Revert accidentally applied changes.
...
Original commit message from CVS:
Revert accidentally applied changes.
Time for bed.
2001-06-05 01:27:53 +00:00
Richard Boulton
b971f48169
FIx memleak in save-thyself introduced by changing plugin_get_list to copy.
...
Original commit message from CVS:
FIx memleak in save-thyself introduced by changing plugin_get_list to
copy.
2001-06-05 01:26:01 +00:00
Richard Boulton
3eaff63dcf
Simple fix to stop gstreamer-compprep crashing when the registry is in use.
...
Original commit message from CVS:
Simple fix to stop gstreamer-compprep crashing when the registry is in
use.
2001-06-05 01:15:29 +00:00
Wim Taymans
98f65dadac
Fixed the xid stuff and some cleanups.
...
Original commit message from CVS:
Fixed the xid stuff and some cleanups.
2001-06-04 21:02:01 +00:00
Wim Taymans
db0325ee37
Use the STACKSIZE and number of cothreads to calculate the cothread stack space (easier to change the number of cothr...
...
Original commit message from CVS:
Use the STACKSIZE and number of cothreads to calculate the cothread stack
space (easier to change the number of cothreads).
2001-06-04 16:02:48 +00:00
Thomas Vander Stichele
7f41ebff13
added an eos handler so that gstreamer-launch quits when the first element fires it
...
Original commit message from CVS:
added an eos handler so that gstreamer-launch quits when the first element
fires it
2001-06-04 15:38:44 +00:00
Wim Taymans
d008889f00
Print out the default values.
...
Original commit message from CVS:
Print out the default values.
2001-06-04 14:50:21 +00:00
Richard Boulton
90b7ecc2ec
Nasty hack enabling docs/gst/ to build with unpatched versions of gtkdoc-scanobj which don't understand libtool.
...
Original commit message from CVS:
Nasty hack enabling docs/gst/ to build with unpatched versions of
gtkdoc-scanobj which don't understand libtool.
2001-06-04 11:25:19 +00:00