Commit graph

95 commits

Author SHA1 Message Date
Julien Moutte 7be95c9499 Adding tag dumping support.
Original commit message from CVS:
Adding tag dumping support.
2003-12-16 14:56:06 +00:00
Thomas Vander Stichele 635c536180 build fix
Original commit message from CVS:
build fix
2003-12-14 18:07:35 +00:00
Julien Moutte d271afc055 Fixing makefile. Smarter seek
Original commit message from CVS:
Fixing makefile. Smarter seek
2003-12-14 17:31:07 +00:00
Julien Moutte 6a6d62458d Adding a test app for libgstplay. It is a command line player.
Original commit message from CVS:
Adding a test app for libgstplay. It is a command line player.
2003-12-14 16:59:09 +00:00
Benjamin Otte 65f0bd8f69 fix for autoplug removal
Original commit message from CVS:
fix for autoplug removal
2003-12-13 21:12:17 +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
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
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 728398ef22 Add check for (GstXxxx *) casts
Original commit message from CVS:
Add check for (GstXxxx *) casts
2003-11-11 18:53:12 +00:00
David Schleef 8ee5b40c0c er, that's g_type_class_ref()
Original commit message from CVS:
er, that's g_type_class_ref()
2003-11-11 00:44:20 +00:00
Ronald S. Bultje 3f9d4cbd08 Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro...
Original commit message from CVS:
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
2003-11-07 12:47:02 +00:00
David Schleef da9273564d new checks
Original commit message from CVS:
new checks
2003-11-06 23:42:16 +00:00
Ronald S. Bultje c3a8944c61 Add static version of removed gsT_element_factory_make_or_warn()
Original commit message from CVS:
Add static version of removed gsT_element_factory_make_or_warn()
2003-11-02 23:06:23 +00:00
David Schleef d8c63eaf97 check for old typefinding code
Original commit message from CVS:
check for old typefinding code
2003-10-29 05:10:53 +00:00
David Schleef 7c57e02dcd compilation fixes
Original commit message from CVS:
compilation fixes
2003-10-13 23:29:42 +00:00
David Schleef ec41842698 better check for printf
Original commit message from CVS:
better check for printf
2003-10-13 23:27:32 +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
David Schleef 0228717f04 Remove redundant plugindir definition
Original commit message from CVS:
Remove redundant plugindir definition
2003-08-10 00:01:58 +00:00
David Schleef 29b1807eff Check Makefile.am's. Add a few more checks.
Original commit message from CVS:
Check Makefile.am's.  Add a few more checks.
2003-08-09 23:41:59 +00:00
David Schleef 190850342b fix installing into wrong dir
Original commit message from CVS:
fix installing into wrong dir
2003-07-29 00:01:30 +00:00
David Schleef 1b37091fbc fix initialization
Original commit message from CVS:
fix initialization
2003-07-26 04:23:32 +00:00
David Schleef 06956522a7 Nothing in this directory actually uses Freetype
Original commit message from CVS:
Nothing in this directory actually uses Freetype
2003-07-26 04:15:39 +00:00
David Schleef c6386865ee Compilation fixes for 64-bit architectures
Original commit message from CVS:
Compilation fixes for 64-bit architectures
2003-07-25 21:31:58 +00:00
Leif Johnson abe6f76b9f + the last of the float caps changes ... these are a bit more pervasive
Original commit message from CVS:
+ the last of the float caps changes ... these are a bit more pervasive
2003-07-19 23:47:42 +00:00
David Schleef 85791b987c Check for abuse of config.h
Original commit message from CVS:
Check for abuse of config.h
2003-07-17 04:30:09 +00:00
David Schleef 5d91be3043 de-linting tool for GStreamer source
Original commit message from CVS:
de-linting tool for GStreamer source
2003-07-15 03:29:56 +00:00
Wim Taymans 460d987e0c - removed UNITS
Original commit message from CVS:
- removed UNITS
2003-05-24 10:51:02 +00:00
Wim Taymans cbc3d8eca8 removed UNITS
Original commit message from CVS:
removed UNITS
2003-05-24 10:31:38 +00:00
David Schleef 695c3d18d9 Fix compilation errors
Original commit message from CVS:
Fix compilation errors
2003-04-16 07:23:02 +00:00
Benjamin Otte 28530ecdbe additions:
Original commit message from CVS:
additions:
- bugfixes
- 24bit format tests
- a new state change test
2003-03-24 03:40:21 +00:00
Benjamin Otte 02872d827d fix compile error
Original commit message from CVS:
fix compile error
2003-03-24 02:58:13 +00:00
Benjamin Otte 3d5a82364e make formats test go faster and add .cvsignore
Original commit message from CVS:
make formats test go faster and add .cvsignore
2003-03-10 21:44:08 +00:00
Benjamin Otte 91e18767bc started tests for alsa. Doesn't work yet due to scheduler bugs, but I commit it anyway so everyone has it in Norway ;)
Original commit message from CVS:
started tests for alsa. Doesn't work yet due to scheduler bugs, but I commit it anyway so everyone has it in Norway ;)
2003-03-03 23:15:21 +00:00
Wim Taymans 3b184849b1 - Cleanups
Original commit message from CVS:
- Cleanups
- remove old tracing API calls
2003-02-02 19:25:58 +00:00
Wim Taymans bed0532cc5 Indexing patch from vishnu
Original commit message from CVS:
Indexing patch from vishnu
2003-01-20 19:36:46 +00:00
Thomas Vander Stichele 2f97061260 paranoid
Original commit message from CVS:
paranoid
2003-01-18 18:17:52 +00:00
Wim Taymans 3357631b1e - connect->link
Original commit message from CVS:
- connect->link
- add total indexed time (vishnu)
2003-01-12 13:17:41 +00:00
Thomas Vander Stichele a183da9ca9 more link fixes
Original commit message from CVS:
more link fixes
2003-01-10 23:03:05 +00:00
Thomas Vander Stichele 9032557b33 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:25 +00:00
David I. Lehn f016859991 ignore generated file
Original commit message from CVS:
ignore generated file
2003-01-02 08:19:59 +00:00
David I. Lehn d7e508a4f6 exciting .cvsignore updates!
Original commit message from CVS:
exciting .cvsignore updates!
2002-12-31 18:14:08 +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 f19745e56e Updated test app
Original commit message from CVS:
Updated test app
2002-12-26 22:53:36 +00:00
Wim Taymans 8da038e0f5 Updated mpeg seeking example
Original commit message from CVS:
Updated mpeg seeking example
2002-12-23 00:38:04 +00:00
Wim Taymans ba22f5e9fa cache -> index
Original commit message from CVS:
cache -> index
2002-12-12 22:14:09 +00:00
Thomas Vander Stichele 3b540378fb parallel install fixes
Original commit message from CVS:
parallel install fixes
2002-12-08 14:50:09 +00:00
Christian Schaller 8b5e2c2cbc fix some disting and rpm building issues
Original commit message from CVS:
fix some disting and rpm building issues
2002-11-28 12:58:38 +00:00
Wim Taymans e54d547621 Added example indexing program for mpeg
Original commit message from CVS:
Added example indexing program for mpeg
2002-11-27 21:01:41 +00:00
Wim Taymans 9a34aed40e Small cleanups
Original commit message from CVS:
Small cleanups
2002-11-27 20:49:11 +00:00
Steve Baker f3aee44fa9 the only thing required to make this work was to make sure that xvideosink is not a toplevel window. The only other r...
Original commit message from CVS:
the only thing required to make this work was to make sure that xvideosink is not a toplevel window. The only other real change is to get the xid from the signal callback instead of from the xvideosink prop.
2002-11-22 03:41:49 +00:00