Commit graph

46 commits

Author SHA1 Message Date
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
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
David Schleef 0647607440 clean up tests
Original commit message from CVS:
clean up tests
2003-10-13 21:06:07 +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 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
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
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 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
Iain Holmes 3332daedad 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:45 +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
David Schleef 8dfaefdbe3 Add xvideosink embedding test, because it has problems. (Or this test code has problems.)
Original commit message from CVS:
Add xvideosink embedding test, because it has problems.  (Or this
test code has problems.)
2002-11-20 09:04:43 +00:00
David I. Lehn 0c6e27ad02 use AM_CFLAGS instead of CFLAGS
Original commit message from CVS:
use AM_CFLAGS instead of CFLAGS
2002-11-02 05:39:21 +00:00
Thomas Vander Stichele 9c3f561ddd got to get it
Original commit message from CVS:
got to get it
2002-10-19 16:05:16 +00:00
Thomas Vander Stichele b2ccf417b4 adding spider tests
Original commit message from CVS:
adding spider tests
2002-10-01 21:49:55 +00:00
Wim Taymans b5f578ca0a Removed the old seeking example
Original commit message from CVS:
Removed the old seeking example
2002-06-08 13:30:27 +00:00
Wim Taymans 4f4a482911 Fix slider values
Original commit message from CVS:
Fix slider values
2002-06-03 19:50:03 +00:00
Wim Taymans 5de9552512 UNIT -> UNITS
Original commit message from CVS:
UNIT -> UNITS
2002-06-02 15:55:29 +00:00
Wim Taymans 356aa743dc Make a switch for gnomevfssrc and filesrc
Original commit message from CVS:
Make a switch for gnomevfssrc and filesrc
2002-06-02 15:44:25 +00:00
Wim Taymans f1e50d1ec7 Correctly calculate time
Original commit message from CVS:
Correctly calculate time
2002-06-02 13:24:52 +00:00
Wim Taymans afaebfd60d Remove media specific seek formats
Original commit message from CVS:
Remove media specific seek formats
2002-06-02 11:54:58 +00:00
Wim Taymans f08827f51e Added the vorbisfile seek example
Original commit message from CVS:
Added the vorbisfile seek example
2002-05-31 23:38:08 +00:00
Wim Taymans eadc5593b3 Testcase for element seeking.
Original commit message from CVS:
Testcase for element seeking.
2002-05-30 19:03:58 +00:00
Wim Taymans dd54b67104 More seeking testcases
Original commit message from CVS:
More seeking testcases
2002-05-26 21:30:22 +00:00
Thomas Vander Stichele ae9d52a0ae try again
Original commit message from CVS:
try again
2002-05-10 22:55:08 +00:00
Wim Taymans e92b1b7edc Added simple seeking testsuite
Original commit message from CVS:
Added simple seeking testsuite
Added effectv
2002-05-08 20:18:13 +00:00
Andy Wingo f7ebc8f95d 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:27 +00:00
Andy Wingo 16d635f2fd we went through this only a week or two ago, if test -z $DIST_SUBDIRS then comment out both
Original commit message from CVS:
we went through this only a week or two ago, if test -z $DIST_SUBDIRS then comment out both
SUBDIRS and DIST_SUBDIRS
2002-03-01 20:21:36 +00:00
Thomas Vander Stichele d98fd46ba5 first get these tests to work
Original commit message from CVS:
first get these tests to work
2002-03-01 17:27:49 +00:00
Thomas Vander Stichele 31be230d1f hm, these tests need some work and some documenting
Original commit message from CVS:
hm, these tests need some work and some documenting
2002-02-24 21:38:27 +00:00
Thomas Vander Stichele 49b26d418b some more commenting autoplug2 has a problem, I suspect the problem is actually with the mpeg type plugins, mpeg2type...
Original commit message from CVS:
some more commenting
autoplug2 has a problem, I suspect the problem is actually with the
mpeg type plugins, mpeg2types for example has a (null)
Could someone take a look at it ?
2002-02-23 12:06:22 +00:00
Thomas Vander Stichele e542dfe202 autoplug tests
Original commit message from CVS:
autoplug tests
2002-02-19 11:18:04 +00:00
Thomas Vander Stichele 19e0c96d97 putting it back
Original commit message from CVS:
putting it back
2002-02-19 11:02:28 +00:00
Thomas Vander Stichele e62f477542 you need to specify at least one DIST subdir
Original commit message from CVS:
you need to specify at least one DIST subdir
2002-02-18 17:24:59 +00:00
Andy Wingo 0b066e9c02 be less verbose when running --register, and cal it with the proper --gst-plugin-path
Original commit message from CVS:
be less verbose when running --register, and cal it with the proper --gst-plugin-path
2002-02-16 18:10:34 +00:00
Andy Wingo dfc0a361c7 add 'toolsdir' to the pc files add our first plugin test, which involves simply running gst-compprep, which in the co...
Original commit message from CVS:
* add 'toolsdir' to the pc files
* add our first plugin test, which involves simply running gst-compprep,
which in the course of creating the completion registry instantiates every
plugin. gst-register is run first.
2002-02-16 17:53:58 +00:00
Andy Wingo d12691ea45 eventually there will be an autopluggins test suite here that will verify plugin caps.
Original commit message from CVS:
eventually there will be an autopluggins test suite here that will verify plugin caps.
for now what we have was taken from gstreamer/tests/.
2002-01-04 22:54:20 +00:00