David Schleef
1f6234e13e
Add ACLOCAL_AMFLAGS
...
Original commit message from CVS:
Add ACLOCAL_AMFLAGS
2003-12-02 04:54:38 +00:00
David Schleef
473fd2f5e2
Add GST_FORMAT_PERCENT. From galt@gothpoodle.com, #125414 .
...
Original commit message from CVS:
Add GST_FORMAT_PERCENT. From galt@gothpoodle.com , #125414 .
2003-12-02 04:01:24 +00:00
David Schleef
bbeb3eeca2
change _connect to _link
...
Original commit message from CVS:
change _connect to _link
2003-12-02 02:21:09 +00:00
David Schleef
5a23c64e9b
Fix c99-ism
...
Original commit message from CVS:
Fix c99-ism
2003-11-30 20:46:41 +00:00
Ronald S. Bultje
2808017a3e
Add check for faad2 (faad1 was detected, too, but we don't want that)
...
Original commit message from CVS:
Add check for faad2 (faad1 was detected, too, but we don't want that)
2003-11-29 22:43:23 +00:00
Julien Moutte
08bc453edb
First Try to fix RGB image formats
...
Original commit message from CVS:
First Try to fix RGB image formats
2003-11-28 21:47:51 +00:00
Christophe Fergeau
c3328094e8
Use new tagging stuff to read and write flac metadata. Only handles vorbiscomment tags, and not (older) id3v2 tags.
...
Original commit message from CVS:
Use new tagging stuff to read and write flac metadata. Only handles vorbiscomment tags, and not (older) id3v2 tags.
2003-11-28 13:04:21 +00:00
David Schleef
40ea47fa69
Change everyone to video/x-msvideo
...
Original commit message from CVS:
Change everyone to video/x-msvideo
2003-11-27 21:48:40 +00:00
Christophe Fergeau
8a5879790d
Fixed setting of the TRACKNUMBER tag
...
Original commit message from CVS:
Fixed setting of the TRACKNUMBER tag
2003-11-27 21:46:09 +00:00
Julien Moutte
823b392520
Using the HAVE_XSHM of config.h
...
Original commit message from CVS:
Using the HAVE_XSHM of config.h
2003-11-27 16:10:01 +00:00
Iain Holmes
7e11de332c
m4a typefind function.
...
Original commit message from CVS:
m4a typefind function.
We think the mimetype is audio/x-m4a, thats what rhythmbox wants
but there's also sources to say it could be audio/mp4 or audio/MP4A-LATM
2003-11-27 14:52:45 +00:00
Leif Johnson
c828163c21
fixing bug #127984 , we require a higher version of the alsa library
...
Original commit message from CVS:
fixing bug #127984 , we require a higher version of the alsa library
2003-11-27 02:02:11 +00:00
Leif Johnson
e290a0e45e
fixing bug #126985 , gst core requires 1.6 anyway
...
Original commit message from CVS:
fixing bug #126985 , gst core requires 1.6 anyway
2003-11-27 01:59:20 +00:00
Christophe Fergeau
4ffadb378e
Made gst_vorbis_tag_add public
...
Original commit message from CVS:
Made gst_vorbis_tag_add public
2003-11-26 23:17:50 +00:00
Jan Schmidt
e286156c66
Fix a 'vorbistag might be used uninitialised' warning
...
Original commit message from CVS:
Fix a 'vorbistag might be used uninitialised' warning
2003-11-26 12:15:57 +00:00
Julien Moutte
94e402ef83
Making XShm code shorter.
...
Original commit message from CVS:
Making XShm code shorter.
Fixing some mem leaks.
Reverting some changes about depth and sinkconnect that need to be discussed.
2003-11-26 10:12:05 +00:00
Christophe Fergeau
44ef75e2e7
Renamed gstmp3tag.c to gstid3tag.c, changed application/x-vorbis to audio/x-vorbis
...
Original commit message from CVS:
Renamed gstmp3tag.c to gstid3tag.c, changed application/x-vorbis to audio/x-vorbis
2003-11-25 21:24:03 +00:00
Benjamin Otte
2e2c83b99c
remove g_print messages (2nd time today, I suck)
...
Original commit message from CVS:
remove g_print messages (2nd time today, I suck)
2003-11-25 04:49:35 +00:00
Benjamin Otte
631a4456b2
various fixes from mem leaks to correct caps nego
...
Original commit message from CVS:
various fixes from mem leaks to correct caps nego
2003-11-25 04:48:04 +00:00
Benjamin Otte
c9ba139311
use GDK_PIXBUF_CONFDIR
...
Original commit message from CVS:
use GDK_PIXBUF_CONFDIR
2003-11-24 23:16:03 +00:00
Benjamin Otte
788acc4917
tagging stuff and build fixes. In detail:
...
Original commit message from CVS:
tagging stuff and build fixes. In detail:
- make gdk-pixbuf loader work when distchecking
- fix invalid syntax in ffmpeg Makefile. wildcards for EXTRA_DIST are not allowed. This broke builds where distdir != srcdir
- fix ffmpeg cvs grabbing when srcdir != distdir
- new id3tag plugin for id3 tag reading/writing (uses mad's libid3tag)
- mad and libid3tag require mad/libid3tag v0.15. Fixed configure to require that
- added ogg demuxer in ext/ogg. The demuxer does not handle events yet. Especially getting seeking right will require some effort or code copying from libvorbis.
- added raw vorbis detection to typefinding. oggdemux requires a typefind function to detect its contents.
- tags plugin in gst/tags. Provides API in <gst/tags/gsttagediting.h>. API includes tag matching GStreamer <=> ID3 and GStreamer <=> vorbis and writing/reading vorbiscomments or ID3v1 tags. Also included is a simple vorbiscomment reader/writer. Writing will not really work though until someone writes oggmux.
- various build fixes. Mostly missing (DIST)CLEANFILES.
- vorbisenc handles tag writing.
Now it's YOUR turn to fix and write more plugins that handle writing/reading of tags. :)
2003-11-24 04:08:48 +00:00
Jeremy Simon
695f8923b3
Add a comment for wma
...
Original commit message from CVS:
Add a comment for wma
Add mpeg4 audio pipeline (aac)
2003-11-23 21:44:55 +00:00
Christian Schaller
5651fd6baf
fix faad plugin
...
Original commit message from CVS:
fix faad plugin
2003-11-23 21:21:12 +00:00
Jeremy Simon
8b07cb44f6
faad plugin needs the math library
...
Original commit message from CVS:
faad plugin needs the math library
2003-11-23 20:19:09 +00:00
Jeremy Simon
7fef43a693
Update the pipeline to play wma files
...
Original commit message from CVS:
Update the pipeline to play wma files
2003-11-23 18:53:20 +00:00
Christian Schaller
0ead7101b0
commit my batch of build and spec fixes
...
Original commit message from CVS:
commit my batch of build and spec fixes
2003-11-23 15:32:14 +00:00
Christian Schaller
11192b11ce
latest and greatest news
...
Original commit message from CVS:
latest and greatest news
2003-11-23 12:06:35 +00:00
David Schleef
dd1e03ad18
Fix gdk_pixbuf installation directory (again)
...
Original commit message from CVS:
Fix gdk_pixbuf installation directory (again)
2003-11-23 00:51:02 +00:00
Christophe Fergeau
b138134c9a
Properly detects shn files with no seek tables at the end
...
Original commit message from CVS:
Properly detects shn files with no seek tables at the end
2003-11-23 00:33:15 +00:00
Ronald S. Bultje
d0348439af
Typo
...
Original commit message from CVS:
Typo
2003-11-22 22:15:57 +00:00
Benjamin Otte
20b290cd04
don't print to stderr, use debug messages
...
Original commit message from CVS:
don't print to stderr, use debug messages
2003-11-22 16:15:24 +00:00
Ronald S. Bultje
d54200bb4d
Add faac build
...
Original commit message from CVS:
Add faac build
2003-11-22 12:40:19 +00:00
David Schleef
9fa6b3bf99
fixes to make gdk_pixbuf loader install nicely
...
Original commit message from CVS:
fixes to make gdk_pixbuf loader install nicely
2003-11-22 04:10:10 +00:00
David Schleef
04d02e08b6
check g_signal_new() calls
...
Original commit message from CVS:
check g_signal_new() calls
2003-11-22 04:08:11 +00:00
David Schleef
3863b258b2
distcheck fixes
...
Original commit message from CVS:
distcheck fixes
2003-11-22 04:06:50 +00:00
David Schleef
39ff733bb0
apparently we require a newer version of gnome-vfs
...
Original commit message from CVS:
apparently we require a newer version of gnome-vfs
2003-11-22 04:03:05 +00:00
Benjamin Otte
3a3ee814aa
make sinesrc error out on caps nego failures
...
Original commit message from CVS:
make sinesrc error out on caps nego failures
2003-11-22 01:06:36 +00:00
Ronald S. Bultje
e97ce73d42
Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
...
Original commit message from CVS:
Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
2003-11-21 21:34:26 +00:00
Ronald S. Bultje
4b15d61ebf
New libfaad (MPEG-2/4 AAC decoder) plugin
...
Original commit message from CVS:
New libfaad (MPEG-2/4 AAC decoder) plugin
2003-11-21 21:20:42 +00:00
Julien Moutte
21269abc94
Fix a stupid mistake
...
Original commit message from CVS:
Fix a stupid mistake
2003-11-19 22:59:53 +00:00
Julien Moutte
1bbfb48f01
Removing the video_out things.
...
Original commit message from CVS:
Removing the video_out things.
2003-11-19 22:41:45 +00:00
Julien Moutte
ea49926624
Removing have_size as it is in GstVideoSink higher class.
...
Original commit message from CVS:
Removing have_size as it is in GstVideoSink higher class.
2003-11-19 22:40:59 +00:00
Julien Moutte
366b834204
Removing the have_size signal
...
Original commit message from CVS:
Removing the have_size signal
2003-11-19 22:38:04 +00:00
Julien Moutte
623b2a5d87
Finishing GstVideoSink subclassing.
...
Original commit message from CVS:
Finishing GstVideoSink subclassing.
2003-11-19 22:31:46 +00:00
Julien Moutte
bbac18352f
GstVideoSink subclassing. 90% done.
...
Original commit message from CVS:
GstVideoSink subclassing. 90% done.
2003-11-19 20:43:49 +00:00
Benjamin Otte
280c25766a
fixes for recent changes:
...
Original commit message from CVS:
fixes for recent changes:
- GstAlsaClock is not a GstSystemClock
- initialize debugging system correctly
2003-11-18 15:32:52 +00:00
Julien Moutte
9ddf040472
Lot of small fixes.
...
Original commit message from CVS:
Lot of small fixes.
Implemented XOverlay interface.
2003-11-17 16:32:29 +00:00
Julien Moutte
a58a759d9c
Merged GstVideoOverlay features here.
...
Original commit message from CVS:
Merged GstVideoOverlay features here.
2003-11-17 16:29:38 +00:00
Julien Moutte
5499abfb9b
Merging with GstXOverlay
...
Original commit message from CVS:
Merging with GstXOverlay
2003-11-17 15:42:32 +00:00
Leif Johnson
038f79929a
+ adding buffer-frames prop to standard caps macros
...
Original commit message from CVS:
+ adding buffer-frames prop to standard caps macros
2003-11-16 22:04:16 +00:00