summaryrefslogtreecommitdiffstats
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2003-12-21examples/gstplay/player.c: using g_print instead of g_message.Julien Moutte1-0/+8
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)
2003-12-21configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to find X ↵Julien Moutte1-0/+13
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.
2003-12-21configure.ac: Improve mpeg2enc detection. This is for distributions that do ↵Ronald S. Bultje1-0/+38
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.
2003-12-21fresh ChangeLogThomas Vander Stichele1-89/+3
Original commit message from CVS: fresh ChangeLog
2003-12-16disable gdk_pixbuf by defaultThomas Vander Stichele1-2/+91
Original commit message from CVS: disable gdk_pixbuf by default
2003-12-16live and let dieBenjamin Otte1-87/+2
Original commit message from CVS: live and let die
2003-12-14make pixbuf loader dir configurableThomas Vander Stichele1-2/+6
Original commit message from CVS: make pixbuf loader dir configurable
2003-12-14unnecessary includes that prevent the build with freedesktop.org X serverAmaury Jacquot1-0/+7
Original commit message from CVS: unnecessary includes that prevent the build with freedesktop.org X server
2003-12-03fixing up X test and general features testThomas Vander Stichele1-0/+6
Original commit message from CVS: fixing up X test and general features test
2003-11-15live and let dieThomas Vander Stichele1-2/+70
Original commit message from CVS: live and let die
2003-11-14GStreamer does not use changelogsBenjamin Otte1-70/+2
Original commit message from CVS: GStreamer does not use changelogs
2003-07-12various spec file and build fixes agogo /me kicks ds in a friendly wayThomas Vander Stichele1-0/+6
Original commit message from CVS: various spec file and build fixes agogo /me kicks ds in a friendly way
2003-02-15I'm too lazy to comment thisColin Walters1-0/+9
Original commit message from CVS: *** empty log message ***
2003-02-07I'm too lazy to comment thisColin Walters1-0/+5
Original commit message from CVS: *** empty log message ***
2003-01-25Don't make a size request when in iradio mode.Colin Walters1-0/+5
Original commit message from CVS: (gst_gnomevfssrc_open_file): Don't make a size request when in iradio mode.
2002-11-25I'm too lazy to comment thisColin Walters1-0/+5
Original commit message from CVS: *** empty log message ***
2002-11-23Thanks Ken !Jeremy Simon1-0/+6
Original commit message from CVS: Patch from Ken MacLeod (Bug #98797), Thanks Ken !
2002-07-07LICENSE_readme: Mention that synaesthesia is derived from GPL code.Richard Boulton1-0/+5
Original commit message from CVS: LICENSE_readme: Mention that synaesthesia is derived from GPL code.
2002-06-03m4/mpeg2dec.m4: Test for cpuaccel library as well as mpeg2dec library. Add ↵Richard Boulton1-0/+6
appropriate includes before test compile ... Original commit message from CVS: * m4/mpeg2dec.m4: Test for cpuaccel library as well as mpeg2dec library. Add appropriate includes before test compile of mpeg2.h so that compilation succeeds.
2002-05-10removing snapshot from the build because we need to fix it adding gconf ↵Thomas Vander Stichele1-0/+5
schema to build and spec Original commit message from CVS: removing snapshot from the build because we need to fix it adding gconf schema to build and spec
2002-02-06more build fixingThomas Vander Stichele1-0/+4
Original commit message from CVS: more build fixing
2002-01-17- make the qcam plugin build only only platforms using NASM, ie. x86Bastien Nocera1-0/+5
Original commit message from CVS: - make the qcam plugin build only only platforms using NASM, ie. x86
2002-01-07A couple check fixesRodney Dawes1-0/+5
Original commit message from CVS: A couple check fixes
2001-12-20doc stuffThomas Vander Stichele1-0/+4
Original commit message from CVS: doc stuff