| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
signals to several interfaces
Original commit message from CVS:
Move over from GstInterface to GstImplementsInterface. Also adds some signals to several interfaces
|
|
|
|
|
|
|
| |
needed to be swapped). Also add X requirement ...
Original commit message from CVS:
Fix v4l detection (it requires X, but X is detected after v4l, so this needed to be swapped). Also add X requirement to v4l2
|
|
|
|
|
| |
Original commit message from CVS:
remove copyright field from plugins
|
|
|
|
|
| |
Original commit message from CVS:
fix X dependencies
|
|
|
|
|
| |
Original commit message from CVS:
what was this doing here ?
|
|
|
|
|
| |
Original commit message from CVS:
fixing up X test and general features test
|
|
|
|
|
| |
Original commit message from CVS:
Add ACLOCAL_AMFLAGS
|
|
|
|
|
|
| |
Original commit message from CVS:
Apply patch from jesimon@libertysurf.fr (Jeremy SIMON) in #122368.
FLAC io functions should be called every time the encoder is initialized.
|
|
|
|
|
| |
Original commit message from CVS:
change _connect to _link
|
|
|
|
|
| |
Original commit message from CVS:
Add check for faad2 (faad1 was detected, too, but we don't want that)
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Original commit message from CVS:
Change everyone to video/x-msvideo
|
|
|
|
|
| |
Original commit message from CVS:
Added audio/x-m4a to the sink caps
|
|
|
|
|
| |
Original commit message from CVS:
fixing bug #127984, we require a higher version of the alsa library
|
|
|
|
|
| |
Original commit message from CVS:
fixing bug #126985, gst core requires 1.6 anyway
|
|
|
|
|
| |
Original commit message from CVS:
use correct caps
|
|
|
|
|
| |
Original commit message from CVS:
more fixes to the pixbuf loader. I can use it for thumbnailing nicely now
|
|
|
|
|
| |
Original commit message from CVS:
use GDK_PIXBUF_CONFDIR
|
|
|
|
|
|
|
| |
statements
Original commit message from CVS:
License is GST_LICENSE, make own debugging category and fix some debug statements
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
add a rank to allow autoplugging
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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. :)
|
|
|
|
|
|
| |
Original commit message from CVS:
Add a comment for wma
Add mpeg4 audio pipeline (aac)
|
|
|
|
|
| |
Original commit message from CVS:
fix faad plugin
|
|
|
|
|
| |
Original commit message from CVS:
faad plugin needs the math library
|
|
|
|
|
| |
Original commit message from CVS:
Update the pipeline to play wma files
|
|
|
|
|
| |
Original commit message from CVS:
commit my batch of build and spec fixes
|
|
|
|
|
| |
Original commit message from CVS:
latest and greatest news
|
|
|
|
|
| |
Original commit message from CVS:
Fix gdk_pixbuf installation directory (again)
|
|
|
|
|
| |
Original commit message from CVS:
Typo
|
|
|
|
|
| |
Original commit message from CVS:
flac mime type is audio/x-flac, not application/x-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
|
|
|
|
|
| |
Original commit message from CVS:
Add faac build
|
|
|
|
|
| |
Original commit message from CVS:
Muxer is disabled (under development), so disable it during plugin registering too
|
|
|
|
|
| |
Original commit message from CVS:
fixes to make gdk_pixbuf loader install nicely
|
|
|
|
|
| |
Original commit message from CVS:
distcheck fixes
|
|
|
|
|
| |
Original commit message from CVS:
apparently we require a newer version of gnome-vfs
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
Add C-based local matroska/EBML plugin, remove libmatroska/libebml c++ one
|
|
|
|
|
| |
Original commit message from CVS:
New libfaad (MPEG-2/4 AAC decoder) plugin
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Original commit message from CVS:
+ checking in plugin category changes
|
|
|
|
|
| |
Original commit message from CVS:
live and let die
|
|
|
|
|
| |
Original commit message from CVS:
fix makefile
|
|
|
|
|
| |
Original commit message from CVS:
disting fix
|
|
|
|
|
| |
Original commit message from CVS:
GStreamer does not use changelogs
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Original commit message from CVS:
Fix for if SOUND_MIXER_INFO is not available (fBSD and others)
|
|
|
|
|
| |
Original commit message from CVS:
fix build system for X, XShm and Xv
|
|
|
|
|
| |
Original commit message from CVS:
add -lX11 to X_LIBS so ximagesink builds
|