summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Collapse)AuthorAgeFilesLines
* fixed rest of warning for gcc 3 in /gst.Benjamin Otte2002-04-061-10/+1
| | | | | | | Original commit message from CVS: fixed rest of warning for gcc 3 in /gst. fixed some Makefiles: s/-m486/-mcpu=i486/ disabled mpegaudioparse plugin. What good is this rotten code for anyway?
* fixed first bunch of compiler warningsBenjamin Otte2002-04-068-48/+86
| | | | | Original commit message from CVS: fixed first bunch of compiler warnings
* Changed to the new props APIWim Taymans2002-03-306-42/+65
| | | | | | Original commit message from CVS: Changed to the new props API Other small tuff.
* filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo2002-03-2413-45/+45
| | | | | | | | fixes to adder's caps, again Original commit message from CVS: * filter newlines out of GST_DEBUG statements to reflect new core behavior * fixes to adder's caps, again
* s/Gnome-Streamer/GStreamer/Andy Wingo2002-03-2028-28/+28
| | | | | Original commit message from CVS: s/Gnome-Streamer/GStreamer/
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-1930-171/+147
| | | | | | | | | versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
* s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo2002-03-1913-17/+17
| | | | | | | | | | variables are defined as make variables automagi... Original commit message from CVS: s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagically, and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
* Fix several C++ style comments.Richard Boulton2002-03-082-8/+8
| | | | | Original commit message from CVS: Fix several C++ style comments.
* Remove static structures: you can now have multiple monoscopes, and they'll ↵Richard Boulton2002-03-083-43/+56
| | | | | | | | actually display different things. :) Original commit message from CVS: Remove static structures: you can now have multiple monoscopes, and they'll actually display different things. :)
* Make sure we use proper properties to define the different AVI types.Wim Taymans2002-03-062-3/+3
| | | | | Original commit message from CVS: Make sure we use proper properties to define the different AVI types.
* Bugfix - it now actually works (I think)Ronald S. Bultje2002-03-061-6/+3
| | | | | Original commit message from CVS: Bugfix - it now actually works (I think)
* paramspec type fix, make the source pads GST_PAD_SOMETIMESAndy Wingo2002-03-061-4/+4
| | | | | Original commit message from CVS: paramspec type fix, make the source pads GST_PAD_SOMETIMES
* update to the g_object_notify() way of sending the app information this is ↵Andy Wingo2002-03-042-5/+11
| | | | | | | | | untested, but should work Original commit message from CVS: update to the g_object_notify() way of sending the app information this is untested, but should work
* Fix monoscope: caps already asked for mono input: make it actually expect ↵Richard Boulton2002-03-032-9/+3
| | | | | | | | such input. Original commit message from CVS: Fix monoscope: caps already asked for mono input: make it actually expect such input.
* what sort of compiler allowed this anomaly to pass ??? please fix ↵Thomas Vander Stichele2002-03-021-5/+5
| | | | | | | | indentation too ;) Original commit message from CVS: what sort of compiler allowed this anomaly to pass ??? please fix indentation too ;)
* I'm too lazy to comment thisRichard Boulton2002-03-028-0/+913
| | | | | Original commit message from CVS: *** empty log message ***
* Get rid of a warningRonald S. Bultje2002-02-231-1/+1
| | | | | Original commit message from CVS: Get rid of a warning
* Small updates to avimux and the v4l plugins for usability in generalRonald S. Bultje2002-02-202-6/+16
| | | | | Original commit message from CVS: Small updates to avimux and the v4l plugins for usability in general
* better capsnego in osssink s/parseau/auparse/ update volume, mulawdecode, ↵Andy Wingo2002-02-174-115/+113
| | | | | | | | | auparse to new capsnego Original commit message from CVS: * better capsnego in osssink * s/parseau/auparse/ * update volume, mulawdecode, auparse to new capsnego
* It should now basically work - fps calculations are still on the TODO listRonald S. Bultje2002-02-041-140/+170
| | | | | Original commit message from CVS: It should now basically work - fps calculations are still on the TODO list
* Small fixesRonald S. Bultje2002-02-041-2/+2
| | | | | Original commit message from CVS: Small fixes
* Assorted fixes.Wim Taymans2002-02-033-36/+458
| | | | | | Original commit message from CVS: Assorted fixes. Use the new clocking stuff.
* We dont need these anymore, avidemux handles it all internallyRonald S. Bultje2002-02-034-831/+0
| | | | | Original commit message from CVS: We dont need these anymore, avidemux handles it all internally
* We dont need avidecoder and avitypes anymoreRonald S. Bultje2002-02-031-11/+10
| | | | | Original commit message from CVS: We dont need avidecoder and avitypes anymore
* Some small adjustments for for better open-a-new-file handlingRonald S. Bultje2002-02-032-2/+7
| | | | | Original commit message from CVS: Some small adjustments for for better open-a-new-file handling
* Fixes AVI playback - dohRonald S. Bultje2002-02-031-4/+9
| | | | | Original commit message from CVS: Fixes AVI playback - doh
* Added fps control to goomWim Taymans2002-02-031-1/+1
| | | | | Original commit message from CVS: Added fps control to goom
* - remove the use of ASM as wellBastien Nocera2002-02-031-2/+2
| | | | | Original commit message from CVS: - remove the use of ASM as well
* - add goom to the build system, dunno if it works, but it doesn't break my ↵Bastien Nocera2002-02-021-2/+12
| | | | | | | ppc :) Original commit message from CVS: - add goom to the build system, dunno if it works, but it doesn't break my ppc :)
* WARNING: avimux is still broken, but less broken than it used to be... Code ↵Ronald S. Bultje2002-02-022-142/+846
| | | | | | | is under heavy development and will work ... Original commit message from CVS: WARNING: avimux is still broken, but less broken than it used to be... Code is under heavy development and will work sooner or later... Uploaded for generic development and testing purposes, not intended for generic use whatsoever
* Pretty pointless cleanupWim Taymans2002-02-021-4/+7
| | | | | Original commit message from CVS: Pretty pointless cleanup
* Small fixesWim Taymans2002-02-021-2/+2
| | | | | Original commit message from CVS: Small fixes
* Some more goom fixesWim Taymans2002-02-021-31/+55
| | | | | Original commit message from CVS: Some more goom fixes
* Added a goom plugin (goom.sourceforge.net) to test: ./gst-launch filesrc ↵Wim Taymans2002-02-0112-0/+1691
| | | | | | | | | | location=/opt/data/south.mp3 ! mad ! tee sil... Original commit message from CVS: Added a goom plugin (goom.sourceforge.net) to test: ./gst-launch filesrc location=/opt/data/south.mp3 ! mad ! tee silent=true src%d! goom ! colorspace ! xvideosink tee0.src%d! osssink
* Various fixesRonald S. Bultje2002-01-311-14/+141
| | | | | Original commit message from CVS: Various fixes
* taaz's virtual patchThomas Vander Stichele2002-01-302-97/+97
| | | | | Original commit message from CVS: taaz's virtual patch
* Set the typefind plugin to READY so that it can do capsnego.Wim Taymans2002-01-201-0/+2
| | | | | Original commit message from CVS: Set the typefind plugin to READY so that it can do capsnego.
* Drop the bytstream correctly.Wim Taymans2002-01-191-3/+10
| | | | | Original commit message from CVS: Drop the bytstream correctly.
* Small cleanups, break the loop if the buffer is nullWim Taymans2002-01-192-9/+12
| | | | | Original commit message from CVS: Small cleanups, break the loop if the buffer is null
* Removed unused propertiesWim Taymans2002-01-191-13/+0
| | | | | Original commit message from CVS: Removed unused properties
* Don't push empty buffersWim Taymans2002-01-191-28/+23
| | | | | Original commit message from CVS: Don't push empty buffers
* Ignore junk after the streamWim Taymans2002-01-191-2/+6
| | | | | Original commit message from CVS: Ignore junk after the stream
* more // fixageChristian Schaller2002-01-191-8/+8
| | | | | Original commit message from CVS: more // fixage
* A new batch of // fixesChristian Schaller2002-01-198-25/+24
| | | | | Original commit message from CVS: A new batch of // fixes
* Ok a new batch of // to /* */ fixes commitedChristian Schaller2002-01-197-29/+29
| | | | | Original commit message from CVS: Ok a new batch of // to /* */ fixes commited
* minor fixesChristian Schaller2002-01-192-4/+4
| | | | | Original commit message from CVS: minor fixes
* Fixed two off by one bugs in the delta decoding code.Wim Taymans2002-01-181-3/+4
| | | | | Original commit message from CVS: Fixed two off by one bugs in the delta decoding code.
* Fix the "64 colors flx too dark" bug.Wim Taymans2002-01-183-15/+32
| | | | | Original commit message from CVS: Fix the "64 colors flx too dark" bug.
* - plugins are built without versioning infoWrobell2002-01-1810-0/+21
| | | | | Original commit message from CVS: - plugins are built without versioning info
* - plugins are built without versioning infoWrobell2002-01-181-0/+1
| | | | | Original commit message from CVS: - plugins are built without versioning info