Benjamin Otte
a1b4911f81
fix mp3 typefinding and included layer in found type
...
Original commit message from CVS:
fix mp3 typefinding and included layer in found type
2003-07-08 21:30:47 +00:00
Brian Cameron
3f064e2c9e
Now support ISO standard variable length macros.
...
Original commit message from CVS:
Now support ISO standard variable length macros.
2003-07-07 16:59:08 +00:00
David Schleef
ae8417fa98
Removed function that was only used by _loop(), which was removed by last checkin
...
Original commit message from CVS:
Removed function that was only used by _loop(), which was removed by
last checkin
2003-07-06 23:32:55 +00:00
Ronald S. Bultje
ed2362149a
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:50 +00:00
David Schleef
5e6d64e776
Fix type-punning (poorly). This element needs a lot of work -- it has obvious endianness problems.
...
Original commit message from CVS:
Fix type-punning (poorly). This element needs a lot of work -- it
has obvious endianness problems.
2003-06-30 06:45:29 +00:00
Benjamin Otte
b4786e830b
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:09 +00:00
David Schleef
a925266572
Seems to demux nicely now.
...
Original commit message from CVS:
Seems to demux nicely now.
2003-06-24 08:05:12 +00:00
David Schleef
971fc55f6d
new RealMedia demuxing element. Not really working yet
...
Original commit message from CVS:
new RealMedia demuxing element. Not really working yet
2003-06-22 03:59:01 +00:00
David Schleef
a305a1dd7f
remove malloc.h. Fixes #114892
...
Original commit message from CVS:
remove malloc.h. Fixes #114892
2003-06-11 05:29:06 +00:00
Ronald S. Bultje
8481e5013c
Make these compile with both solaris as well as lunix-based stuffies
...
Original commit message from CVS:
Make these compile with both solaris as well as lunix-based stuffies
2003-06-01 17:00:06 +00:00
Wim Taymans
9ba5e6cfe6
UNITS -> DEFAULT
...
Original commit message from CVS:
UNITS -> DEFAULT
2003-05-24 10:41:58 +00:00
Wim Taymans
1ac9874937
- update OFFSET field
...
Original commit message from CVS:
- update OFFSET field
- flush unkown codes
- small cleanups
2003-05-24 10:17:50 +00:00
Benjamin Otte
4416041257
fix Makefiles for C++ libraries. They should now work with Forte. This needs a new libtool, update autogen.sh to refl...
...
Original commit message from CVS:
fix Makefiles for C++ libraries. They should now work with Forte. This needs a new libtool, update autogen.sh to reflect this.
2003-05-22 20:45:10 +00:00
Benjamin Otte
ab5956a396
more range fixes
...
Original commit message from CVS:
more range fixes
2003-05-22 12:17:07 +00:00
Brian Cameron
15f1745a69
Corrected modplug and monkeyaudio to build with non-gcc compilers.
...
Original commit message from CVS:
Corrected modplug and monkeyaudio to build with non-gcc compilers.
2003-05-22 11:33:16 +00:00
Benjamin Otte
ce19421a31
case ranges is a gcc extension, removing them
...
Original commit message from CVS:
case ranges is a gcc extension, removing them
2003-05-22 10:41:49 +00:00
Brian Cameron
c642d08357
Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler a...
...
Original commit message from CVS:
Updated autogen.sh/configure.ac and various Makefiles to make the
configure script set up all gcc specific compiler arguments, rather
than hardcoding them in the Makefile.am files
2003-05-21 15:16:51 +00:00
Ronald S. Bultje
ab8278b082
I'm too lazy to comment this
...
Original commit message from CVS:
Lots of LPCM support work from Martin. This fixes the mimetype being set and interprets sound stream properties better so it's just iedntified as audio/raw. Thanks go to Martin Soto <soto@informatik.uni-kl.de> - see #106875 for more info
2003-05-14 21:54:41 +00:00
Jeremy Simon
0a30951789
set little endian in monkeydec too
...
Original commit message from CVS:
set little endian in monkeydec too
2003-04-28 11:13:15 +00:00
Jeremy Simon
12a38a0157
MonkeyAudio support little endian data only
...
Original commit message from CVS:
MonkeyAudio support little endian data only
2003-04-27 13:48:10 +00:00
Jeremy Simon
0f08b0e460
Metadata support
...
Original commit message from CVS:
Metadata support
Bugfix and code cleanup
2003-04-25 21:03:55 +00:00
Jeremy Simon
ed6cf23b38
workaround to support APE Tag v2
...
Original commit message from CVS:
workaround to support APE Tag v2
2003-04-25 20:21:50 +00:00
Benjamin Otte
015f82aaf5
fixes to mp3 typefinding:
...
Original commit message from CVS:
fixes to mp3 typefinding:
- removed workaround that detected files with valid ID3v2 tag as mp3 (not needed anymore)
Invalid files didn't occur because of broken length in the tag but because of padding
in the beginning of the audio data most of the time.
- fixed various assorted stuff in the old typefind function (like not adjusting buffer
size after skipping)
- added 2nd typefind function to detect mp3 streams (fixes #94113 )
2003-04-10 02:34:13 +00:00
David Schleef
c3503c2baa
Fix a bunch of endianness conversions that were done as long instead of int32. Should go into 0.6.1.
...
Original commit message from CVS:
Fix a bunch of endianness conversions that were done as long instead of
int32. Should go into 0.6.1.
2003-04-07 18:43:25 +00:00
David Schleef
02e883325a
Partial fix for #109700 . Should be applied to 0.6.1.
...
Original commit message from CVS:
Partial fix for #109700 . Should be applied to 0.6.1.
2003-04-04 22:51:07 +00:00
Ronald S. Bultje
a09ea72813
Some continuation fixes
...
Original commit message from CVS:
Some continuation fixes
2003-03-30 19:20:26 +00:00
Wim Taymans
38a1831a3b
- Slightly better error recovery
...
Original commit message from CVS:
- Slightly better error recovery
- correctly handle ISO11172 end code
2003-03-28 17:33:20 +00:00
Jeremy Simon
af42d059d6
Use a chain function instead of a loop monkeyenc needs audio raw caps now
...
Original commit message from CVS:
Use a chain function instead of a loop
monkeyenc needs audio raw caps now
2003-03-13 21:37:11 +00:00
Christian Schaller
5f837b2017
fixes for monkeys audio
...
Original commit message from CVS:
fixes for monkeys audio
2003-03-11 21:46:10 +00:00
Jeremy Simon
c1a4db611b
Add monkeyaudio plugin
...
Original commit message from CVS:
Add monkeyaudio plugin
2003-03-11 19:33:32 +00:00
Christian Schaller
f573818eb0
merge patch from bug 106875 created by Martin Soto
...
Original commit message from CVS:
merge patch from bug 106875 created by Martin Soto
2003-03-02 09:48:48 +00:00
Wim Taymans
b8ebf3c642
Fix refcounting on streaminfo caps.
...
Original commit message from CVS:
Fix refcounting on streaminfo caps.
2003-02-02 20:06:39 +00:00
Wim Taymans
479004ceec
Fix refcounting on caps.
...
Original commit message from CVS:
Fix refcounting on caps.
2003-02-02 20:05:59 +00:00
David Schleef
b689cac7f8
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
Christian Schaller
b0410c31e1
add missing header file to makefile for disting
...
Original commit message from CVS:
add missing header file to makefile for disting
2003-02-01 15:44:29 +00:00
Owen Fraser-Green
48a7c173a2
Added another header GUID
...
Original commit message from CVS:
Added another header GUID
2003-01-31 23:16:37 +00:00
Owen Fraser-Green
dded3e1a8c
Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 and added _WMAV9
...
Original commit message from CVS:
Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 and added _WMAV9
2003-01-31 23:06:18 +00:00
Owen Fraser-Green
9d3ecf1c18
Split some of the generic header stuff into a seperate header file.
...
Original commit message from CVS:
Split some of the generic header stuff into a seperate header file.
2003-01-31 21:41:07 +00:00
Owen Fraser-Green
2597a7e1e2
Fixed timing problem and more header decoding bugs
...
Original commit message from CVS:
Fixed timing problem and more header decoding bugs
2003-01-31 21:10:00 +00:00
Owen Fraser-Green
1a135b7cda
Fixed a few bugs in the header checking. Also added descrambling code.
...
Original commit message from CVS:
Fixed a few bugs in the header checking. Also added descrambling code.
2003-01-31 18:23:38 +00:00
Wim Taymans
9aa1cb1aaa
Don't add bogus typefind functions
...
Original commit message from CVS:
Don't add bogus typefind functions
2003-01-26 19:31:36 +00:00
Owen Fraser-Green
e2f4527056
Describes briefly the design of the ASF demux plugin.
...
Original commit message from CVS:
Describes briefly the design of the ASF demux plugin.
2003-01-23 11:20:20 +00:00
Owen Fraser-Green
5ee601e2b6
Added code to handle split segments, changed src caps to video/avi to make it work with ffmpeg. Correct time conversi...
...
Original commit message from CVS:
Added code to handle split segments, changed src caps to video/avi to make
it work with ffmpeg. Correct time conversion code. Numerous minor bug fixes
and slight code cleanup.
2003-01-23 11:15:49 +00:00
Wim Taymans
3438f4f459
- Small cleanups
...
Original commit message from CVS:
- Small cleanups
- parse even the last few bytes of the stream
2003-01-19 13:42:43 +00:00
Thomas Vander Stichele
529c1bb0e3
apply patch from vishnu
...
Original commit message from CVS:
apply patch from vishnu
2003-01-17 16:21:35 +00:00
Thomas Vander Stichele
b6adcea171
PadConnect -> PadLink
...
Original commit message from CVS:
PadConnect -> PadLink
2003-01-10 13:38:27 +00:00
Thomas Vander Stichele
1669173743
another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so t...
...
Original commit message from CVS:
another batch of connect->link fixes
please let me know about issues
and please refrain of making them yourself, so that I don't spend double
the time resolving conflicts
2003-01-10 10:22:24 +00:00
Wim Taymans
5e574f1894
Apply patch "valgrind is cool" 13384 from vishnu.
...
Original commit message from CVS:
Apply patch "valgrind is cool" 13384 from vishnu.
2003-01-06 19:13:49 +00:00
Wim Taymans
b36db2b3db
Fix typos
...
Original commit message from CVS:
Fix typos
2002-12-31 14:53:04 +00:00
Wim Taymans
82350d8251
- Add streaminfo
...
Original commit message from CVS:
- Add streaminfo
- set caps on sinkpad too
- handle caps errors
2002-12-30 19:18:04 +00:00
Wim Taymans
b5bee92a53
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
4d831cc9b2
Lower latency state changes by unlocking the clock
...
Original commit message from CVS:
Lower latency state changes by unlocking the clock
2002-12-29 21:18:16 +00:00
Wim Taymans
206cd78b4c
New clock sync
...
Original commit message from CVS:
New clock sync
2002-12-27 23:04:50 +00:00
Wim Taymans
0e18b6abbc
prefer seeking on time
...
Original commit message from CVS:
prefer seeking on time
2002-12-27 22:43:28 +00:00
Wim Taymans
72f3cbcb7b
Improved seeking and indexing
...
Original commit message from CVS:
Improved seeking and indexing
2002-12-26 22:45:10 +00:00
Wim Taymans
b9072f711a
- Added seek on bytes
...
Original commit message from CVS:
- Added seek on bytes
- use index to lookup offsets
2002-12-23 00:35:24 +00:00
Wim Taymans
90936c1ebc
cache->index
...
Original commit message from CVS:
cache->index
2002-12-12 22:17:10 +00:00
Iain Holmes
ac04104547
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
...
Original commit message from CVS:
Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
2002-12-08 17:20:44 +00:00
Thomas Vander Stichele
f1f464b7b2
parallel install fixes
...
Original commit message from CVS:
parallel install fixes
2002-12-08 14:50:04 +00:00
Wim Taymans
a82c0aa533
Fix mpegdemux, implement caching
...
Original commit message from CVS:
Fix mpegdemux, implement caching
2002-11-27 21:00:12 +00:00
Wim Taymans
ebc290ac1d
- cleanups
...
Original commit message from CVS:
- cleanups
- detect and correct SCR discontinuities, also correct PTSes
2002-11-04 23:16:45 +00:00
Wim Taymans
29471dd7c7
Write some more debugging entries in the log
...
Original commit message from CVS:
Write some more debugging entries in the log
2002-11-02 13:40:30 +00:00
Wim Taymans
c825677105
Lower the rank, the typefind functions are broken
...
Original commit message from CVS:
Lower the rank, the typefind functions are broken
2002-11-02 13:39:23 +00:00
Wim Taymans
87521b739c
apply the taaz vpatch
...
Original commit message from CVS:
apply the taaz vpatch
2002-10-17 22:01:00 +00:00
Christian Schaller
794808e9e5
First step in giving us asf support is making this code widely available.
...
Original commit message from CVS:
First step in giving us asf support is making this code widely available.
Now back to step 2 which used to be step 1 and get this code debugged so
it works :)
2002-10-17 21:41:47 +00:00
Christian Schaller
64789849a6
plugins part of license field patch
...
Original commit message from CVS:
plugins part of license field patch
2002-09-18 19:02:46 +00:00
Wim Taymans
003d45f660
- Ripped some ID3 tag parsing from libid3 for typefind.
...
Original commit message from CVS:
- Ripped some ID3 tag parsing from libid3 for typefind.
- Added ID3V1 to fypefind.
- Don't check for a valid mp3 header after finding the ID3 tag as some ID3
tags seem broken.
2002-09-11 20:44:31 +00:00
Ronald S. Bultje
0d5f4a02ca
This updates all plugins to the new API for gst_pad_try_set_caps
...
Original commit message from CVS:
This updates all plugins to the new API for gst_pad_try_set_caps
2002-09-10 09:31:38 +00:00
Thomas Vander Stichele
5d94ef6f62
removing warnings (approved by wtay)
...
Original commit message from CVS:
removing warnings (approved by wtay)
2002-09-09 23:24:29 +00:00
Wim Taymans
4e9426038d
- query/eventmask/formats functions
...
Original commit message from CVS:
- query/eventmask/formats functions
2002-07-24 21:43:44 +00:00
Thomas Vander Stichele
126371be0c
merge from release branch
...
Original commit message from CVS:
merge from release branch
2002-07-09 10:45:37 +00:00
Wim Taymans
562ae61a61
- use _merge instead of _append
...
Original commit message from CVS:
- use _merge instead of _append
- unref events
2002-07-08 19:43:33 +00:00
Wim Taymans
6d3a854cb1
use _merge instead of _append
...
Original commit message from CVS:
use _merge instead of _append
2002-07-08 19:39:12 +00:00
David I. Lehn
84c83efeb6
Add some extra files to dist
...
Original commit message from CVS:
Add some extra files to dist
2002-07-04 19:33:33 +00:00
Wim Taymans
492fe80f2b
Disable sync
...
Original commit message from CVS:
Disable sync
2002-06-08 23:48:43 +00:00
Thomas Vander Stichele
c9b2547508
changed the comment, hope it is of use to someone sometime somehow
...
Original commit message from CVS:
changed the comment, hope it is of use to someone sometime somehow
2002-06-05 21:43:28 +00:00
Thomas Vander Stichele
54fb0d72f0
prettier output
...
Original commit message from CVS:
prettier output
2002-06-05 21:41:19 +00:00
Thomas Vander Stichele
590af8cc07
easy fix for mpegdemux being lost for Uraeus and me
...
Original commit message from CVS:
easy fix for mpegdemux being lost for Uraeus and me
2002-06-05 21:33:51 +00:00
Wim Taymans
7b751b8976
Make elements nanoseconds aware
...
Original commit message from CVS:
Make elements nanoseconds aware
2002-06-02 13:25:39 +00:00
Steve Baker
8d6dc6a67e
add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't any...
...
Original commit message from CVS:
add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element.
2002-05-31 08:24:31 +00:00
Wim Taymans
ccc2d53203
Disable SCR interpollation, it seems wrog add timestamps to private streams
...
Original commit message from CVS:
Disable SCR interpollation, it seems wrog
add timestamps to private streams
2002-05-27 22:38:23 +00:00
Wim Taymans
857fa1192d
Fix property bug
...
Original commit message from CVS:
Fix property bug
2002-05-26 23:17:50 +00:00
Wim Taymans
b0c33553d3
- Changed plugins for new APIs
...
Original commit message from CVS:
- Changed plugins for new APIs
- modularized audiofile.
- added seeking, query and convert functions for mad, mpeg2dec,
avidemux, mpegdemux, mpegparse
- sync updates to oss. removed the ossclock for now
2002-05-26 21:59:22 +00:00
Steve Baker
ee40ec1e0a
use new bytestream api
...
Original commit message from CVS:
use new bytestream api
2002-05-15 19:08:16 +00:00
Andy Wingo
06989d4c52
a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...
...
Original commit message from CVS:
* a hack to work around intltool's brokenness
* a current check for mpeg2dec
* details->klass reorganizations
* an element browser that uses details->klass
* separated cdxa parse out from the avi directory
2002-04-20 21:42:51 +00:00
Thomas Vander Stichele
58896333c7
more mergeback from the latest release
...
Original commit message from CVS:
more mergeback from the latest release
2002-04-15 09:27:02 +00:00
Wim Taymans
78c3873c67
Rename the padtemplate name for private streams
...
Original commit message from CVS:
Rename the padtemplate name for private streams
2002-04-14 13:40:01 +00:00
Wim Taymans
8e81987438
Changed the padtemplate nametemplates to something parsable.
...
Original commit message from CVS:
Changed the padtemplate nametemplates to something parsable.
2002-04-13 17:38:40 +00:00
Andy Wingo
1f45cc0b2b
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind.
...
Original commit message from CVS:
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE
same with *factory and typefind.
also, some -Werror fixes.
2002-04-11 20:42:25 +00:00
Benjamin Otte
e7ac0652b0
fixed rest of warning for gcc 3 in /gst.
...
Original commit message from CVS:
fixed rest of warning for gcc 3 in /gst.
fixed some Makefiles: s/-m486/-mcpu=i486/
disabled mpegaudioparse plugin. What good is this rotten code for anyway?
2002-04-06 14:51:03 +00:00
Benjamin Otte
0e102b69f9
fixed first bunch of compiler warnings
...
Original commit message from CVS:
fixed first bunch of compiler warnings
2002-04-06 03:40:15 +00:00
Andy Wingo
4ebed89637
filter newlines out of GST_DEBUG statements to reflect new core behavior 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
2002-03-24 22:07:03 +00:00
Andy Wingo
2ebabe996e
s/Gnome-Streamer/GStreamer/
...
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
2002-03-20 21:45:03 +00:00
Andy Wingo
f6c63f0d8e
removal of //-style comments don't link plugins to core libs -- the 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.
2002-03-19 04:10:05 +00:00
Andy Wingo
29ea57179f
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables 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
2002-03-19 01:39:42 +00:00
Richard Boulton
c9f04ceba0
Fix caps: synaesthesia _really_ needs stereo input.
...
Original commit message from CVS:
Fix caps: synaesthesia _really_ needs stereo input.
2002-03-03 17:29:19 +00:00
Richard Boulton
f11b936f06
I'm too lazy to comment this
...
Original commit message from CVS:
*** empty log message ***
2002-03-02 12:36:07 +00:00
Richard Boulton
58ae77f7e4
Add a little todo note.
...
Original commit message from CVS:
Add a little todo note.
2002-03-01 15:21:10 +00:00
Richard Boulton
8f93753160
Initial rough version of new synaesthesia plugin.
...
Original commit message from CVS:
Initial rough version of new synaesthesia plugin.
Works like goom: reads audio in, and outputs raw video.
It currently works for a short time, and then freezes: I've no idea why.
But at least it works a little. ;-)
2002-03-01 14:31:12 +00:00
Thomas Vander Stichele
3af92ae3d3
Uhm, if I'll be fixing errors like this all over just because I'm enabling plugin debug output for the first time, I'...
...
Original commit message from CVS:
Uhm, if I'll be fixing errors like this all over just because I'm enabling
plugin debug output for the first time, I'm in for a world of hurt over
the next few hours...
2002-02-21 13:45:43 +00:00
Thomas Vander Stichele
44e75ff76a
fixed silly bug apparently gcc 3 allows this according to gcc3
...
Original commit message from CVS:
fixed silly bug
apparently gcc 3 allows this according to gcc3
2002-02-08 10:55:40 +00:00
Benjamin Otte
b7e30017df
bugfix: do Uraeus' job - no more //
...
Original commit message from CVS:
bugfix: do Uraeus' job - no more //
2002-02-08 08:32:45 +00:00
Benjamin Otte
d1efe4f40f
bugfix: allow ID3v2 tags at start of audio
...
Original commit message from CVS:
bugfix: allow ID3v2 tags at start of audio
2002-02-08 08:31:47 +00:00
Wim Taymans
19329fad4a
remove send_event
...
Original commit message from CVS:
remove send_event
2002-02-06 23:00:15 +00:00
Wim Taymans
fd97b5a8a3
Assorted fixes.
...
Original commit message from CVS:
Assorted fixes.
Use the new clocking stuff.
2002-02-03 20:10:04 +00:00
Wim Taymans
76e4e1449c
Destroy the bytestream object when we go to paused
...
Original commit message from CVS:
Destroy the bytestream object when we go to paused
2002-02-02 13:57:30 +00:00
Wrobell
60801db21a
- plugins are built without versioning info
...
Original commit message from CVS:
- plugins are built without versioning info
2002-01-18 11:37:18 +00:00
Wim Taymans
8693a11ba2
Bring the plugins in sync with the new core capsnego system.
...
Original commit message from CVS:
Bring the plugins in sync with the new core capsnego system.
Added some features, enhancements...
2002-01-13 22:27:24 +00:00
David I. Lehn
892a3190ac
s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format
...
Original commit message from CVS:
* s/filter/plugin/
* link plugins to GST_LIBS
* rearrange rules to a common format
2002-01-12 03:34:26 +00:00
Wim Taymans
614da644e4
Added the beginnings of an RFC 2250 compliant packetizer.
...
Original commit message from CVS:
Added the beginnings of an RFC 2250 compliant packetizer.
2001-12-31 03:03:05 +00:00
Wim Taymans
87e40214fb
Fixed some plugins
...
Original commit message from CVS:
Fixed some plugins
2001-12-28 20:24:41 +00:00
Wim Taymans
b020dfe79b
Remove caps from the template for now
...
Original commit message from CVS:
Remove caps from the template for now
2001-12-28 01:20:25 +00:00
Wim Taymans
275665ac79
Don't set the caps
...
Original commit message from CVS:
Don't set the caps
2001-12-28 01:16:21 +00:00
Wim Taymans
3b17020e4a
Call the default handler for events.
...
Original commit message from CVS:
Call the default handler for events.
2001-12-26 20:31:50 +00:00
Wim Taymans
7e121e45c0
Set pad caps
...
Original commit message from CVS:
Set pad caps
2001-12-26 20:14:07 +00:00
Thomas Vander Stichele
7a276837fa
right lib header
...
Original commit message from CVS:
right lib header
2001-12-24 10:04:11 +00:00
Wim Taymans
7f4426d116
Added back the per channel PTS parsing.
...
Original commit message from CVS:
Added back the per channel PTS parsing.
2001-12-23 23:18:39 +00:00
Wim Taymans
2e3745fa62
Redid the lost changes.
...
Original commit message from CVS:
Redid the lost changes.
2001-12-23 22:37:07 +00:00
Thomas Vander Stichele
aa8fa44a3c
imported new code
...
Original commit message from CVS:
imported new code
2001-12-23 20:52:21 +00:00
Thomas Vander Stichele
589ade4357
made changes everywhere to accomodate for the headers being in <gst/(lib)/...> we'll need to conclude this fast becau...
...
Original commit message from CVS:
made changes everywhere to accomodate for the headers being in
<gst/(lib)/...>
we'll need to conclude this fast because we will also need to change stuff in core real soon for the libs in order to fix everything
and I can't do it right now because I disabled all of the plugins here ;)
2001-12-23 12:18:18 +00:00
Andy Wingo
bdc729b656
some changes, can't remember what :-)
...
Original commit message from CVS:
some changes, can't remember what :-)
2001-12-23 06:56:55 +00:00
Andy Wingo
84f8f25dfe
much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
...
Original commit message from CVS:
much build fixage
turns out synaesthesia and smoothwav depend on gtk, maybe they should go to
ext/
2001-12-23 04:38:38 +00:00
Andy Wingo
b0ee2a9d40
on dasher, on dancer, on donner, on fixen!
...
Original commit message from CVS:
on dasher, on dancer, on donner, on fixen!
2001-12-23 03:25:55 +00:00
Andy Wingo
f406b9f9c3
Initial revision
...
Original commit message from CVS:
Initial revision
2001-12-22 23:26:48 +00:00
Andy Wingo
2f2b9bf8e0
Initial revision
...
Original commit message from CVS:
Initial revision
2001-12-22 22:43:37 +00:00
Thomas Vander Stichele
493ee13497
adding sine stuff
...
Original commit message from CVS:
adding sine stuff
2001-12-21 12:31:29 +00:00