Thomas Vander Stichele
7ecfe26b92
separating tags and metadata
...
Original commit message from CVS:
separating tags and metadata
2002-11-09 18:40:35 +00:00
Wim Taymans
92fc8636a1
Added vorbis stream info extraction example
...
Original commit message from CVS:
Added vorbis stream info extraction example
2002-11-02 13:57:18 +00:00
David I. Lehn
75037ef05a
use AM_CFLAGS instead of CFLAGS
...
Original commit message from CVS:
use AM_CFLAGS instead of CFLAGS
2002-11-02 05:39:20 +00:00
Wim Taymans
f574ee169e
- Show how to do stream position feedback
...
Original commit message from CVS:
- Show how to do stream position feedback
- Show how to do some more seeking
2002-11-01 00:41:25 +00:00
Wim Taymans
44ca3d30a5
Added little test apps for cdplayer and cdparanoia
...
Original commit message from CVS:
Added little test apps for cdplayer and cdparanoia
2002-10-31 00:08:06 +00:00
Wim Taymans
d0bd91a546
Add an example that shows transcoding stats for mpeg audio to vorbis
...
Original commit message from CVS:
Add an example that shows transcoding stats for mpeg audio to vorbis
2002-10-20 17:12:54 +00:00
Wim Taymans
d368d1ad76
const fixes
...
Original commit message from CVS:
const fixes
2002-09-12 20:53:56 +00:00
Thomas Vander Stichele
de7a0d3426
fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
...
Original commit message from CVS:
fixes
http://bugzilla.gnome.org/show_bug.cgi?id=90839
2002-08-17 17:57:38 +00:00
Steve Baker
896e4656a7
add #include <stdlib.h> where needed
...
Original commit message from CVS:
add #include <stdlib.h> where needed
2002-08-11 11:45:07 +00:00
Wim Taymans
1da5ae260c
Some small updates
...
Original commit message from CVS:
Some small updates
2002-07-24 21:34:23 +00:00
Thomas Vander Stichele
c02f0b607d
merge from release branch
...
Original commit message from CVS:
merge from release branch
2002-07-09 10:45:37 +00:00
Wim Taymans
e49be7cd9a
Various updates to the new event API
...
Original commit message from CVS:
Various updates to the new event API
2002-07-08 19:29:16 +00:00
Wim Taymans
de659d38cd
Add DV seeking example
...
Original commit message from CVS:
Add DV seeking example
2002-06-16 21:54:38 +00:00
Thomas Vander Stichele
112b2468fa
use _or_warn to notify when failing to create elements adding code for colorspace without activating it use _many fun...
...
Original commit message from CVS:
use _or_warn to notify when failing to create elements
adding code for colorspace without activating it
use _many functions for mpeg
2002-06-13 13:16:52 +00:00
Wim Taymans
e880aa9264
Added mod
...
Original commit message from CVS:
Added mod
2002-06-12 22:45:35 +00:00
Andy Wingo
db515dbd19
working jack elements (fixed a problem in upstream jack) random other fixen...
...
Original commit message from CVS:
* working jack elements (fixed a problem in upstream jack)
* random other fixen...
2002-06-12 03:32:02 +00:00
Wim Taymans
9f08fd8e6a
Some cleanups, add modplug seeking example.
...
Original commit message from CVS:
Some cleanups, add modplug seeking example.
2002-06-11 19:20:52 +00:00
Wim Taymans
636f2735e1
Added -t option to run the toplevel pipeline as a thread
...
Original commit message from CVS:
Added -t option to run the toplevel pipeline as a thread
2002-06-09 10:58:37 +00:00
Wim Taymans
9ef7fffbf3
Add queues to spider report current time as taken from the clock
...
Original commit message from CVS:
Add queues to spider
report current time as taken from the clock
2002-06-09 00:26:26 +00:00
Wim Taymans
56fb211778
Added wav test to seek.c
...
Original commit message from CVS:
Added wav test to seek.c
Added an example of element query/seek using spider
2002-06-08 14:57:15 +00:00
Andy Wingo
5decdbf17f
better latency for default audio sink
...
Original commit message from CVS:
better latency for default audio sink
2002-06-07 20:16:25 +00:00
Thomas Vander Stichele
6c15201eac
this does wingo's stuff
...
Original commit message from CVS:
this does wingo's stuff
2002-06-07 19:14:45 +00:00
Thomas Vander Stichele
90f589ff15
adding dynparams filter example code
...
Original commit message from CVS:
adding dynparams filter example code
2002-06-07 19:00:21 +00:00
Wim Taymans
e2324fe67b
Seek on the queue in mp3, added flac seeking test
...
Original commit message from CVS:
Seek on the queue in mp3, added flac seeking test
2002-06-06 20:26:52 +00:00
Wim Taymans
e47f76f8d0
Fix the compile error
...
Original commit message from CVS:
Fix the compile error
2002-06-03 22:18:57 +00:00
Thomas Vander Stichele
6345db2cfa
add
...
Original commit message from CVS:
add
2002-06-03 18:34:40 +00:00
Thomas Vander Stichele
fc20b3f975
fixing *wtay*'s code
...
Original commit message from CVS:
fixing *wtay*'s code
2002-06-02 15:48:30 +00:00
Thomas Vander Stichele
86a025734a
moving stuff
...
Original commit message from CVS:
moving stuff
2002-05-28 20:30:11 +00:00
Andy Wingo
06d94641c2
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:26 +00:00
Andy Wingo
4359de2616
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:06 +00:00
Bastien Nocera
8753236b55
- added gob example plugin
...
Original commit message from CVS:
- added gob example plugin
2002-01-20 01:49:15 +00:00
Andy Wingo
45ae8260aa
hrm
...
Original commit message from CVS:
hrm
2002-01-07 02:42:44 +00:00
Wim Taymans
d13417cfa2
Added a check for sidplay
...
Original commit message from CVS:
Added a check for sidplay
Added a capsfilter example
2002-01-06 19:30:09 +00:00