- 21 Dec, 2003 3 commits
-
-
Julien Moutte Moutte authored
configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to find X 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.
-
Ronald S. Bultje authored
configure.ac: Improve mpeg2enc detection. This is for distributions that do ship mjpegtools, but without mpeg2enc. Al... Original commit message from CVS: 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net> * configure.ac: Improve mpeg2enc detection. This is for distributions that do ship mjpegtools, but without mpeg2enc. Also does object check for might there ever be ABI incompatibility. * ext/mpeg2enc/gstmpeg2enc.cc: Add Andrew as second maintainer (he's helping me), and also add an error if no caps was set. This happens if I pull before capsnego and that's something I should solve sometime else. * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup): Fix time parsing. * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link), (gst_matroska_mux_track_header): Add caps to templates. * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory): Add mpegversion=1 to prevent confusion with MPEG/AAC. * gst/mpegstream/gstmpegdemux.c: Remove layer since it causes warnings about unfixed caps. * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get): Fix obvious typo (we error out if caps were set, we should of course error out if *no* caps were set). * sys/oss/gstosselement.c: (gst_osselement_convert): Fix format conversion, we confused bits/bytes. * sys/oss/gstosselement.h: Improve documentation for 'bps'. * sys/v4l/TODO: Remove stuff about plugins that need removing - this was done ages ago. * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query): * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert), (gst_v4lsrc_src_query): * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init), (gst_v4l2src_src_convert), (gst_v4l2src_src_query): Add get_query_types(), get_formats() and query() functions.
-
Thomas Vander Stichele authored
Original commit message from CVS: fresh ChangeLog
-
- 20 Dec, 2003 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: bump back to cvs versoin
-
Thomas Vander Stichele authored
Original commit message from CVS: committing release stuff testing fdo cvs commits this mail should have the proper viewcvs links
-
- 19 Dec, 2003 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: superfluous space segregation
-
- 18 Dec, 2003 2 commits
-
-
Christian Schaller authored
Original commit message from CVS: add missing tah.h file
-
Ronald S. Bultje authored
Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the 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.
-
- 17 Dec, 2003 1 commit
-
-
Christian Schaller authored
Original commit message from CVS: small fix
-
- 16 Dec, 2003 4 commits
-
-
Julien Moutte Moutte authored
Original commit message from CVS: Harmonize state of sinks with the pipeline state.
-
Thomas Vander Stichele authored
Original commit message from CVS: disable gdk_pixbuf by default
-
Julien Moutte Moutte authored
Original commit message from CVS: Adding tag dumping support.
-
Benjamin Otte authored
Original commit message from CVS: live and let die
-
- 15 Dec, 2003 2 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: MP3 is mpegversion=1, else it clashes with MPEG/AAC
-
Thomas Vander Stichele authored
Original commit message from CVS: nonsrcdir build fixes
-
- 14 Dec, 2003 12 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: make sdl depend on X
-
Thomas Vander Stichele authored
Original commit message from CVS: dist fix
-
Thomas Vander Stichele authored
Original commit message from CVS: distcheck fixes
-
Thomas Vander Stichele authored
Original commit message from CVS: build fix
-
Julien Moutte Moutte authored
Original commit message from CVS: Fixing makefile. Smarter seek
-
Thomas Vander Stichele authored
Original commit message from CVS: not done yet
-
Thomas Vander Stichele authored
Original commit message from CVS: trademark protection
-
Julien Moutte Moutte authored
Original commit message from CVS: Synchronizing my changes.
-
Julien Moutte Moutte authored
Original commit message from CVS: Adding a test app for libgstplay. It is a command line player.
-
Thomas Vander Stichele authored
Original commit message from CVS: make pixbuf loader dir configurable
-
Christian Schaller authored
Original commit message from CVS: adding my latest fixes. The xvid stuff prolly need some fixing
-
Amaury Jacquot authored
Original commit message from CVS: unnecessary includes that prevent the build with freedesktop.org X server
-
- 13 Dec, 2003 5 commits
-
-
Benjamin Otte authored
Original commit message from CVS: distcheck fixes: include built sources in CLEANFILES
-
Christian Schaller authored
Original commit message from CVS: fix build wrt to autoplug test
-
Christian Schaller authored
Original commit message from CVS: some fixes to work again
-
Ronald S. Bultje authored
Original commit message from CVS: Wrong optimization from my side. Mpeg2enc works now
-
Benjamin Otte authored
Original commit message from CVS: removed GST_*_CAST. Disabling of type checking is done in glib.
-
- 11 Dec, 2003 2 commits
-
-
Julien Moutte Moutte authored
Original commit message from CVS: Using private structure for members so that we have more chance that the header is frozen. :)
-
Ronald S. Bultje authored
This is a first attempt at a wrapper for the lib'ified mpeg2enc of mjpegtools. Currently, there's a few release candi... Original commit message from CVS: This is a first attempt at a wrapper for the lib'ified mpeg2enc of mjpegtools. Currently, there's a few release candidates for mjpegtools-1.6.2 available, but no stable version yet. I've made 4 small subclasses to wrap input, output, options and generic encoding model. The last .cc file is the GStreamer plugin element. Note that it doesn't actually work yet, I'm doing something wrong with header parsing and Andrew asked me to commit so he could help debugging that. Apart from that, we should soon be able to make top-quality MPEG encodes! :). mpeg2enc licensing is tricky, btw, I don't even want to start discussing that...
-
- 09 Dec, 2003 3 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: Implement something to make video play faster/slower
-
Christophe Fergeau authored
Original commit message from CVS: Committed fix for #128893 (properly detect too old libfaad installations)
-
David Schleef authored
Original commit message from CVS: Change GST_*_PADDING to _gst_private[GST_PADDING]
-
- 08 Dec, 2003 2 commits
-
-
Julien Moutte Moutte authored
Original commit message from CVS: Adding a new plugin: switch. It takes N input and only has 1 output. You can "switch" the forwarded input through properties ("nb_sources", "active_source") and i will probably add tuner interface support soon. It should be able to handle any kind of data passing through it. It is still a work in progress don't consider it usable for production yet.
-
Julien Moutte Moutte authored
Original commit message from CVS: Adding visualization. Removing interfaces. Preparing videoswitch integration.
-
- 07 Dec, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Whoops, this one is needed too
-