Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
Negotiation fixes
|
|
Original commit message from CVS:
Fix warnings
|
|
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.
|
|
autoplugger uses mad and not faad for mp3 decoding...
Original commit message from CVS:
Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugger uses mad and not faad for mp3 decoding. This should fix mp3 playback.
|
|
Original commit message from CVS:
Harmonize state of sinks with the pipeline state.
|
|
Original commit message from CVS:
MP3 is mpegversion=1, else it clashes with MPEG/AAC
|
|
Original commit message from CVS:
dist fix
|
|
Original commit message from CVS:
distcheck fixes
|
|
Original commit message from CVS:
Synchronizing my changes.
|
|
Original commit message from CVS:
distcheck fixes: include built sources in CLEANFILES
|
|
header is frozen. :)
Original commit message from CVS:
Using private structure for members so that we have more chance that the header is frozen. :)
|
|
Original commit message from CVS:
Change GST_*_PADDING to _gst_private[GST_PADDING]
|
|
Original commit message from CVS:
Adding visualization.
Removing interfaces.
Preparing videoswitch integration.
|
|
Original commit message from CVS:
Whoops, this one is needed too
|
|
Original commit message from CVS:
Hm, darn, forgot to commit one dir
|
|
Original commit message from CVS:
Don't use class casts before they're initialized
|
|
Original commit message from CVS:
Typo
|
|
Original commit message from CVS:
time_tick works.
have_video_size works.
|
|
Original commit message from CVS:
Updating with my local repository. It already plays video with sound :) Great !
|
|
Original commit message from CVS:
Adding my work in progress rewrite from scratch of libgstplay.
|
|
signals to several interfaces
Original commit message from CVS:
Move over from GstInterface to GstImplementsInterface. Also adds some signals to several interfaces
|
|
Original commit message from CVS:
remove copyright field from plugins
|
|
Original commit message from CVS:
fix X dependencies
|
|
Original commit message from CVS:
fixing up X test and general features test
|
|
Original commit message from CVS:
Fix a stupid mistake
|
|
Original commit message from CVS:
Removing the video_out things.
|
|
Original commit message from CVS:
Removing have_size as it is in GstVideoSink higher class.
|
|
Original commit message from CVS:
Merged GstVideoOverlay features here.
|
|
Original commit message from CVS:
Merging with GstXOverlay
|
|
Original commit message from CVS:
+ adding buffer-frames prop to standard caps macros
|
|
Original commit message from CVS:
+ adding endianness conversion macros for floats
|
|
Original commit message from CVS:
Adding GstVideoOverlay interface.
|
|
Original commit message from CVS:
er, no, signal should be VOID__POINTER. :)
|
|
Original commit message from CVS:
signal should be VOID__VOID
|
|
Original commit message from CVS:
fix build system for X, XShm and Xv
|
|
Add the template caps for the reverse for...
Original commit message from CVS:
make colorspace handle the original RGB format, too, since it handles both. Add the template caps for the reverse format to video.h
|
|
scale navigation events.
Original commit message from CVS:
Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink
to scale navigation events.
|
|
Original commit message from CVS:
remove gst_video_sink_push_ui_event()
|
|
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
|
|
Original commit message from CVS:
Don't set the actual video size in gst_video_sink_got_video_size().
This could probably be replaced once we handle pixel aspect ratios.
|
|
Original commit message from CVS:
use int64 for frame-time
|
|
simple and make it more GObject'ific. This ...
Original commit message from CVS:
Some prettification fixes to this interface... Make it look good, make it simple and make it more GObject'ific. This means that it now works largely almost the same as GObject (concerning arguments that you give to the functions, and layout of the virtual functions). I've also got an OSS implementation for this, but it needs one small change before I commit that. Expect that this weekend or so.
|
|
Original commit message from CVS:
Fix endianness issues manifested in pngenc. Fixes #125932
|
|
Original commit message from CVS:
use top-level defined plugindir
|
|
Original commit message from CVS:
change libgst-interfaces to libgstinterfaces
|
|
sys/oss, ext/gnomevfs, gst/typefind and ex...
Original commit message from CVS:
first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ext/mad.
You guessed it, everything Rhythmbox needs ;)
fixed BMP typefind and made gnomevfs one plugin instead of two while doing this
|
|
Original commit message from CVS:
Oops, didn't mean to remove riff
|
|
Original commit message from CVS:
minor cosmetic fix
|