summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* don't mix tabs and spacesThomas Vander Stichele2004-03-15124-6102/+6236
| | | | | Original commit message from CVS: don't mix tabs and spaces
* ignore filesThomas Vander Stichele2004-03-151-1/+2
| | | | | Original commit message from CVS: ignore files
* adding media info pc files package them use ffmpegcolorspace in gstplayThomas Vander Stichele2004-03-153-12/+33
| | | | | | | Original commit message from CVS: adding media info pc files package them use ffmpegcolorspace in gstplay
* *.h: Revert indentingJohan Dahlin2004-03-1593-2232/+2202
| | | | | Original commit message from CVS: * *.h: Revert indenting
* adding ffmpegcolorspace element, thanks ronaldThomas Vander Stichele2004-03-152-0/+58
| | | | | Original commit message from CVS: adding ffmpegcolorspace element, thanks ronald
* bad bad ronald, here's the struct memberThomas Vander Stichele2004-03-151-0/+7
| | | | | Original commit message from CVS: bad bad ronald, here's the struct member
* ext/alsa/: Don't open the device if we're a mixer (= padless).Ronald S. Bultje2004-03-151-0/+13
| | | | | | | | | | | | | | Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_get_property), (gst_alsa_open_audio), (gst_alsa_close_audio): * ext/alsa/gstalsa.c: Don't open the device if we're a mixer (= padless). * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init), (gst_alsa_mixer_init), (gst_alsa_mixer_open), (gst_alsa_mixer_close), (gst_alsa_mixer_change_state): Open mixer during state change rather than during object initialization. Also, get a device name. Currently in a somewhat hackish fashion, but I didn't really find something better.
* gst-indentThomas Vander Stichele2004-03-14228-20677/+20902
| | | | | Original commit message from CVS: gst-indent
* add missing ending c++ blocksThomas Vander Stichele2004-03-141-8/+15
| | | | | Original commit message from CVS: add missing ending c++ blocks
* indenting testsThomas Vander Stichele2004-03-142-403/+386
| | | | | Original commit message from CVS: indenting tests
* removing stray commentationThomas Vander Stichele2004-03-141-2/+0
| | | | | Original commit message from CVS: removing stray commentation
* gst/modplug/gstmodplug.*: set correct timestamps on outgoing buffersBenjamin Otte2004-03-141-0/+6
| | | | | | | Original commit message from CVS: * gst/modplug/gstmodplug.cc: * gst/modplug/gstmodplug.h: set correct timestamps on outgoing buffers
* gst/modplug/gstmodplug.cc: handle events - don't do crap when a discont ↵Benjamin Otte2004-03-141-0/+7
| | | | | | | | | | arrives that's not necessary Original commit message from CVS: * gst/modplug/gstmodplug.cc: handle events - don't do crap when a discont arrives that's not necessary This allows correct loading and playback of mods in Rhythmbox
* move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get ↵Benjamin Otte2004-03-142-6/+23
| | | | | | | | | | | | | | | rebuilt properly Original commit message from CVS: * configure.ac: * gst-libs/gst/gconf/Makefile.am: * pkgconfig/Makefile.am: move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get rebuilt properly * configure.ac: when checking for vorbis, try pkgconfig first. * gst/modplug/gstmodplug.cc: add fixate function
* gst/qtdemux/qtdemux.c: Fix for obvious mistake, where we first shift the ↵Ronald S. Bultje2004-03-142-2/+12
| | | | | | | | | | | | offset and then read a samplesize element as... Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Fix for obvious mistake, where we first shift the offset and then read a samplesize element assuming the old offset. Note that this part still has something weird, i.e. my movies containing those don't actually play well, but at least there's something that looks like sound now.
* Add speex typefinding functionJan Schmidt2004-03-141-0/+5
| | | | | Original commit message from CVS: Add speex typefinding function
* gst/asfdemux/gstasfdemux.c: Use 25fps as our "fake" fps value (marked for ↵Ronald S. Bultje2004-03-141-0/+8
| | | | | | | | | | | fixage in 0.9.x) instead of 0. Reason is si... Original commit message from CVS: * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps), (gst_asf_demux_setup_pad): Use 25fps as our "fake" fps value (marked for fixage in 0.9.x) instead of 0. Reason is simple: some elements have a fps range of 1-max instead of 0-max. So now ASF video actually works.
* dist NEWSThomas Vander Stichele2004-03-131-1/+1
| | | | | Original commit message from CVS: dist NEWS
* adding serbianThomas Vander Stichele2004-03-133-1/+273
| | | | | Original commit message from CVS: adding serbian
* gst/sine/gstsinesrc.c: return taglist correctly from _get function, don't ↵Benjamin Otte2004-03-131-0/+6
| | | | | | | | | gst_pad_push it. Original commit message from CVS: * gst/sine/gstsinesrc.c: (gst_sinesrc_get): return taglist correctly from _get function, don't gst_pad_push it. (fixes #137042)
* Only close the device on probe if it succeeded in opening it.Jan Schmidt2004-03-131-0/+3
| | | | | Original commit message from CVS: Only close the device on probe if it succeeded in opening it.
* ext/alsa/: Fix ancient leftovers... MixerTrack is a GObject.Ronald S. Bultje2004-03-131-0/+8
| | | | | | | | | Original commit message from CVS: * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list): * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init), (gst_alsa_mixer_track_new): * ext/alsa/gstalsamixertrack.h: Fix ancient leftovers... MixerTrack is a GObject.
* Don't block during probing...Ronald S. Bultje2004-03-132-1/+7
| | | | | | | Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices): * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices): Don't block during probing...
* ext/alsa/gstalsa.*: Add propertyprobe interface implementation, add some ↵Ronald S. Bultje2004-03-131-0/+12
| | | | | | | | | | | | | | | device-name property, all this so that it lo... Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init), (gst_alsa_get_property), (gst_alsa_probe_get_properties), (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices), (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe), (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init), (gst_alsa_open_audio), (gst_alsa_close_audio): * ext/alsa/gstalsa.h: Add propertyprobe interface implementation, add some device-name property, all this so that it looks good in gnome-volume-control.
* configure.ac: the Hermes library controls hermescolorspace, not colorspace.David Schleef2004-03-132-2/+13
| | | | | | | | | | | | Original commit message from CVS: * configure.ac: the Hermes library controls hermescolorspace, not colorspace. * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init), (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef, not /* */ * ext/sdl/sdlvideosink.c: Change XID to unsigned long. * ext/sdl/sdlvideosink.h: ditto. * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
* gst-libs/gst/xoverlay/xoverlay.*: replace XID with unsigned long to get rid ↵Benjamin Otte2004-03-121-0/+8
| | | | | | | | | | | of the xlibs dependency in Original commit message from CVS: * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id), (gst_x_overlay_got_xwindow_id): * gst-libs/gst/xoverlay/xoverlay.h: replace XID with unsigned long to get rid of the xlibs dependency in XOverlay (fixes #137004)
* Port all elements that can be ported to videofilter, and fix up the caps.Jan Schmidt2004-03-1210-419/+387
| | | | | | Original commit message from CVS: Port all elements that can be ported to videofilter, and fix up the caps. Can someone with a big-endian machine please check them?
* sys/oss/gstosssink.c: Latest fixes for A/V sync, audio playback and such. ↵Ronald S. Bultje2004-03-112-51/+55
| | | | | | | | | | | This is about all... MPEG playback issues a... Original commit message from CVS: * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time), (gst_osssink_chain), (gst_osssink_change_state): Latest fixes for A/V sync, audio playback and such. This is about all... MPEG playback issues are mostly related to the async build- up of MPEG files, I cannot fix that. Use basicgthread to solve it.
* use pkg-config checks for some, falling back to the old one.Thomas Vander Stichele2004-03-103-120/+54
| | | | | | | Original commit message from CVS: use pkg-config checks for some, falling back to the old one. fixes #131270
* fixesThomas Vander Stichele2004-03-101-1/+1
| | | | | Original commit message from CVS: fixes
* removingThomas Vander Stichele2004-03-101-44/+0
| | | | | Original commit message from CVS: removing
* add ignores, remove old filesThomas Vander Stichele2004-03-104-246/+5
| | | | | Original commit message from CVS: add ignores, remove old files
* whoops, didn't mean to commit this one :)Thomas Vander Stichele2004-03-101-784/+0
| | | | | Original commit message from CVS: whoops, didn't mean to commit this one :)
* updating tools generationThomas Vander Stichele2004-03-108-6/+1118
| | | | | Original commit message from CVS: updating tools generation
* ext/divx/gstdivxdec.c: Downgrade priority. We prefer ffdec_mpeg4.Ronald S. Bultje2004-03-102-15/+48
| | | | | | | | | | | | | | | Original commit message from CVS: * ext/divx/gstdivxdec.c: Downgrade priority. We prefer ffdec_mpeg4. * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain), (gst_faad_change_state): Fix capsnego. Doesn't work for some sounds because we don't have a 5:1 to stereo element. * ext/xvid/gstxvid.c: (plugin_init): Add priority. * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain), (gst_osssink_change_state): Add discont handling.
* gst/audioconvert/gstaudioconvert.c: Fix typo in width 8 conversion.Colin Walters2004-03-101-0/+5
| | | | | | | | Original commit message from CVS: 2004-03-09 Colin Walters <walters@verbum.org> * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8 conversion.
* gst-libs/gst/mixer/mixer.c: the signals take 2 argumentsBenjamin Otte2004-03-091-0/+5
| | | | | | Original commit message from CVS: * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): the signals take 2 arguments
* ext/alsa/gstalsa.c: Add fixate function. (bug #135719)David Schleef2004-03-091-0/+7
| | | | | | | | Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad), (gst_alsa_fixate): Add fixate function. (bug #135719) * ext/alsa/gstalsa.h: * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
* fix commentBenjamin Otte2004-03-091-1/+1
| | | | | Original commit message from CVS: fix comment
* ext/mikmod/gstmikmod.*: make mikmod's loop function not loop infinitely and ↵Benjamin Otte2004-03-093-46/+55
| | | | | | | | | | | | | call gst_element_yield anymore Original commit message from CVS: * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop), (gst_mikmod_change_state): * ext/mikmod/gstmikmod.h: make mikmod's loop function not loop infinitely and call gst_element_yield anymore * gst/modplug/gstmodplug.cc: fix pad negotiation
* ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin doesn't conflict ↵David Schleef2004-03-092-5/+12
| | | | | | | | | | | with the internal colorspace plugin. Original commit message from CVS: * ext/lcs/Makefile.am: Fix so that the lcs colorspace plugin doesn't conflict with the internal colorspace plugin. * gst-libs/gst/audio/make_filter: Use `` instead of $() to satisfy the crappy-ass shell shipped by a certain vendor. * gst/videofilter/make_filter: same (bug #135299)
* bump nanoThomas Vander Stichele2004-03-091-0/+4
| | | | | Original commit message from CVS: bump nano
* releaseThomas Vander Stichele2004-03-091-0/+4
| | | | | Original commit message from CVS: release
* releasingThomas Vander Stichele2004-03-094-11/+48
| | | | | Original commit message from CVS: releasing
* synchronize the two pc filesThomas Vander Stichele2004-03-091-1/+7
| | | | | Original commit message from CVS: synchronize the two pc files
* add/fix error handling in cdparanoia add it to translations make tools ↵Thomas Vander Stichele2004-03-094-0/+16
| | | | | | | | | scripts executable Original commit message from CVS: add/fix error handling in cdparanoia add it to translations make tools scripts executable
* removing plugins from buildThomas Vander Stichele2004-03-093-8/+10
| | | | | Original commit message from CVS: removing plugins from build
* gst-libs/gst/riff/riff-read.c: Fix metadata read crash (#136537).Ronald S. Bultje2004-03-091-0/+5
| | | | | | Original commit message from CVS: * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info): Fix metadata read crash (#136537).
* Can you feel the nas tonight? Can you feel the NAS? hey, I am even better ↵Christian Schaller2004-03-081-0/+6
| | | | | | | than Elton John at these songs Original commit message from CVS: Can you feel the nas tonight? Can you feel the NAS? hey, I am even better than Elton John at these songs
* small media-info fixesThomas Vander Stichele2004-03-081-0/+6
| | | | | Original commit message from CVS: small media-info fixes