- Sep 10, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Updates to make it compile against gtk1.2 again. mostly marshal stuff.
-
Erik Walthinsen authored
Original commit message from CVS: fixed a minor annoyance (maybe major flaw) with comments, asm, and escaped newlines
-
Erik Walthinsen authored
gstinfo.[ch], cothreads.c: added initial support for -finstrument_functions gstbin.c: removed a reference to config.h... Original commit message from CVS: gstinfo.[ch], cothreads.c: added initial support for -finstrument_functions gstbin.c: removed a reference to config.h gstbuffer.[ch]: added gst_buffer_is_span_fast(), used it in gst_buffer_span elements/gstfilesrc.c: initial work fleshing out the event handling code everywhere else: wrapped XML stuff in #ifndef's
-
Joshua N. Pritikin authored
Original commit message from CVS: Sync g_signal_new args with the marshaller (glib2 is very strict).
-
Joshua N. Pritikin authored
Original commit message from CVS: Change gtk_type_new -> g_object_new.
-
Steve Baker Baker authored
replace GstDparamPoint struct with GValue** (actually that was in the previous commit). Change gst_dparam_new_point t... Original commit message from CVS: replace GstDparamPoint struct with GValue** (actually that was in the previous commit). Change gst_dparam_new_point to gst_dparam_new_value_array
-
Steve Baker Baker authored
Original commit message from CVS: s/Dparam/DParam/
-
Steve Baker Baker authored
s/Dparam/DParam/ <taaz> i'll whine about an irrelevant thing: Dparam vs DParam. though Dparam is more consistantly s... Original commit message from CVS: s/Dparam/DParam/ <taaz> i'll whine about an irrelevant thing: Dparam vs DParam. though Dparam is more consistantly screwed up with everything else ;)
-
Steve Baker Baker authored
Original commit message from CVS: added sinesliders - a test app for dparams
-
Steve Baker Baker authored
Original commit message from CVS: dparams have arrived. see previous mail for an intro
-
Steve Baker Baker authored
Original commit message from CVS: added GST_CAT_PARAMS
-
- Sep 09, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Removed the .libs from the lib path as pkg-config adds this by default.
-
- Sep 08, 2001
-
-
Steve Baker Baker authored
Original commit message from CVS: added G_VALUE_HOLDS* macros
-
- Sep 07, 2001
-
-
David I. Lehn authored
Original commit message from CVS: Syncing Debian packaging info up to current CVS code.
-
- Sep 06, 2001
-
-
http://liba52.sf.net/David I. Lehn authored
Original commit message from CVS: ATSC A/52 audio decoder plugin http://liba52.sf.net/ - not working fully yet - has ugly debug code at the moment
-
- Sep 05, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: Added HP-PA for the heck of it. Totally untested, of course.
-
Erik Walthinsen authored
and moved all the architecture- specific code out of the many header files and put them all in gstarch.h. Original commit message from CVS: Added MIPS support to cothreads (untested), and moved all the architecture- specific code out of the many header files and put them all in gstarch.h.
-
Erik Walthinsen authored
Original commit message from CVS: updated libtool check to handle things like '1.4b'
-
- Sep 04, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: added docs for _span and _merge, set pool_private to NULL on create
-
- Sep 03, 2001
-
-
Andy Wingo Wingo authored
fixes (hopefully) compilation errors where alsa is not present -- let me know if this does not work. Original commit message from CVS: fixes (hopefully) compilation errors where alsa is not present -- let me know if this does not work.
-
- Sep 02, 2001
-
-
Andy Wingo Wingo authored
I think I finally have this configdir thing under control. The defines on the make command lines were not following t... Original commit message from CVS: I think I finally have this configdir thing under control. The defines on the make command lines were not following the GST_CONFIG_DIR variable.
-
Andy Wingo Wingo authored
default config dir is now /etc/gstreamer instead of $sysconfdir/gstreamer, which had been mapping to /usr/etc/gstreamer. Original commit message from CVS: default config dir is now /etc/gstreamer instead of $sysconfdir/gstreamer, which had been mapping to /usr/etc/gstreamer.
-
- Sep 01, 2001
-
-
Andy Wingo Wingo authored
Original commit message from CVS: added AM_PATH_ALSA back in (but the updated version). *sigh*.
-
Andy Wingo Wingo authored
removed AC_PATH_ALSA from acinclude as it has been rolled into the alsa distribution changed alsa checks in configure... Original commit message from CVS: * removed AC_PATH_ALSA from acinclude as it has been rolled into the alsa distribution * changed alsa checks in configure.base
-
Jamie Gennis authored
Original commit message from CVS: added G_SQRT2 and other numeric constants to sync gobject2gtk with paranormal
-
David I. Lehn authored
Original commit message from CVS: Update to 0.2.1-4 packaging files. (not in sync with CVS code)
-
David I. Lehn authored
Original commit message from CVS: typo fix
-
- Aug 31, 2001
-
-
Andy Wingo Wingo authored
it's now mandatory to set the buffer_copy function. the default implementation sets it to gst_buffer_copy(). Original commit message from CVS: it's now mandatory to set the buffer_copy function. the default implementation sets it to gst_buffer_copy().
-
Bastien Nocera authored
Original commit message from CVS: - updated the busy app-developers' line
-
Bastien Nocera authored
Original commit message from CVS: - cleaned up mikmod plugin merge mess
-
- Aug 30, 2001
-
-
Christian Schaller authored
Original commit message from CVS: 2001-08-30 MikMod plugin added, thanks Jrmy Simon!
-
- Aug 29, 2001
-
-
Bastien Nocera authored
Original commit message from CVS: - ta ta ta, install gstevent.h, otherwise it doesn't work quite right, does it ?
-
Thomas Vander Stichele authored
Original commit message from CVS: added some more checking
-
Erik Walthinsen authored
Original commit message from CVS: oops, another gtkism, changed GtkType to GType for filesrc
-
- Aug 28, 2001
-
-
Steve Baker Baker authored
Original commit message from CVS: added g_value_copy to shim
-
Thomas Vander Stichele authored
Original commit message from CVS: added ltconfig to EXTRA_DIST
-
- Aug 27, 2001
-
-
Andy Wingo Wingo authored
Original commit message from CVS: removed DONTFREE from default bufferpool implementation
-
Andy Wingo Wingo authored
Original commit message from CVS: The bufferpool api has changed. Check gstbufferpool.h to see the updated interface. Also, the default bufferpool implementation has been finished somewhat. Take a look at speed.c to see an example of its use, when I get the plugins committed.
-
Andy Wingo Wingo authored
Original commit message from CVS: hopefully the last commit on libgst wrt bufferpools
-
Andy Wingo Wingo authored
Original commit message from CVS: more changes...
-