Joshua N. Pritikin [Thu, 13 Sep 2001 23:49:09 +0000 (23:49 +0000)]
fix g_log_domain_gstreamer compile (again)
Original commit message from CVS:
fix g_log_domain_gstreamer compile (again)
Joshua N. Pritikin [Thu, 13 Sep 2001 23:06:47 +0000 (23:06 +0000)]
fix compile
Original commit message from CVS:
fix compile
Joshua N. Pritikin [Thu, 13 Sep 2001 21:16:25 +0000 (21:16 +0000)]
1 fix duplicate #define of gst_marshal_VOID__OBJECT_POINTER 2 make g_critical automatically offer to do stack trace
Original commit message from CVS:
1 fix duplicate #define of gst_marshal_VOID__OBJECT_POINTER
2 make g_critical automatically offer to do stack trace
Joshua N. Pritikin [Thu, 13 Sep 2001 20:13:51 +0000 (20:13 +0000)]
backport wtay's marshal fixes from the EVENT1 branch
Original commit message from CVS:
backport wtay's marshal fixes from the EVENT1 branch
Joshua N. Pritikin [Thu, 13 Sep 2001 20:12:17 +0000 (20:12 +0000)]
fix memory leaks
Original commit message from CVS:
fix memory leaks
Joshua N. Pritikin [Thu, 13 Sep 2001 01:17:47 +0000 (01:17 +0000)]
1 print usage if no args 2 fix cast to avoid compile warning
Original commit message from CVS:
1 print usage if no args
2 fix cast to avoid compile warning
Joshua N. Pritikin [Thu, 13 Sep 2001 01:16:45 +0000 (01:16 +0000)]
add assertion
Original commit message from CVS:
add assertion
Joshua N. Pritikin [Thu, 13 Sep 2001 01:15:25 +0000 (01:15 +0000)]
1 avoid freeing statically allocated factory->details 2 make assertions more self explanatory
Original commit message from CVS:
1 avoid freeing statically allocated factory->details
2 make assertions more self explanatory
Wim Taymans [Wed, 12 Sep 2001 22:02:43 +0000 (22:02 +0000)]
This should make lots of things work again..
Original commit message from CVS:
This should make lots of things work again..
Steve Baker [Wed, 12 Sep 2001 11:30:00 +0000 (11:30 +0000)]
update to reflect api changes
Original commit message from CVS:
update to reflect api changes
Steve Baker [Wed, 12 Sep 2001 11:28:09 +0000 (11:28 +0000)]
added to -launch syntax: if an arg is prefixed with a '@' it will be treated as a dparam. eg sinesrc @volume=1.0 @fr...
Original commit message from CVS:
added to -launch syntax: if an arg is prefixed with a '@' it will be treated as a dparam. eg sinesrc @volume=1.0 @freq=440.0
Steve Baker [Wed, 12 Sep 2001 11:26:31 +0000 (11:26 +0000)]
remove volume and freq args. update to reflect api changes
Original commit message from CVS:
remove volume and freq args. update to reflect api changes
Steve Baker [Wed, 12 Sep 2001 11:24:51 +0000 (11:24 +0000)]
a bunch of changes including the beginnings of a direct (non-callback) and an array update method
Original commit message from CVS:
a bunch of changes including the beginnings of a direct (non-callback) and an array update method
Steve Baker [Wed, 12 Sep 2001 11:22:43 +0000 (11:22 +0000)]
require type in gst_dparam_new, add gst_dparam_set_value_from_string convenience func
Original commit message from CVS:
require type in gst_dparam_new, add gst_dparam_set_value_from_string convenience func
Steve Baker [Wed, 12 Sep 2001 11:19:57 +0000 (11:19 +0000)]
correct usage of gtk_arg_copy
Original commit message from CVS:
correct usage of gtk_arg_copy
David I. Lehn [Wed, 12 Sep 2001 06:06:47 +0000 (06:06 +0000)]
scripts should not fail if -compprep or -register do
Original commit message from CVS:
scripts should not fail if -compprep or -register do
David I. Lehn [Tue, 11 Sep 2001 20:15:53 +0000 (20:15 +0000)]
Add new plugins to list.
Original commit message from CVS:
Add new plugins to list.
Wim Taymans [Mon, 10 Sep 2001 20:11:22 +0000 (20:11 +0000)]
Updates to make it compile against gtk1.2 again. mostly marshal stuff.
Original commit message from CVS:
Updates to make it compile against gtk1.2 again. mostly marshal stuff.
Erik Walthinsen [Mon, 10 Sep 2001 20:02:12 +0000 (20:02 +0000)]
fixed a minor annoyance (maybe major flaw) with comments, asm, and escaped newlines
Original commit message from CVS:
fixed a minor annoyance (maybe major flaw) with comments, asm, and escaped newlines
Erik Walthinsen [Mon, 10 Sep 2001 19:46:01 +0000 (19:46 +0000)]
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 [Mon, 10 Sep 2001 19:00:42 +0000 (19:00 +0000)]
Sync g_signal_new args with the marshaller (glib2 is very strict).
Original commit message from CVS:
Sync g_signal_new args with the marshaller (glib2 is very strict).
Joshua N. Pritikin [Mon, 10 Sep 2001 18:58:27 +0000 (18:58 +0000)]
Change gtk_type_new -> g_object_new.
Original commit message from CVS:
Change gtk_type_new -> g_object_new.
Steve Baker [Mon, 10 Sep 2001 18:51:27 +0000 (18:51 +0000)]
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 [Mon, 10 Sep 2001 17:24:06 +0000 (17:24 +0000)]
s/Dparam/DParam/
Original commit message from CVS:
s/Dparam/DParam/
Steve Baker [Mon, 10 Sep 2001 17:20:45 +0000 (17:20 +0000)]
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 [Mon, 10 Sep 2001 16:32:23 +0000 (16:32 +0000)]
added sinesliders - a test app for dparams
Original commit message from CVS:
added sinesliders - a test app for dparams
Steve Baker [Mon, 10 Sep 2001 16:28:43 +0000 (16:28 +0000)]
dparams have arrived. see previous mail for an intro
Original commit message from CVS:
dparams have arrived. see previous mail for an intro
Steve Baker [Mon, 10 Sep 2001 16:23:43 +0000 (16:23 +0000)]
added GST_CAT_PARAMS
Original commit message from CVS:
added GST_CAT_PARAMS
Wim Taymans [Sun, 9 Sep 2001 12:09:19 +0000 (12:09 +0000)]
Removed the .libs from the lib path as pkg-config adds this by default.
Original commit message from CVS:
Removed the .libs from the lib path as pkg-config adds this by default.
Steve Baker [Sat, 8 Sep 2001 12:58:53 +0000 (12:58 +0000)]
added G_VALUE_HOLDS* macros
Original commit message from CVS:
added G_VALUE_HOLDS* macros
David I. Lehn [Fri, 7 Sep 2001 07:40:59 +0000 (07:40 +0000)]
Syncing Debian packaging info up to current CVS code.
Original commit message from CVS:
Syncing Debian packaging info up to current CVS code.
David I. Lehn [Thu, 6 Sep 2001 20:12:17 +0000 (20:12 +0000)]
ATSC A/52 audio decoder plugin liba52.sf.net/
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
Erik Walthinsen [Wed, 5 Sep 2001 21:50:43 +0000 (21:50 +0000)]
Added HP-PA for the heck of it. Totally untested, of course.
Original commit message from CVS:
Added HP-PA for the heck of it. Totally untested, of course.
Erik Walthinsen [Wed, 5 Sep 2001 21:36:24 +0000 (21:36 +0000)]
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 [Wed, 5 Sep 2001 08:53:00 +0000 (08:53 +0000)]
updated libtool check to handle things like '1.4b'
Original commit message from CVS:
updated libtool check to handle things like '1.4b'
Erik Walthinsen [Tue, 4 Sep 2001 04:34:32 +0000 (04:34 +0000)]
added docs for _span and _merge, set pool_private to NULL on create
Original commit message from CVS:
added docs for _span and _merge, set pool_private to NULL on create
Andy Wingo [Mon, 3 Sep 2001 03:59:51 +0000 (03:59 +0000)]
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.
Andy Wingo [Sun, 2 Sep 2001 01:56:20 +0000 (01:56 +0000)]
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 [Sun, 2 Sep 2001 00:41:53 +0000 (00:41 +0000)]
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.
Andy Wingo [Sat, 1 Sep 2001 21:20:36 +0000 (21:20 +0000)]
added AM_PATH_ALSA back in (but the updated version). *sigh*.
Original commit message from CVS:
added AM_PATH_ALSA back in (but the updated version). *sigh*.
Andy Wingo [Sat, 1 Sep 2001 20:35:37 +0000 (20:35 +0000)]
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 [Sat, 1 Sep 2001 14:46:24 +0000 (14:46 +0000)]
added G_SQRT2 and other numeric constants to sync gobject2gtk with paranormal
Original commit message from CVS:
added G_SQRT2 and other numeric constants to sync gobject2gtk with paranormal
David I. Lehn [Sat, 1 Sep 2001 01:13:41 +0000 (01:13 +0000)]
Update to 0.2.1-4 packaging files. (not in sync with CVS code)
Original commit message from CVS:
Update to 0.2.1-4 packaging files. (not in sync with CVS code)
David I. Lehn [Sat, 1 Sep 2001 01:05:11 +0000 (01:05 +0000)]
typo fix
Original commit message from CVS:
typo fix
Andy Wingo [Fri, 31 Aug 2001 16:40:03 +0000 (16:40 +0000)]
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 [Fri, 31 Aug 2001 12:08:04 +0000 (12:08 +0000)]
- updated the busy app-developers' line
Original commit message from CVS:
- updated the busy app-developers' line
Bastien Nocera [Fri, 31 Aug 2001 12:03:19 +0000 (12:03 +0000)]
- cleaned up mikmod plugin merge mess
Original commit message from CVS:
- cleaned up mikmod plugin merge mess
Christian Schaller [Thu, 30 Aug 2001 23:04:52 +0000 (23:04 +0000)]
2001-08-30 MikMod plugin added, thanks Jérémy Simon!
Original commit message from CVS:
2001-08-30 MikMod plugin added, thanks Jérémy Simon!
Bastien Nocera [Wed, 29 Aug 2001 22:56:12 +0000 (22:56 +0000)]
- ta ta ta, install gstevent.h, otherwise it doesn't work quite right, does it ?
Original commit message from CVS:
- ta ta ta, install gstevent.h, otherwise it doesn't work quite right, does it ?
Thomas Vander Stichele [Wed, 29 Aug 2001 09:00:49 +0000 (09:00 +0000)]
added some more checking
Original commit message from CVS:
added some more checking
Erik Walthinsen [Wed, 29 Aug 2001 00:24:26 +0000 (00:24 +0000)]
oops, another gtkism, changed GtkType to GType for filesrc
Original commit message from CVS:
oops, another gtkism, changed GtkType to GType for filesrc
Steve Baker [Tue, 28 Aug 2001 20:18:37 +0000 (20:18 +0000)]
added g_value_copy to shim
Original commit message from CVS:
added g_value_copy to shim
Thomas Vander Stichele [Tue, 28 Aug 2001 12:15:14 +0000 (12:15 +0000)]
added ltconfig to EXTRA_DIST
Original commit message from CVS:
added ltconfig to EXTRA_DIST
Andy Wingo [Mon, 27 Aug 2001 07:29:07 +0000 (07:29 +0000)]
removed DONTFREE from default bufferpool implementation
Original commit message from CVS:
removed DONTFREE from default bufferpool implementation
Andy Wingo [Mon, 27 Aug 2001 06:24:49 +0000 (06:24 +0000)]
The bufferpool api has changed. Check gstbufferpool.h to see the updated interface.
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 [Mon, 27 Aug 2001 06:01:11 +0000 (06:01 +0000)]
hopefully the last commit on libgst wrt bufferpools
Original commit message from CVS:
hopefully the last commit on libgst wrt bufferpools
Andy Wingo [Mon, 27 Aug 2001 05:08:28 +0000 (05:08 +0000)]
more changes...
Original commit message from CVS:
more changes...
Andy Wingo [Mon, 27 Aug 2001 04:40:48 +0000 (04:40 +0000)]
finished default bufferpool implementation (setting size/maxsize on buffers)
Original commit message from CVS:
finished default bufferpool implementation (setting size/maxsize on buffers)
Andy Wingo [Mon, 27 Aug 2001 04:19:58 +0000 (04:19 +0000)]
bufferpool changes (next commit will update plugins)
Original commit message from CVS:
bufferpool changes (next commit will update plugins)
Andy Wingo [Sat, 25 Aug 2001 02:19:20 +0000 (02:19 +0000)]
changed speed to be loop-based, work with floats as well as gint8 and gint16, mono only now though added speed demo a...
Original commit message from CVS:
* changed speed to be loop-based, work with floats as well as gint8 and gint16,
mono only now though
* added speed demo app in the test directory. try it, it's really neat.
* fixed minor bugs in passthrough and gstaudio.h. don't worry, it does build ;)
Andy Wingo [Fri, 24 Aug 2001 05:26:39 +0000 (05:26 +0000)]
defines needed for passthrough and its filterstamped descendants (just speed and volume for now)
Original commit message from CVS:
defines needed for passthrough and its filterstamped descendants (just speed and
volume for now)
Erik Walthinsen [Wed, 22 Aug 2001 21:47:51 +0000 (21:47 +0000)]
Changed "size" to "filesize".
Original commit message from CVS:
Changed "size" to "filesize".
Erik Walthinsen [Wed, 22 Aug 2001 21:45:25 +0000 (21:45 +0000)]
Updated the event system to use event,timestamp,data instead of a pointer.
Original commit message from CVS:
Updated the event system to use event,timestamp,data instead of a pointer.
Updated elements to use the event system correctly.
Changed "size" to "filesize" in disksrc.
Erik Walthinsen [Wed, 22 Aug 2001 21:00:19 +0000 (21:00 +0000)]
added timecache testing code
Original commit message from CVS:
added timecache testing code
Erik Walthinsen [Wed, 22 Aug 2001 20:52:34 +0000 (20:52 +0000)]
added the FUNC accessors and moved _append proto
Original commit message from CVS:
added the FUNC accessors and moved _append proto
Wim Taymans [Wed, 22 Aug 2001 20:49:47 +0000 (20:49 +0000)]
Removed a bunch of double #defines
Original commit message from CVS:
Removed a bunch of double #defines
Erik Walthinsen [Wed, 22 Aug 2001 19:54:08 +0000 (19:54 +0000)]
added more properties, added a 'touch' feature
Original commit message from CVS:
updated filesrc to gobject (oops), added more properties, added a 'touch' feature
Steve Baker [Wed, 22 Aug 2001 19:40:05 +0000 (19:40 +0000)]
added some shims for GValue get/set (compiles but not tested)
Original commit message from CVS:
added some shims for GValue get/set (compiles but not tested)
Steve Baker [Wed, 22 Aug 2001 19:39:02 +0000 (19:39 +0000)]
added #include <string.h>
Original commit message from CVS:
added #include <string.h>
Thomas Vander Stichele [Wed, 22 Aug 2001 13:47:18 +0000 (13:47 +0000)]
added GST_BUFFER_FREE_FUNC since it didn't seem to be in there and building failed
Original commit message from CVS:
added GST_BUFFER_FREE_FUNC since it didn't seem to be in there and
building failed
Erik Walthinsen [Wed, 22 Aug 2001 04:30:27 +0000 (04:30 +0000)]
added new gstfilesrc to replace disksrc eventually
Original commit message from CVS:
added new gstfilesrc to replace disksrc eventually
Wim Taymans [Tue, 21 Aug 2001 20:16:48 +0000 (20:16 +0000)]
Lots of modifications to the plugin system.
Original commit message from CVS:
Lots of modifications to the plugin system.
- Added a GstPluginfeature object that serves as a base class for all
plugin contents.
- changed the plugin API, everyhting is now added with
gst_plugin_add_feature
- typefactories are named now so that they can be located easily and filled
in at plugin load.
- mime types like "video/raw image/raw" are gone for now.
- lots of plugin updates (style and API changes)
- tested with an without registry.
- updates to various tools.
- added a little testsuite to test/show how you can load plugins (4 modes)
Test this one, Almost everything has changed :-)
Erik Walthinsen [Tue, 21 Aug 2001 19:30:45 +0000 (19:30 +0000)]
added more INFO lines to elementfactory_make to make debugging missing plugins easier
Original commit message from CVS:
added more INFO lines to elementfactory_make to make debugging missing plugins easier
Wim Taymans [Thu, 16 Aug 2001 23:20:53 +0000 (23:20 +0000)]
Fixed an endianness bug in the debug message.
Original commit message from CVS:
Fixed an endianness bug in the debug message.
Wim Taymans [Thu, 16 Aug 2001 22:59:42 +0000 (22:59 +0000)]
More endianness fixes.
Original commit message from CVS:
More endianness fixes.
David I. Lehn [Thu, 16 Aug 2001 20:31:49 +0000 (20:31 +0000)]
Remove attempt to generate swig Makefiles.
Original commit message from CVS:
Remove attempt to generate swig Makefiles.
Bastien Nocera [Thu, 16 Aug 2001 14:46:44 +0000 (14:46 +0000)]
- added a ChangeLog generated with cvs2cl, easier to read than 'cvs log'
Original commit message from CVS:
- added a ChangeLog generated with cvs2cl, easier to read than 'cvs log'
Arik Devens [Wed, 15 Aug 2001 22:43:09 +0000 (22:43 +0000)]
Added hacky check to make sure we have video to fullscreen, will be removed when the new libgstplay lands.
Original commit message from CVS:
Added hacky check to make sure we have video to fullscreen, will be removed when the new libgstplay lands.
Arik Devens [Wed, 15 Aug 2001 22:32:30 +0000 (22:32 +0000)]
Added a bunch of new stuff including better fullscreen handling and some new playlist stuff that's not hooked up yet.
Original commit message from CVS:
Added a bunch of new stuff including better fullscreen handling and some new playlist stuff that's not hooked up yet.
Thomas Vander Stichele [Tue, 14 Aug 2001 21:09:44 +0000 (21:09 +0000)]
removed this from gstreamer core please check out the gst-bind module and pick up from there
Original commit message from CVS:
removed this from gstreamer core
please check out the gst-bind module and pick up from there
Thomas Vander Stichele [Tue, 14 Aug 2001 19:13:09 +0000 (19:13 +0000)]
changed this to work for gst-bind if anyone gets into problems with this then let me know and we'll fix it together ;)
Original commit message from CVS:
changed this to work for gst-bind
if anyone gets into problems with this then let me know and we'll fix it
together ;)
Jamie Gennis [Tue, 14 Aug 2001 04:11:32 +0000 (04:11 +0000)]
sync gobject2gtk with paranormal
Original commit message from CVS:
sync gobject2gtk with paranormal
Thomas Vander Stichele [Mon, 13 Aug 2001 20:42:48 +0000 (20:42 +0000)]
You'll need this one as well
Original commit message from CVS:
You'll need this one as well
Thomas Vander Stichele [Mon, 13 Aug 2001 20:42:20 +0000 (20:42 +0000)]
first working version of helloworld in perl no eos signal callback yet some wrapper functions
Original commit message from CVS:
first working version of helloworld in perl
no eos signal callback yet
some wrapper functions
Erik Walthinsen [Mon, 13 Aug 2001 20:19:34 +0000 (20:19 +0000)]
added first pass at the GstTimeCache
Original commit message from CVS:
added first pass at the GstTimeCache
Erik Walthinsen [Mon, 13 Aug 2001 19:03:58 +0000 (19:03 +0000)]
messy hack to make sure libgst.la builds properly (FIXME!)
Original commit message from CVS:
messy hack to make sure libgst.la builds properly (FIXME!)
Steve Baker [Mon, 13 Aug 2001 19:00:13 +0000 (19:00 +0000)]
sync with the current CVS glib API
Original commit message from CVS:
sync with the current CVS glib API
Erik Walthinsen [Mon, 13 Aug 2001 18:48:48 +0000 (18:48 +0000)]
Added libgst.la to the global LDFLAGS, so all plugins link against it.
Original commit message from CVS:
Added libgst.la to the global LDFLAGS, so all plugins link against it.
This should help solve problems with bindings and dynamic loading of libgst.
Thomas Vander Stichele [Mon, 13 Aug 2001 14:45:28 +0000 (14:45 +0000)]
small test script
Original commit message from CVS:
small test script
Thomas Vander Stichele [Mon, 13 Aug 2001 14:45:01 +0000 (14:45 +0000)]
added info trace as well
Original commit message from CVS:
added info trace as well
Thomas Vander Stichele [Mon, 13 Aug 2001 13:53:52 +0000 (13:53 +0000)]
added temporary bootstrap script before integrating it into a makefile
Original commit message from CVS:
added temporary bootstrap script before integrating it into a makefile
Thomas Vander Stichele [Mon, 13 Aug 2001 13:52:55 +0000 (13:52 +0000)]
added swig/Makefile.PL
Original commit message from CVS:
added swig/Makefile.PL
Thomas Vander Stichele [Mon, 13 Aug 2001 13:47:04 +0000 (13:47 +0000)]
wrap up some necessary gstreamer functions in functions of our own
Original commit message from CVS:
wrap up some necessary gstreamer functions in functions of our own
Thomas Vander Stichele [Mon, 13 Aug 2001 13:46:21 +0000 (13:46 +0000)]
taking a first stab at swigging gstreamer for perl
Original commit message from CVS:
taking a first stab at swigging gstreamer for perl
Steve Baker [Sun, 12 Aug 2001 10:09:01 +0000 (10:09 +0000)]
added more exes
Original commit message from CVS:
added more exes
Steve Baker [Sun, 12 Aug 2001 09:48:41 +0000 (09:48 +0000)]
doc update
Original commit message from CVS:
doc update
Erik Walthinsen [Sat, 11 Aug 2001 22:04:48 +0000 (22:04 +0000)]
fixed stupid bug in buffer_span()
Original commit message from CVS:
fixed stupid bug in buffer_span()
Erik Walthinsen [Sat, 11 Aug 2001 08:25:05 +0000 (08:25 +0000)]
- changed timestamps to gint64 (*signed* 64-bit)
Original commit message from CVS:
- changed timestamps to gint64 (*signed* 64-bit)
- updated buf->offset handling to deal with the -1 (0xffffffff) case
- added gst_buffer_span() and gst_buffer_merge (see -devel for details)
Wim Taymans [Fri, 10 Aug 2001 21:36:57 +0000 (21:36 +0000)]
mmap returns MAP_FAILED in case of an error, also do a perror in case of a failure.
Original commit message from CVS:
mmap returns MAP_FAILED in case of an error, also do a perror in case of a
failure.
Wim Taymans [Fri, 10 Aug 2001 17:45:36 +0000 (17:45 +0000)]
Added some test apps by Zeenix.
Original commit message from CVS:
Added some test apps by Zeenix.