David Schleef
38a735ba8c
change gst/bytestream.h to gst/bytestream/bytestream.h
...
Original commit message from CVS:
change gst/bytestream.h to gst/bytestream/bytestream.h
2003-10-29 03:15:52 +00:00
Benjamin Otte
112b1959da
merge TYPEFIND branch. Major changes:
...
Original commit message from CVS:
merge TYPEFIND branch. Major changes:
- totally reworked type(find) system
- all typefind functions are in gst/typefind now
- more typefind functions then before
- some plugins might fail to compile now because I don't have them installed and they
a) require bytestream or
b) haven't had their typefind fixed.
Please fix those plugins and put the typefind functions into gst/typefind if they don't have dependencies
2003-10-28 20:52:41 +00:00
Andy Wingo
dc35dbb595
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488 .
...
Original commit message from CVS:
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488 .
2003-10-08 16:08:22 +00:00
Ronald S. Bultje
595cbc2d05
New typefind system: bytestream is now part of the core all plugins have been modified to use this new typefind syste...
...
Original commit message from CVS:
New typefind system:
* bytestream is now part of the core
* all plugins have been modified to use this new typefind system
* asf typefinding added
* mpeg video stream typefiding removed because it's broken
* duplicate typefind entries removed
* extra id3 typefinding added, because we've seen 4 types of files
(riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs
to work. Instead, I've added an id3 element and let it redo typefiding
after the id3 header. this needs a hack because spider only typefinds
once. We can remove this hack once spider supports multiple typefinds.
* with all this, mp3 typefinding is semi-rewritten
* id3 typefinding in flac/vorbis is removed, it's no longer needed
* fixed spider and gst-typefind to use this, too.
* Other general cleanups
2003-10-01 13:14:45 +00:00
Thomas Vander Stichele
453e9b8871
reverting error patch before making a branch.
...
Original commit message from CVS:
reverting error patch before making a branch.
2003-09-16 10:00:02 +00:00
Benjamin Otte
4eb8fcfe4f
converted gst_element_error to new format in ext/ - gettext pending
...
Original commit message from CVS:
converted gst_element_error to new format in ext/ - gettext pending
2003-09-15 01:08:40 +00:00
Benjamin Otte
ef24e8e54e
vorbisfile is LGPL (see sources)
...
Original commit message from CVS:
vorbisfile is LGPL (see sources)
2003-07-09 02:07:14 +00:00
Ronald S. Bultje
b005531324
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as descri...
...
Original commit message from CVS:
New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-07-06 20:49:52 +00:00
Benjamin Otte
ffa5706370
compatibility fix for new GST_DEBUG stuff.
...
Original commit message from CVS:
compatibility fix for new GST_DEBUG stuff.
Includes fixes for missing includes for config.h and unistd.h
I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2003-06-29 19:46:12 +00:00
Wim Taymans
cd3f2fa760
fix negotiation error handling
...
Original commit message from CVS:
fix negotiation error handling
2003-06-01 08:34:23 +00:00
Wim Taymans
7dfe3cfe8c
- small cleanups
...
Original commit message from CVS:
- small cleanups
- fix DURATION field
2003-05-29 13:17:17 +00:00
Wim Taymans
3faa5fd3df
- small cleanups
...
Original commit message from CVS:
- small cleanups
- fix offset
- added blocksize property
2003-05-29 13:02:16 +00:00
Wim Taymans
8e7b367524
UNITS -> DEFAULT
...
Original commit message from CVS:
UNITS -> DEFAULT
2003-05-24 10:41:58 +00:00
Benjamin Otte
05d819a9a5
We're not at EOS after a successfull seek ( fixes #111498 )
...
Original commit message from CVS:
We're not at EOS after a successfull seek (fixes #111498 )
2003-04-24 18:56:47 +00:00
Thomas Vander Stichele
2c30291763
committing fixes before deleting all of my gstreamer cvs to make room for music for the skiing trip, yay !
...
Original commit message from CVS:
committing fixes before deleting all of my gstreamer cvs to make room for
music for the skiing trip, yay !
2003-02-14 14:22:05 +00:00
Wim Taymans
54341cbe3b
Fix compile error
...
Original commit message from CVS:
Fix compile error
Add some more debug info
2003-02-02 22:05:53 +00:00
David Schleef
0a1d9ddd6a
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
...
Original commit message from CVS:
Change %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer
conversion.
2003-02-02 05:26:29 +00:00
Wim Taymans
dc7a0dc712
Slightly better read function
...
Original commit message from CVS:
Slightly better read function
2003-01-19 20:11:13 +00:00
Wim Taymans
12bd93773c
Fix plugins for new query API
...
Original commit message from CVS:
Fix plugins for new query API
2002-12-30 17:53:18 +00:00
Wim Taymans
f0ceb74eb2
use the rate of the logical stream to calculate duration instead of current rate.
...
Original commit message from CVS:
use the rate of the logical stream to calculate duration instead
of current rate.
2002-11-12 20:56:13 +00:00
Thomas Vander Stichele
dc446a0fa1
debug info
...
Original commit message from CVS:
debug info
2002-11-11 14:06:31 +00:00
Thomas Vander Stichele
b7cd417797
some debug output
...
Original commit message from CVS:
some debug output
2002-11-10 14:37:29 +00:00
Thomas Vander Stichele
76164a4be8
this is how we want to do this in the future hopefully ;)
...
Original commit message from CVS:
this is how we want to do this in the future hopefully ;)
2002-11-10 00:38:57 +00:00
Thomas Vander Stichele
c71c3316cf
use tags as well
...
Original commit message from CVS:
use tags as well
2002-11-09 18:34:48 +00:00
Wim Taymans
00b21146ed
Removed silly debug printf
...
Original commit message from CVS:
Removed silly debug printf
2002-11-02 14:39:59 +00:00
Wim Taymans
5821ffafd8
lots of metadata/query/seeking updates
...
Original commit message from CVS:
lots of metadata/query/seeking updates
2002-11-02 13:48:08 +00:00
Thomas Vander Stichele
8984e091f5
Uraeus : how much license fields do you think you missed ? ;)
...
Original commit message from CVS:
Uraeus : how much license fields do you think you missed ? ;)
This ought to be fixed for the release
2002-10-29 14:30:33 +00:00
Thomas Vander Stichele
a88782e66b
this patch implements metadata the wtay way.
...
Original commit message from CVS:
this patch implements metadata the wtay way.
some other stuff I still need to clean up to make it work well.
test it with
gst-launch filesrc location=... ! vorbisfile
2002-10-29 02:05:37 +00:00
Wim Taymans
168b9de977
- Implement queries and convert functions for vorbisenc + lots of cleanups/improvements
...
Original commit message from CVS:
- Implement queries and convert functions for vorbisenc + lots of
cleanups/improvements
- catch negotiation errors in vorbisfile
2002-10-20 17:11:10 +00:00
Wim Taymans
58b9fad950
Small fixes
...
Original commit message from CVS:
Small fixes
2002-10-19 16:58:25 +00:00
Wim Taymans
9c816d1d3a
Big endian fix.
...
Original commit message from CVS:
Big endian fix.
2002-07-31 21:25:38 +00:00
Wim Taymans
b44ed86c31
Avoid symbol conflicts
...
Original commit message from CVS:
Avoid symbol conflicts
2002-07-28 19:51:29 +00:00
Wim Taymans
b89f95f179
Do better sync
...
Original commit message from CVS:
Do better sync
2002-07-28 18:16:59 +00:00
Wim Taymans
4ff636bad3
- implement eventmasks/format/querytype functions
...
Original commit message from CVS:
- implement eventmasks/format/querytype functions
- added convert functions
- added seek on bytes
2002-07-24 21:40:16 +00:00
Wim Taymans
1be255a154
unref events free buffer in vorbisfile if it cannot be pushed
...
Original commit message from CVS:
unref events
free buffer in vorbisfile if it cannot be pushed
2002-07-08 19:38:27 +00:00
Wim Taymans
a017253b70
prefer vorbisfile over vorbisdec
...
Original commit message from CVS:
prefer vorbisfile over vorbisdec
2002-06-16 22:03:52 +00:00
Wim Taymans
267b0128fa
I'm too lazy to comment this
...
Original commit message from CVS:
Applied virtual patch by Florian Scandella
2002-06-02 22:16:51 +00:00
Wim Taymans
c5b5e78223
Generate timestamps even if the stream is not seekable
...
Original commit message from CVS:
Generate timestamps even if the stream is not seekable
2002-06-02 18:12:08 +00:00
Wim Taymans
5de9552512
UNIT -> UNITS
...
Original commit message from CVS:
UNIT -> UNITS
2002-06-02 15:55:29 +00:00
Wim Taymans
803a00f9a6
Better fallback for when seeking is not supported by the peer element.
...
Original commit message from CVS:
Better fallback for when seeking is not supported by the peer element.
2002-06-02 15:48:25 +00:00
Wim Taymans
d22b352287
Remove media specific seeking type in favour of unit. xvimage compile fix.
...
Original commit message from CVS:
Remove media specific seeking type in favour of unit.
xvimage compile fix.
2002-06-02 11:57:12 +00:00
Wim Taymans
7e72e9be21
Added the vorbisfile plugin.
...
Original commit message from CVS:
Added the vorbisfile plugin.
2002-05-31 23:37:28 +00:00