summaryrefslogtreecommitdiffstats
path: root/gst/monoscope
Commit message (Collapse)AuthorAgeFilesLines
...
* filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo2002-03-241-5/+5
| | | | | | | | 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
* removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2002-03-191-1/+1
| | | | | | | | | 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-191-1/+1
| | | | | | | | | | 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. :)
* 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 ***