Commit graph

3622 commits

Author SHA1 Message Date
Benjamin Otte f7b9b1773e filesrc needs to be reffed by buffers that use its mmaped data directly
Original commit message from CVS:
filesrc needs to be reffed by buffers that use its mmaped data directly
2003-10-28 16:01:26 +00:00
Benjamin Otte 9bd630797f fix issue in buffer_store_get_size spanning multiple buffers, include more checks/debugging while doing so
Original commit message from CVS:
fix issue in buffer_store_get_size spanning multiple buffers, include more checks/debugging while doing so
2003-10-28 12:18:01 +00:00
Benjamin Otte 08337d5a24 update debugging to current system
Original commit message from CVS:
update debugging to current system
2003-10-28 12:12:55 +00:00
Benjamin Otte d2cf080210 make it reuse the existing pipeline - quite a speedup
Original commit message from CVS:
make it reuse the existing pipeline - quite a speedup
2003-10-28 00:33:55 +00:00
Benjamin Otte d967c20451 various fixes like in/valid buffer handling in bufferstore and handling small streams in typefind
Original commit message from CVS:
various fixes like in/valid buffer handling in bufferstore and handling small streams in typefind
2003-10-28 00:32:46 +00:00
Benjamin Otte 76855da107 oops, left debugging output in code
Original commit message from CVS:
oops, left debugging output in code
2003-10-27 22:32:37 +00:00
Benjamin Otte d8d210a406 buncha fixes to bufferstore and the typefind element - we now seek to the point where we need data, not somewhere before
Original commit message from CVS:
buncha fixes to bufferstore and the typefind element - we now seek to the point where we need data, not somewhere before
2003-10-27 21:46:26 +00:00
Benjamin Otte 67caa79531 - reorganize debug levels
Original commit message from CVS:
- reorganize debug levels
- fix bug where offset in subbuffers wasn't set
2003-10-27 21:00:32 +00:00
Benjamin Otte 23f3785d32 bugfixes (don't remember them though ;)
Original commit message from CVS:
bugfixes (don't remember them though ;)
2003-10-27 19:01:55 +00:00
Benjamin Otte e167afa733 fix memory issues in gst-typefind and make it take an unlimited list of filenames
Original commit message from CVS:
fix memory issues in gst-typefind and make it take an unlimited list of filenames
2003-10-27 19:00:24 +00:00
Benjamin Otte 5392bc2b21 doc updates, removal of stale code
Original commit message from CVS:
doc updates, removal of stale code
2003-10-27 16:20:57 +00:00
Benjamin Otte f2f01efb75 update docs
Original commit message from CVS:
update docs
2003-10-27 16:09:57 +00:00
Iain Holmes 95343b9d13 Print the file name as well as the type
Original commit message from CVS:
Print the file name as well as the type
2003-10-27 15:40:23 +00:00
Benjamin Otte fa36b6da15 fix gst-typefind to work with new typefinding
Original commit message from CVS:
fix gst-typefind to work with new typefinding
2003-10-27 15:29:03 +00:00
Benjamin Otte 0dd7202b34 - free type lists after use
Original commit message from CVS:
- free type lists after use
- sort typefinding functions before use
- doc build fixes
2003-10-27 03:12:15 +00:00
Benjamin Otte 08f4ab5d7f work with non-seekable streams
Original commit message from CVS:
work with non-seekable streams
2003-10-27 01:40:20 +00:00
Benjamin Otte c0b9d2708e run parent's dispose before disposing bufferstore
Original commit message from CVS:
run parent's dispose before disposing bufferstore
2003-10-27 01:27:48 +00:00
Benjamin Otte c2842aedf8 loads of fixes. Most of the stuff works now (only thing missing is vorbis streams)
Original commit message from CVS:
loads of fixes. Most of the stuff works now (only thing missing is vorbis streams)
2003-10-27 00:39:18 +00:00
Benjamin Otte 59c9a1133d latest set of fixed (mostly stupid bugs in the typefind element and the bufferstore)
Original commit message from CVS:
latest set of fixed (mostly stupid bugs in the typefind element and the bufferstore)

WARNING: includes fix that changes gst_pad_push behaviour to allow pushing on unconnected pads (which just unrefs the buffer
2003-10-26 17:22:21 +00:00
Benjamin Otte 367dc2f36a add debugging messages to typefinding
Original commit message from CVS:
add debugging messages to typefinding
2003-10-24 20:39:22 +00:00
Benjamin Otte 493ba84f4c initial checkin of typefind rewrite - doesn't work yet, but you may want to fix it :) - it compiles though
Original commit message from CVS:
initial checkin of typefind rewrite - doesn't work yet, but you may want to fix it :) - it compiles though
2003-10-23 01:27:07 +00:00
David Schleef 208c0e3089 bump version to 0.7.1.1
Original commit message from CVS:
bump version to 0.7.1.1
2003-10-20 22:48:06 +00:00
David Schleef 31128ca571 bump version to 0.7.1
Original commit message from CVS:
bump version to 0.7.1
2003-10-20 21:41:11 +00:00
Thomas Vander Stichele 656c052f28 this was wrong
Original commit message from CVS:
this was wrong
2003-10-20 19:40:48 +00:00
Ronald S. Bultje 40b7ac445c Properly give an error if no file was given
Original commit message from CVS:
Properly give an error if no file was given
2003-10-20 14:58:07 +00:00
Ronald S. Bultje 2021fd636c We need to store the new GList. Else, this causes problems if we remove the first entry from the list (unreferenced p...
Original commit message from CVS:
We need to store the new GList. Else, this causes problems if we remove the first entry from the list (unreferenced pointer). Also, we need to destroy the unused entry afterwards (memleak).
2003-10-20 08:22:19 +00:00
David Schleef 9e9344fe94 Add doc for GstBin::iterate signal
Original commit message from CVS:
Add doc for GstBin::iterate signal
2003-10-16 02:00:07 +00:00
David Schleef f8e5104302 add gst_alloc_trace_live_all(), used by the test suites
Original commit message from CVS:
add gst_alloc_trace_live_all(), used by the test suites
2003-10-15 21:31:23 +00:00
David Schleef 9c87c528e7 Massive patch to make 'make check' work properly. Many compilation fixes -- everything should compile now. Some tes...
Original commit message from CVS:
Massive patch to make 'make check' work properly.  Many compilation
fixes -- everything should compile now.  Some tests pass, some
fail; the expected sucess/failure is coded in the Makefile.am's.
gst-register is properly run for both 'make check' and 'make distcheck'.
Much of the common infrastructure is coded in testsuite/Rules.
2003-10-15 01:25:41 +00:00
David Schleef dcb2dce108 Change the iterate callback functions to a GSignal
Original commit message from CVS:
Change the iterate callback functions to a GSignal
2003-10-14 00:00:37 +00:00
David Schleef c377174f2c add some linguas
Original commit message from CVS:
add some linguas
2003-10-13 23:59:13 +00:00
David Schleef 81ed94e2ca Translatable strings, for some gstreamer-native languages.
Original commit message from CVS:
Translatable strings, for some gstreamer-native languages.
2003-10-10 21:37:10 +00:00
Iain Holmes 8367762d69 Fix GNOMEProgram to the correct capitalisation: GnomeProgram
Original commit message from CVS:
Fix GNOMEProgram to the correct capitalisation: GnomeProgram
2003-10-09 22:21:51 +00:00
Benjamin Otte 6a9e76ee20 g_list_length is unsigned
Original commit message from CVS:
g_list_length is unsigned
2003-10-09 19:13:19 +00:00
Thomas Vander Stichele 30da970283 fix cleaning
Original commit message from CVS:
fix cleaning
2003-10-09 13:47:35 +00:00
Thomas Vander Stichele cbdc23d67f cleaning output
Original commit message from CVS:
cleaning output
2003-10-09 13:10:54 +00:00
Thomas Vander Stichele 6c342c42f5 cleaner info
Original commit message from CVS:
cleaner info
2003-10-09 13:09:37 +00:00
Thomas Vander Stichele 90184bb1af upload cvs docs as well
Original commit message from CVS:
upload cvs docs as well
2003-10-09 13:06:06 +00:00
Thomas Vander Stichele 3b7659725f typos and style fixes
Original commit message from CVS:
typos and style fixes
2003-10-09 12:42:49 +00:00
Thomas Vander Stichele deb5b5e3c7 fix uploads of docs
Original commit message from CVS:
fix uploads of docs
2003-10-09 11:29:59 +00:00
Thomas Vander Stichele ca631d405f oops; done
Original commit message from CVS:
oops; done
2003-10-09 07:20:16 +00:00
David Schleef c514b8ba68 Fix typo in last checkin
Original commit message from CVS:
Fix typo in last checkin
2003-10-09 01:41:09 +00:00
David Schleef 947659801b Files needed for build
Original commit message from CVS:
Files needed for build
2003-10-09 01:22:21 +00:00
David Schleef d4ee10bd79 distcheck fixes. Some tests have been disabled.
Original commit message from CVS:
distcheck fixes.  Some tests have been disabled.
2003-10-09 01:13:21 +00:00
Thomas Vander Stichele e44c8f032b entitize the version
Original commit message from CVS:
entitize the version
2003-10-08 18:21:41 +00:00
David Schleef 60916d6f41 Check is we should use -mregnames on PowerPC
Original commit message from CVS:
Check is we should use -mregnames on PowerPC
2003-10-08 17:27:56 +00:00
Andy Wingo 31d748d332 s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also inc...
Original commit message from CVS:
s/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488. Also includes scheduler patches, and probably fixes some queue bugs relating to events and buffers.
2003-10-08 16:06:02 +00:00
Thomas Vander Stichele 63d21b3e7a minor fix to trigger html build
Original commit message from CVS:

minor fix to trigger html build
2003-10-08 15:04:51 +00:00
Thomas Vander Stichele 37c5c860fe rename base name
Original commit message from CVS:
rename base name
2003-10-08 14:59:36 +00:00
Thomas Vander Stichele 2d3862344c some hacking notes
Original commit message from CVS:
some hacking notes
2003-10-08 14:56:26 +00:00