Benjamin Otte [Mon, 24 Nov 2003 22:18:07 +0000 (22:18 +0000)]
upgrades to the pixbuf loader:
Original commit message from CVS:
upgrades to the pixbuf loader:
- use /proc/self/fd/ to get our own handles to the given files (thanks for the hint David)
- use seeking when we lag too far behind
- try to seek 2 minutes into movies to get the static picture
Benjamin Otte [Mon, 24 Nov 2003 15:25:21 +0000 (15:25 +0000)]
add a rank to allow autoplugging
Original commit message from CVS:
add a rank to allow autoplugging
Benjamin Otte [Mon, 24 Nov 2003 04:08:47 +0000 (04:08 +0000)]
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. :)
Jeremy Simon [Sun, 23 Nov 2003 21:44:55 +0000 (21:44 +0000)]
Add a comment for wma
Original commit message from CVS:
Add a comment for wma
Add mpeg4 audio pipeline (aac)
Christian Schaller [Sun, 23 Nov 2003 21:21:12 +0000 (21:21 +0000)]
fix faad plugin
Original commit message from CVS:
fix faad plugin
Jeremy Simon [Sun, 23 Nov 2003 20:19:09 +0000 (20:19 +0000)]
faad plugin needs the math library
Original commit message from CVS:
faad plugin needs the math library
Jeremy Simon [Sun, 23 Nov 2003 18:53:20 +0000 (18:53 +0000)]
Update the pipeline to play wma files
Original commit message from CVS:
Update the pipeline to play wma files
Christian Schaller [Sun, 23 Nov 2003 15:32:14 +0000 (15:32 +0000)]
commit my batch of build and spec fixes
Original commit message from CVS:
commit my batch of build and spec fixes
Christian Schaller [Sun, 23 Nov 2003 12:06:35 +0000 (12:06 +0000)]
latest and greatest news
Original commit message from CVS:
latest and greatest news
David Schleef [Sun, 23 Nov 2003 00:51:02 +0000 (00:51 +0000)]
Fix gdk_pixbuf installation directory (again)
Original commit message from CVS:
Fix gdk_pixbuf installation directory (again)
Ronald S. Bultje [Sat, 22 Nov 2003 22:15:57 +0000 (22:15 +0000)]
Typo
Original commit message from CVS:
Typo
Christophe Fergeau [Sat, 22 Nov 2003 14:54:39 +0000 (14:54 +0000)]
flac mime type is audio/x-flac, not application/x-flac
Original commit message from CVS:
flac mime type is audio/x-flac, not application/x-flac
Christophe Fergeau [Sat, 22 Nov 2003 13:17:51 +0000 (13:17 +0000)]
Don't reset flac decoder if init hasn't been called on it first, the flac decoder crashed on me because of that
Original commit message from CVS:
Don't reset flac decoder if init hasn't been called on it first, the flac
decoder crashed on me because of that
Ronald S. Bultje [Sat, 22 Nov 2003 12:40:19 +0000 (12:40 +0000)]
Add faac build
Original commit message from CVS:
Add faac build
Ronald S. Bultje [Sat, 22 Nov 2003 12:10:00 +0000 (12:10 +0000)]
so disable it during plugin registering too
Original commit message from CVS:
Muxer is disabled (under development), so disable it during plugin registering too
David Schleef [Sat, 22 Nov 2003 04:10:10 +0000 (04:10 +0000)]
fixes to make gdk_pixbuf loader install nicely
Original commit message from CVS:
fixes to make gdk_pixbuf loader install nicely
David Schleef [Sat, 22 Nov 2003 04:06:06 +0000 (04:06 +0000)]
distcheck fixes
Original commit message from CVS:
distcheck fixes
David Schleef [Sat, 22 Nov 2003 04:03:05 +0000 (04:03 +0000)]
apparently we require a newer version of gnome-vfs
Original commit message from CVS:
apparently we require a newer version of gnome-vfs
Benjamin Otte [Sat, 22 Nov 2003 01:04:57 +0000 (01:04 +0000)]
-fix segfault on PAUSED => READY when metadata wasn't set
Original commit message from CVS:
-fix segfault on PAUSED => READY when metadata wasn't set
- fix caps mimetype that always caused a failure on caps nego
Ronald S. Bultje [Fri, 21 Nov 2003 21:34:27 +0000 (21:34 +0000)]
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
Ronald S. Bultje [Fri, 21 Nov 2003 21:20:42 +0000 (21:20 +0000)]
New libfaad (MPEG-2/4 AAC decoder) plugin
Original commit message from CVS:
New libfaad (MPEG-2/4 AAC decoder) plugin
David Schleef [Wed, 19 Nov 2003 03:46:21 +0000 (03:46 +0000)]
Fix segfault in #125471 by denying a state change to PLAYING when not inited. This is arguably not the right fix.
Original commit message from CVS:
Fix segfault in #125471 by denying a state change to PLAYING when not
inited. This is arguably not the right fix.
Leif Johnson [Sun, 16 Nov 2003 22:02:22 +0000 (22:02 +0000)]
+ checking in plugin category changes
Original commit message from CVS:
+ checking in plugin category changes
Thomas Vander Stichele [Sat, 15 Nov 2003 20:43:55 +0000 (20:43 +0000)]
live and let die
Original commit message from CVS:
live and let die
Thomas Vander Stichele [Sat, 15 Nov 2003 11:54:39 +0000 (11:54 +0000)]
fix makefile
Original commit message from CVS:
fix makefile
Christian Schaller [Fri, 14 Nov 2003 22:47:41 +0000 (22:47 +0000)]
disting fix
Original commit message from CVS:
disting fix
Benjamin Otte [Fri, 14 Nov 2003 19:24:15 +0000 (19:24 +0000)]
GStreamer does not use changelogs
Original commit message from CVS:
GStreamer does not use changelogs
Iain Holmes [Fri, 14 Nov 2003 15:02:42 +0000 (15:02 +0000)]
Don't flush if we come across a cue tag.
Original commit message from CVS:
Don't flush if we come across a cue tag.
Emit the got metadata signal once we've parsed the adtl tag
Ronald S. Bultje [Thu, 13 Nov 2003 08:39:45 +0000 (08:39 +0000)]
Fix for if SOUND_MIXER_INFO is not available (fBSD and others)
Original commit message from CVS:
Fix for if SOUND_MIXER_INFO is not available (fBSD and others)
Benjamin Otte [Wed, 12 Nov 2003 03:06:07 +0000 (03:06 +0000)]
fix build system for X, XShm and Xv
Original commit message from CVS:
fix build system for X, XShm and Xv
Benjamin Otte [Wed, 12 Nov 2003 00:13:46 +0000 (00:13 +0000)]
add -lX11 to X_LIBS so ximagesink builds
Original commit message from CVS:
add -lX11 to X_LIBS so ximagesink builds
Benjamin Otte [Tue, 11 Nov 2003 22:43:24 +0000 (22:43 +0000)]
update GdkPixbuf loader. Fixes:
Original commit message from CVS:
update GdkPixbuf loader. Fixes:
- has a begin_load implementation
- makes sure it only works when threads are enabled (this fixes segfaults with gtk 2.3)
There are still some kinks though, feel free to hack on it :)
Thomas Vander Stichele [Tue, 11 Nov 2003 11:11:36 +0000 (11:11 +0000)]
test for regular shm instead of XShm
Original commit message from CVS:
test for regular shm instead of XShm
Benjamin Otte [Tue, 11 Nov 2003 03:22:53 +0000 (03:22 +0000)]
include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too
Original commit message from CVS:
include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too
David Schleef [Tue, 11 Nov 2003 00:43:29 +0000 (00:43 +0000)]
Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink to scale navigation events.
Original commit message from CVS:
Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink
to scale navigation events.
David Schleef [Mon, 10 Nov 2003 22:47:38 +0000 (22:47 +0000)]
change video/x-jpeg to image/jpeg
Original commit message from CVS:
change video/x-jpeg to image/jpeg
David Schleef [Mon, 10 Nov 2003 22:33:43 +0000 (22:33 +0000)]
navigation tester
Original commit message from CVS:
navigation tester
David Schleef [Mon, 10 Nov 2003 18:42:32 +0000 (18:42 +0000)]
Update for videofilter changes
Original commit message from CVS:
Update for videofilter changes
Ronald S. Bultje [Mon, 10 Nov 2003 10:25:59 +0000 (10:25 +0000)]
Proper device-capabilities check when opening
Original commit message from CVS:
Proper device-capabilities check when opening
Christian Schaller [Sun, 9 Nov 2003 22:48:58 +0000 (22:48 +0000)]
disting fixes, pixbuf loader still borked in regards to disting
Original commit message from CVS:
disting fixes, pixbuf loader still borked in regards to disting
Ronald S. Bultje [Sun, 9 Nov 2003 20:54:24 +0000 (20:54 +0000)]
Fix device probing from multiple childs. It's done once in the parent class only now, but the childs do get the corre...
Original commit message from CVS:
Fix device probing from multiple childs. It's done once in the parent class only now, but the childs do get the correct values. Also fixes an incorrect succesful state change if we opened a v4l device that doesn't have the capabilities that are needed by the plugin.
Benjamin Otte [Sun, 9 Nov 2003 15:44:25 +0000 (15:44 +0000)]
apparently you need this function now - it still doesn't work though
Original commit message from CVS:
apparently you need this function now - it still doesn't work though
Benjamin Otte [Sun, 9 Nov 2003 15:35:22 +0000 (15:35 +0000)]
That function was removed from videofilter because of plugin_init changes
Original commit message from CVS:
That function was removed from videofilter because of plugin_init changes
Ronald S. Bultje [Sun, 9 Nov 2003 13:48:36 +0000 (13:48 +0000)]
Since padtemplates are now owned by the class, we should use the class function to retrieve them for comparison
Original commit message from CVS:
Since padtemplates are now owned by the class, we should use the class function to retrieve them for comparison
Ronald S. Bultje [Sun, 9 Nov 2003 10:51:26 +0000 (10:51 +0000)]
Don't change mixer if there's nothing to change. This caused a bug if the soundcard only supports one input and I cal...
Original commit message from CVS:
Don't change mixer if there's nothing to change. This caused a bug if the soundcard only supports one input and I call this function with rec=TRUE twice.
Iain Holmes [Sun, 9 Nov 2003 00:50:38 +0000 (00:50 +0000)]
JRB's pixbuf loader mask fix
Original commit message from CVS:
JRB's pixbuf loader mask fix
David Schleef [Sat, 8 Nov 2003 03:02:14 +0000 (03:02 +0000)]
remove pesky g_print()s
Original commit message from CVS:
remove pesky g_print()s
David Schleef [Sat, 8 Nov 2003 03:00:07 +0000 (03:00 +0000)]
break up Id: in s/ pattern
Original commit message from CVS:
break up Id: in s/ pattern
David Schleef [Sat, 8 Nov 2003 02:58:08 +0000 (02:58 +0000)]
Add tag to output .c file
Original commit message from CVS:
Add tag to output .c file
David Schleef [Sat, 8 Nov 2003 02:57:18 +0000 (02:57 +0000)]
recommmit to get the make_filter tag correct
Original commit message from CVS:
recommmit to get the make_filter tag correct
David Schleef [Sat, 8 Nov 2003 02:52:41 +0000 (02:52 +0000)]
much cleanup hacking made possible by plugin changes
Original commit message from CVS:
much cleanup hacking made possible by plugin changes
David Schleef [Sat, 8 Nov 2003 02:48:59 +0000 (02:48 +0000)]
Update the videofilter template
Original commit message from CVS:
Update the videofilter template
Jeremy Simon [Fri, 7 Nov 2003 20:36:47 +0000 (20:36 +0000)]
Do not demux only 2 trak atoms
Original commit message from CVS:
Do not demux only 2 trak atoms
Ronald S. Bultje [Fri, 7 Nov 2003 12:47:01 +0000 (12:47 +0000)]
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
Ronald S. Bultje [Fri, 7 Nov 2003 12:45:20 +0000 (12:45 +0000)]
Add device autodetection
Original commit message from CVS:
Add device autodetection
Thomas Vander Stichele [Fri, 7 Nov 2003 00:53:32 +0000 (00:53 +0000)]
test and define HAVE_XSHM build ximage plugin
Original commit message from CVS:
test and define HAVE_XSHM
build ximage plugin
David Schleef [Thu, 6 Nov 2003 23:36:33 +0000 (23:36 +0000)]
Include config.h
Original commit message from CVS:
Include config.h
David Schleef [Thu, 6 Nov 2003 22:17:19 +0000 (22:17 +0000)]
add config.h
Original commit message from CVS:
add config.h
David Schleef [Thu, 6 Nov 2003 22:14:17 +0000 (22:14 +0000)]
make sure config.h is included first
Original commit message from CVS:
make sure config.h is included first
Jan Schmidt [Thu, 6 Nov 2003 15:24:41 +0000 (15:24 +0000)]
All the interfaces are collected in libgstinterfaces now.
Original commit message from CVS:
All the interfaces are collected in libgstinterfaces now.
Ronald S. Bultje [Thu, 6 Nov 2003 10:21:14 +0000 (10:21 +0000)]
And proper memory cleanup of cached devices
Original commit message from CVS:
And proper memory cleanup of cached devices
Ronald S. Bultje [Thu, 6 Nov 2003 10:15:22 +0000 (10:15 +0000)]
Add proper switch to needs_probe()
Original commit message from CVS:
Add proper switch to needs_probe()
Ronald S. Bultje [Thu, 6 Nov 2003 09:55:24 +0000 (09:55 +0000)]
Add device autodetection
Original commit message from CVS:
Add device autodetection
Steve Baker [Thu, 6 Nov 2003 05:36:06 +0000 (05:36 +0000)]
this will make it easier to merge when you have uncommited plugins in your tree
Original commit message from CVS:
this will make it easier to merge when you have uncommited plugins in your tree
Benjamin Otte [Thu, 6 Nov 2003 02:32:42 +0000 (02:32 +0000)]
set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This s...
Original commit message from CVS:
set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This should make releases not output any debugging information at all
Ronald S. Bultje [Wed, 5 Nov 2003 12:20:43 +0000 (12:20 +0000)]
Re-add mixer element, gst-mixer doesn't work without it
Original commit message from CVS:
Re-add mixer element, gst-mixer doesn't work without it
Benjamin Otte [Wed, 5 Nov 2003 03:24:54 +0000 (03:24 +0000)]
add initial version of gdkpixbuf loader for gtk that is capable of loading AVI and mpeg videos as GdkPixbufAnimation....
Original commit message from CVS:
add initial version of gdkpixbuf loader for gtk that is capable of loading AVI and mpeg videos as GdkPixbufAnimation. I'm not sure if such a thing would be useful or too much trouble, so I'll throw it at enough testers to figure it out ;) We might want to disable it by defualt though in the future. (Currently there is not even a configure switch implemented to disable it.)
This includes a fix to not use GError in gstgdkpixbuf's typefind function and to only return GST_TYPE_FIND_MINIMUM when doing typefinding via gdk as this breaks quite a bit with the GStreamer loader installed.
Benjamin Otte [Mon, 3 Nov 2003 22:47:52 +0000 (22:47 +0000)]
v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init static
Original commit message from CVS:
v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init static
David Schleef [Mon, 3 Nov 2003 20:14:03 +0000 (20:14 +0000)]
Add -DG_DISABLE_DEPRECATED to $GST_ERROR
Original commit message from CVS:
Add -DG_DISABLE_DEPRECATED to $GST_ERROR
David Schleef [Mon, 3 Nov 2003 08:54:57 +0000 (08:54 +0000)]
Fixes for new plugin system
Original commit message from CVS:
Fixes for new plugin system
Ronald S. Bultje [Sun, 2 Nov 2003 23:58:20 +0000 (23:58 +0000)]
This was wrong
Original commit message from CVS:
This was wrong
Ronald S. Bultje [Sun, 2 Nov 2003 23:06:23 +0000 (23:06 +0000)]
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()
Benjamin Otte [Sun, 2 Nov 2003 23:03:44 +0000 (23:03 +0000)]
fix template, too
Original commit message from CVS:
fix template, too
Ronald S. Bultje [Sun, 2 Nov 2003 22:54:47 +0000 (22:54 +0000)]
Bla
Original commit message from CVS:
Bla
Benjamin Otte [Sun, 2 Nov 2003 22:53:56 +0000 (22:53 +0000)]
forgot to make the element details static in here
Original commit message from CVS:
forgot to make the element details static in here
Benjamin Otte [Sun, 2 Nov 2003 22:34:11 +0000 (22:34 +0000)]
fix for new plugin system
Original commit message from CVS:
fix for new plugin system
Ronald S. Bultje [Sun, 2 Nov 2003 22:26:51 +0000 (22:26 +0000)]
SMPTE transitions done
Original commit message from CVS:
SMPTE transitions done
Ronald S. Bultje [Sun, 2 Nov 2003 22:04:36 +0000 (22:04 +0000)]
RTP done
Original commit message from CVS:
RTP done
Ronald S. Bultje [Sun, 2 Nov 2003 21:45:18 +0000 (21:45 +0000)]
Quicktime demuxer ported to new interface
Original commit message from CVS:
Quicktime demuxer ported to new interface
Benjamin Otte [Sun, 2 Nov 2003 21:30:09 +0000 (21:30 +0000)]
fix for new plugin system
Original commit message from CVS:
fix for new plugin system
Ronald S. Bultje [Sun, 2 Nov 2003 21:25:42 +0000 (21:25 +0000)]
That was monoscope...
Original commit message from CVS:
That was monoscope...
Benjamin Otte [Sun, 2 Nov 2003 19:28:08 +0000 (19:28 +0000)]
fix to new plugin system
Original commit message from CVS:
fix to new plugin system
Ronald S. Bultje [Sun, 2 Nov 2003 18:27:30 +0000 (18:27 +0000)]
Hm...:
Original commit message from CVS:
Hm...:
Ronald S. Bultje [Sun, 2 Nov 2003 18:17:48 +0000 (18:17 +0000)]
*sigh*
Original commit message from CVS:
*sigh*
Ronald S. Bultje [Sun, 2 Nov 2003 18:13:24 +0000 (18:13 +0000)]
......
Original commit message from CVS:
......
Ronald S. Bultje [Sun, 2 Nov 2003 17:41:07 +0000 (17:41 +0000)]
aaaaaaaaaaaaaaaaaaaah
Original commit message from CVS:
aaaaaaaaaaaaaaaaaaaah
Ronald S. Bultje [Sun, 2 Nov 2003 17:36:30 +0000 (17:36 +0000)]
more, and more, and more...
Original commit message from CVS:
more, and more, and more...
Ronald S. Bultje [Sun, 2 Nov 2003 17:02:51 +0000 (17:02 +0000)]
hmm...
Original commit message from CVS:
hmm...
Ronald S. Bultje [Sun, 2 Nov 2003 14:38:31 +0000 (14:38 +0000)]
More cruft
Original commit message from CVS:
More cruft
Jan Schmidt [Sun, 2 Nov 2003 14:09:39 +0000 (14:09 +0000)]
Updated for the new plugin loading code
Original commit message from CVS:
Updated for the new plugin loading code
Ronald S. Bultje [Sun, 2 Nov 2003 13:55:40 +0000 (13:55 +0000)]
Fix this too. Note that the per-plugin licensing is gone because of company's new per-plugin (rather than per-element...
Original commit message from CVS:
Fix this too. Note that the per-plugin licensing is gone because of company's new per-plugin (rather than per-element) API. We basically need both... Ohwell, I just want this stuff to compile.
Jan Schmidt [Sun, 2 Nov 2003 13:19:55 +0000 (13:19 +0000)]
Use GST_ELEMENT_DETAILS for initialising GstElementDetails
Original commit message from CVS:
Use GST_ELEMENT_DETAILS for initialising GstElementDetails
Jan Schmidt [Sun, 2 Nov 2003 12:51:01 +0000 (12:51 +0000)]
Use the GST_ELEMENT_DETAILS for initialising GstElementDetails
Original commit message from CVS:
Use the GST_ELEMENT_DETAILS for initialising GstElementDetails
Jan Schmidt [Sun, 2 Nov 2003 12:48:08 +0000 (12:48 +0000)]
Updated for the new plugin loading code
Original commit message from CVS:
Updated for the new plugin loading code
Jan Schmidt [Sun, 2 Nov 2003 03:32:31 +0000 (03:32 +0000)]
Updated for new plugin loading code
Original commit message from CVS:
Updated for new plugin loading code
Jan Schmidt [Sun, 2 Nov 2003 03:08:13 +0000 (03:08 +0000)]
Updated for the new plugin loading code
Original commit message from CVS:
Updated for the new plugin loading code
Iain Holmes [Sun, 2 Nov 2003 01:58:16 +0000 (01:58 +0000)]
Speex compiles
Original commit message from CVS:
Speex compiles
Iain Holmes [Sun, 2 Nov 2003 01:32:40 +0000 (01:32 +0000)]
Make smoothwave compile again
Original commit message from CVS:
Make smoothwave compile again
Iain Holmes [Sun, 2 Nov 2003 01:21:38 +0000 (01:21 +0000)]
Text overlay
Original commit message from CVS:
Text overlay
Iain Holmes [Sun, 2 Nov 2003 00:27:53 +0000 (00:27 +0000)]
Mikmod fixed
Original commit message from CVS:
Mikmod fixed