Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
Merge CAPS branch
|
|
Original commit message from CVS:
* examples/gstplay/player.c: (got_time_tick), (got_stream_length),
(got_video_size), (main): using g_print instead of g_message.
* gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
signal which was not emitted because of "switch" element added to the
bin but not connected. (Removing from the bin temporarily)
|
|
development files. I don't understand the...
Original commit message from CVS:
* configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
find X development files. I don't understand the previous tests and
they fail on my debian/ppc unstable. This one works.
* examples/gstplay/player.c: (main): Set the pipeline to READY before
exiting.
* gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
(gst_play_set_video_sink), (gst_play_set_audio_sink),
(gst_play_set_visualization): Add some safety checks in set_ methods
and state_change. This was throwing some ugly CRITICAL messages when
pipeline was getting disposed and casts were failing.
|
|
Original commit message from CVS:
superfluous space segregation
|
|
Original commit message from CVS:
Adding tag dumping support.
|
|
Original commit message from CVS:
build fix
|
|
Original commit message from CVS:
Fixing makefile. Smarter seek
|
|
Original commit message from CVS:
Adding a test app for libgstplay. It is a command line player.
|
|
Original commit message from CVS:
change _connect to _link
|
|
Original commit message from CVS:
Add static version of removed gsT_element_factory_make_or_warn()
|
|
Original commit message from CVS:
Remove redundant plugindir definition
|
|
Original commit message from CVS:
fix installing into wrong dir
|
|
Original commit message from CVS:
fix initialization
|
|
Original commit message from CVS:
Nothing in this directory actually uses Freetype
|
|
Original commit message from CVS:
Compilation fixes for 64-bit architectures
|
|
Original commit message from CVS:
- removed UNITS
|
|
Original commit message from CVS:
removed UNITS
|
|
Original commit message from CVS:
Fix compilation errors
|
|
Original commit message from CVS:
fix compile error
|
|
Original commit message from CVS:
- Cleanups
- remove old tracing API calls
|
|
Original commit message from CVS:
Indexing patch from vishnu
|
|
Original commit message from CVS:
paranoid
|
|
Original commit message from CVS:
- connect->link
- add total indexed time (vishnu)
|
|
Original commit message from CVS:
more link fixes
|
|
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
|
|
Original commit message from CVS:
ignore generated file
|
|
Original commit message from CVS:
exciting .cvsignore updates!
|
|
Original commit message from CVS:
Fix plugins for new query API
|
|
Original commit message from CVS:
Updated test app
|
|
Original commit message from CVS:
Updated mpeg seeking example
|
|
Original commit message from CVS:
cache -> index
|
|
Original commit message from CVS:
parallel install fixes
|
|
Original commit message from CVS:
fix some disting and rpm building issues
|
|
Original commit message from CVS:
Added example indexing program for mpeg
|
|
Original commit message from CVS:
Small cleanups
|
|
Original commit message from CVS:
update to new structure
|
|
Original commit message from CVS:
separating tags and metadata
|
|
Original commit message from CVS:
Added vorbis stream info extraction example
|
|
Original commit message from CVS:
use AM_CFLAGS instead of CFLAGS
|
|
Original commit message from CVS:
- Show how to do stream position feedback
- Show how to do some more seeking
|
|
Original commit message from CVS:
Added little test apps for cdplayer and cdparanoia
|
|
Original commit message from CVS:
Add an example that shows transcoding stats for mpeg audio to vorbis
|
|
Original commit message from CVS:
const fixes
|
|
Original commit message from CVS:
fixes
http://bugzilla.gnome.org/show_bug.cgi?id=90839
|
|
Original commit message from CVS:
add #include <stdlib.h> where needed
|
|
Original commit message from CVS:
Some small updates
|
|
Original commit message from CVS:
merge from release branch
|
|
Original commit message from CVS:
Various updates to the new event API
|
|
Original commit message from CVS:
Add DV seeking example
|
|
colorspace without activating it use _many fun...
Original commit message from CVS:
use _or_warn to notify when failing to create elements
adding code for colorspace without activating it
use _many functions for mpeg
|