| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Original commit message from CVS:
fixed warnings in /ext
added mikmod_types.h to get it done
|
|
|
|
|
| |
Original commit message from CVS:
tsk tsk. do people even try to MAKE stuff they add ? ;)
|
|
|
|
|
|
| |
Original commit message from CVS:
* alphabetization fixen
* a jack caps fix
|
|
|
|
|
|
| |
Original commit message from CVS:
Changed to the new props API
Other small tuff.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
just makes more sense that way added jack ...
Original commit message from CVS:
* s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way
* added jack element, doesn't quite work right yet but i didn't want to lose the work -- it does build, register,
and attempt to run though
* imposed some restrictions on the naming of request pads to better allow for reverse parsing
* added '%s' to reverse parsing
* added new bin flag to indicate that it is self-iterating, and some lame code in gst-launch to test it out
* fixen on launch-gui
* added pkg-config stuff for the editor's libs
|
|
|
|
|
|
|
|
| |
changes the frequency, depth or mono/ster...
Original commit message from CVS:
Fix up esdmon timestamps, so that they don't go completely wrong if
someone changes the frequency, depth or mono/stereo parameters.
|
|
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
Added esdmon plugin.
Monitors output from the esd sound daemon.
Particularly useful for displaying a visualisation of the audio being
played on your system. eg:
gst-launch esdmon ! goom ! { queue leaky=yes ! colorspace ! sdlvideosink }
You can even have several of them going at once. :)
|
|
|
|
|
| |
Original commit message from CVS:
bugfix: make typefinding of .xm work
|
|
|
|
|
| |
Original commit message from CVS:
Small _get/_set fixes.
|
|
|
|
|
|
|
|
| |
--enable-experimental
Original commit message from CVS:
adding tarkin to build
to try building it run configure with --enable-experimental
|
|
|
|
|
| |
Original commit message from CVS:
// to /* */ fixes
|
|
|
|
|
|
| |
Original commit message from CVS:
Assorted fixes.
Use the new clocking stuff.
|
|
|
|
|
| |
Original commit message from CVS:
Fixing // style comments into /* */
|
|
|
|
|
| |
Original commit message from CVS:
Pointless cleanup
|
|
|
|
|
|
|
|
| |
Original commit message from CVS:
Reworked the DV decoder.
- make it do RGB or YUV output using caps negotiation
- use bytestream to read data.
- autodetect PAL/NTSC
|
|
|
|
|
|
|
|
|
| |
in using a loop function for configurati...
Original commit message from CVS:
Updated ladspa to work with the new caps nego stuff. Also updated it to work in
any M sinkpads by N srcpads configuration (M > -1 and N > 0), using a loop
function for configurations other than M == N == 1 or M == 0.
|
|
|
|
|
| |
Original commit message from CVS:
- plugins are built without versioning info
|
|
|
|
|
| |
Original commit message from CVS:
mjpegtools dir
|
|
|
|
|
| |
Original commit message from CVS:
jpegmmx addition and some small changes
|
|
|
|
|
|
|
|
|
| |
the phone talking to hardware vendors and...
Original commit message from CVS:
... and cvs commits should not be allowed for people who spent six hours
on the phone talking to hardware vendors and struggling with failing raid
systems
|
|
|
|
|
|
|
|
| |
and we don't point it in the right directi...
Original commit message from CVS:
how do people expect sdl to build if make has no way of getting to the dir
and we don't point it in the right direction ?
|
|
|
|
|
|
| |
Original commit message from CVS:
Bring the plugins in sync with the new core capsnego system.
Added some features, enhancements...
|
|
|
|
|
|
|
| |
Original commit message from CVS:
* s/filter/plugin/
* link plugins to GST_LIBS
* rearrange rules to a common format
|
|
|
|
|
| |
Original commit message from CVS:
* enable festival build
|
|
|
|
|
|
|
|
| |
work to be done: s/-$//g; && s/\(.*$//;
Original commit message from CVS:
fix glib2's complaining on the params of some plugins
there's still some work to be done: s/-$//g; && s/\(.*$//;
|
|
|
|
|
|
| |
Original commit message from CVS:
siddec checks that work
not extremely robust, but functional
|
|
|
|
|
| |
Original commit message from CVS:
dvshow.c -> demo-dv.c
|
|
|
|
|
| |
Original commit message from CVS:
small fixes
|
|
|
|
|
| |
Original commit message from CVS:
smoothwave fixin
|
|
|
|
|
| |
Original commit message from CVS:
Fixed some plugins
|
|
|
|
|
| |
Original commit message from CVS:
taaz's virtual patch
|
|
|
|
|
|
|
|
|
| |
mpeg2_close, it seems to segfault sometimes.
Original commit message from CVS:
Fixed the smooothwave madness
removed a yield from vorbisdec
don't call mpeg2_close, it seems to segfault sometimes.
|
|
|
|
|
|
|
|
| |
of figuring out plugin issues. it spits o...
Original commit message from CVS:
muahahahaha. gstreamer-compprep initializes every plugin so it's a good way
of figuring out plugin issues. it spits out no more errors now.
|
|
|
|
|
| |
Original commit message from CVS:
doh
|
|
|
|
|
| |
Original commit message from CVS:
more distcheck fixes
|
|
|
|
|
| |
Original commit message from CVS:
something stupid
|
|
|
|
|
| |
Original commit message from CVS:
make arts stuff work, i think
|
|
|
|
|
| |
Original commit message from CVS:
Added EOS, add yield to avoid infinite loop
|
|
|
|
|
| |
Original commit message from CVS:
Fixed some leftover fixes
|
|
|
|
|
| |
Original commit message from CVS:
removing arts and artsd for now
|
|
|
|
|
| |
Original commit message from CVS:
somebody better explain this arts stuff to me
|
|
|
|
|
| |
Original commit message from CVS:
hm, lots seems to have changed
|
|
|
|
|
| |
Original commit message from CVS:
trying to get arts in
|
|
|
|
|
| |
Original commit message from CVS:
more fixes
|
|
|
|
|
| |
Original commit message from CVS:
fixing some fixes
|
|
|
|
|
| |
Original commit message from CVS:
adding dv, raw1934, gnomevfs, rtp
|