summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-06-25fix wrong offsetsThomas Vander Stichele1-0/+5
Original commit message from CVS: fix wrong offsets
2004-06-25make provided clock run in syncThomas Vander Stichele1-0/+7
Original commit message from CVS: make provided clock run in sync
2004-06-25gst/tcp/gsttcpserversink.*: Serversink rewrite. Really do non blocking ↵Wim Taymans1-0/+20
writes to clients and maintain an internal que... Original commit message from CVS: * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init), (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read), (gst_tcpserversink_client_remove), (gst_tcpserversink_handle_client_read), (gst_tcpserversink_client_queue_data), (gst_tcpserversink_client_queue_caps), (gst_tcpserversink_client_queue_buffer), (gst_tcpserversink_handle_client_write), (gst_tcpserversink_queue_buffer), (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread), (gst_tcpserversink_chain), (gst_tcpserversink_set_property), (gst_tcpserversink_get_property), (gst_tcpserversink_init_send), (gst_tcpserversink_close): * gst/tcp/gsttcpserversink.h: Serversink rewrite. Really do non blocking writes to clients and maintain an internal queue to handle slower clients while not disturbing fast clients.
2004-06-25don't override offset and offset_endThomas Vander Stichele1-0/+5
Original commit message from CVS: don't override offset and offset_end
2004-06-25Add name=source to the wavparse pipelineIain Holmes2-1/+6
Original commit message from CVS: Add name=source to the wavparse pipeline
2004-06-24ext/theora/theoraenc.c (theora_enc_chain): Call gst_pad_try_set_caps instead ↵Johan Dahlin1-1/+7
of gst_pad_set_explicit_caps so the stre... Original commit message from CVS: * ext/theora/theoraenc.c (theora_enc_chain): Call gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the streamheader caps are set correctly.
2004-06-24respect minimum bitrateThomas Vander Stichele1-0/+6
Original commit message from CVS: respect minimum bitrate
2004-06-24fix sample rate rangeThomas Vander Stichele1-0/+6
Original commit message from CVS: fix sample rate range
2004-06-24resolve ambiguitiesThomas Vander Stichele1-0/+8
Original commit message from CVS: resolve ambiguities
2004-06-24updated from releaseThomas Vander Stichele2-47/+198
Original commit message from CVS: updated from release
2004-06-24ext/alsa/: Use alsa trigger_tstamp to get the timestamp of the first sample ↵Wim Taymans1-0/+9
in the buffer for more precise sync. Some... Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery): * ext/alsa/gstalsa.h: * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_update_avail), (gst_alsa_src_loop): Use alsa trigger_tstamp to get the timestamp of the first sample in the buffer for more precise sync. Some cleanups.
2004-06-24gst/: Added some logging, fixed an overflow bug in videorate.Wim Taymans1-0/+9
Original commit message from CVS: * gst/audiorate/gstaudiorate.c: (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain), (gst_audiorate_set_property), (gst_audiorate_get_property): * gst/videorate/gstvideorate.c: (gst_videorate_class_init), (gst_videorate_chain): Added some logging, fixed an overflow bug in videorate.
2004-06-24ext/kio/Makefile.am: fix for builddir != srcdir and distcheckBenjamin Otte1-0/+5
Original commit message from CVS: * ext/kio/Makefile.am: fix for builddir != srcdir and distcheck
2004-06-24don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball.Benjamin Otte7-8/+42
Original commit message from CVS: * gst-libs/gst/colorbalance/Makefile.am: * gst-libs/gst/mixer/Makefile.am: * gst-libs/gst/play/Makefile.am: * gst-libs/gst/tuner/Makefile.am: * gst/tcp/Makefile.am: * sys/dxr3/Makefile.am: don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball. Also add all *.list files that were missing. * Makefile.am: add a distcheck hook to ensure the above doesn't happen again.
2004-06-24ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/David I. Lehn2-1/+5
Original commit message from CVS: * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
2004-06-23m4/Makefile.am: Distribute gst-fionread.m4.Colin Walters2-0/+5
Original commit message from CVS: 2004-06-23 Colin Walters <walters@redhat.com> * m4/Makefile.am: Distribute gst-fionread.m4.
2004-06-23back to devThomas Vander Stichele2-2/+8
Original commit message from CVS: back to dev
2004-06-23ext/alsa/: Add clock to alsasrc. Take new capture timestamp when restarting ↵Wim Taymans1-0/+14
after an overrun. Split up some functions... Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start), (gst_alsa_xrun_recovery): * ext/alsa/gstalsa.h: * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event), (gst_alsa_sink_loop), (gst_alsa_sink_get_time): * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_get_time), (gst_alsa_src_update_avail), (gst_alsa_src_loop): Add clock to alsasrc. Take new capture timestamp when restarting after an overrun. Split up some functions between alsasrc ans alsasink.
2004-06-23merge back from releaseThomas Vander Stichele1-0/+9
Original commit message from CVS: merge back from release
2004-06-23gst/audiorate/gstaudiorate.c: Implement sample dropping and notifyWim Taymans1-0/+7
Original commit message from CVS: * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init), (gst_audiorate_init), (gst_audiorate_chain), (gst_audiorate_set_property), (gst_audiorate_get_property): Implement sample dropping and notify
2004-06-22ext/theora/theoraenc.c: Some cleanups, make sure the timestamps are correct.Wim Taymans1-0/+7
Original commit message from CVS: * ext/theora/theoraenc.c: (gst_theora_enc_class_init), (theora_enc_sink_link), (theora_buffer_from_packet), (theora_push_packet), (theora_enc_chain): Some cleanups, make sure the timestamps are correct.
2004-06-22ext/alsa/: Cleanups, take queued samples into account when reporting the time.Wim Taymans1-0/+10
Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update), (gst_alsa_change_state), (gst_alsa_update_avail), (gst_alsa_xrun_recovery): * ext/alsa/gstalsa.h: * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop): Cleanups, take queued samples into account when reporting the time.
2004-06-22gst/videorate/gstvideorate.c: Initialize the property as well.Wim Taymans1-0/+6
Original commit message from CVS: * gst/videorate/gstvideorate.c: (gst_videorate_class_init), (gst_videorate_init): Initialize the property as well.
2004-06-22gst/videorate/gstvideorate.c: Add property to make videorate silent.Wim Taymans1-0/+8
Original commit message from CVS: * gst/videorate/gstvideorate.c: (gst_videorate_class_init), (gst_videorate_init), (gst_videorate_chain), (gst_videorate_set_property), (gst_videorate_get_property): Add property to make videorate silent. Add property to prefer new frames over old ones.
2004-06-22sys/osxvideo/Makefile.am: Workaround so that the osxvideo .so file gets ↵Zaheer Abbas Merali1-0/+6
linked with the Original commit message from CVS: 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org> * sys/osxvideo/Makefile.am: Workaround so that the osxvideo .so file gets linked with the
2004-06-22sys/osxaudio/Makefile.am: Workaround so that the osxaudio .so file gets ↵Zaheer Abbas Merali1-0/+6
linked with the Original commit message from CVS: 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org> * sys/osxaudio/Makefile.am: Workaround so that the osxaudio .so file gets linked with the
2004-06-22configure.ac: Whoops, my fault...fixed build issuesZaheer Abbas Merali2-4/+14
Original commit message from CVS: 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org> * configure.ac: Whoops, my fault...fixed build issues
2004-06-22configure.ac: Add objective-c support if running in Darwin/Mac OS XZaheer Abbas Merali3-5/+48
Original commit message from CVS: 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org> * configure.ac: Add objective-c support if running in Darwin/Mac OS X * sys/Makefile.am: * sys/osxvideo: * sys/osxvideo/Makefile.am: * sys/osxvideo/osxvideosink.h: * sys/osxvideo/osxvideosink.m: * sys/osxvideo/cocoawindow.h: * sys/osxvideo/cocoawindow.m: Add osxvideosink, a cocoa-based osx video sink
2004-06-18ext/dvdnav/gst-dvd: Grab the gconf key from the right spotJan Schmidt1-0/+16
Original commit message from CVS: * ext/dvdnav/gst-dvd: Grab the gconf key from the right spot * gst/debug/gstnavseek.c: (gst_navseek_init), (gst_navseek_segseek), (gst_navseek_handle_src_event), (gst_navseek_chain): * gst/debug/gstnavseek.h: Add 's', 'e' and 'l' keypresses to navseek to define the start,end and loop parameters of a segment seek. * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init), (gst_videotestsrc_get_event_masks), (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get): * gst/videotestsrc/gstvideotestsrc.h: Add seeking support to videotestsrc Initialise the timestamp_offset variable.
2004-06-18ext/sidplay/gstsiddec.cc: Fix negotiation and set correct end offset.Wim Taymans1-0/+9
Original commit message from CVS: * ext/sidplay/gstsiddec.cc: Fix negotiation and set correct end offset.
2004-06-17read caps in connectThomas Vander Stichele1-0/+8
Original commit message from CVS: read caps in connect
2004-06-17notify; don't overlimitThomas Vander Stichele1-0/+7
Original commit message from CVS: notify; don't overlimit
2004-06-17add autoprobe option fixes use try_captureThomas Vander Stichele1-0/+17
Original commit message from CVS: add autoprobe option fixes use try_capture
2004-06-17fixThomas Vander Stichele1-1/+1
Original commit message from CVS: fix
2004-06-17run as finalize, not disposeThomas Vander Stichele1-0/+11
Original commit message from CVS: run as finalize, not dispose
2004-06-17ext/alsa/: Make the xrun code timestamp and offset the buffers correctly. ↵Wim Taymans1-0/+13
moved the clock to the base class, use alsa... Original commit message from CVS: * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose), (gst_alsa_get_time), (gst_alsa_xrun_recovery): * ext/alsa/gstalsa.h: * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type): * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop), (gst_alsa_src_change_state): * ext/alsa/gstalsasrc.h: Make the xrun code timestamp and offset the buffers correctly. moved the clock to the base class, use alsa methods to get time. Do correct timestamping on outgoing buffers.
2004-06-17gst/audiorate/: Added an audiorate converter that fills in gaps.Wim Taymans2-0/+14
Original commit message from CVS: * gst/audiorate/Makefile.am: * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type), (gst_audiorate_base_init), (gst_audiorate_class_init), (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain), (gst_audiorate_set_property), (gst_audiorate_get_property), (gst_audiorate_change_state), (plugin_init): Added an audiorate converter that fills in gaps.
2004-06-17ext/tcp/*: Revert Zaheer changes, to make things actually work again.Johan Dahlin1-0/+4
Original commit message from CVS: * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
2004-06-16sys/v4l/: Added a copy mode to v4lsrc where it will output a copied version ↵Wim Taymans1-0/+13
of its internal hardware buffer. Original commit message from CVS: * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get): * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type), (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps), (gst_v4lsrc_get), (gst_v4lsrc_set_property), (gst_v4lsrc_get_property): * sys/v4l/gstv4lsrc.h: Added a copy mode to v4lsrc where it will output a copied version of its internal hardware buffer. Fix the wrong FLAG_SET usage. The flags are integers, not bits, you can't | them.
2004-06-16sys/oss/gstosssrc.c: Timestamp fixes.Wim Taymans1-0/+5
Original commit message from CVS: * sys/oss/gstosssrc.c: (gst_osssrc_get): Timestamp fixes.
2004-06-16sys/v4l/: Added a sync mode enum property to control v4lsrc timestamp methodWim Taymans1-0/+14
Original commit message from CVS: * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type), (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps), (gst_v4lsrc_get), (gst_v4lsrc_set_property), (gst_v4lsrc_get_property): * sys/v4l/gstv4lsrc.h: * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay): Added a sync mode enum property to control v4lsrc timestamp method Removed the use-fixed-fps property and moved functionality in the enum. Don't error on an error value from v4l-conf, it might not always be a real error.
2004-06-16gst/videorate/: Added a video timestamp corrector.Wim Taymans1-0/+11
Original commit message from CVS: * gst/videorate/Makefile.am: * gst/videorate/gstvideorate.c: (gst_videorate_get_type), (gst_videorate_base_init), (gst_videorate_class_init), (gst_videorate_getcaps), (gst_videorate_link), (gst_videorate_init), (gst_videorate_chain), (gst_videorate_set_property), (gst_videorate_get_property), (gst_videorate_change_state), (plugin_init): Added a video timestamp corrector.
2004-06-15fixed a potential leak with previous commitZaheer Abbas Merali2-2/+9
Original commit message from CVS: 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali.org> fixed a potential leak with previous commit * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
2004-06-15gst-libs/gst/riff/riff-read.c: Added missing refcount, fixes bug #144425Zaheer Abbas Merali2-0/+7
Original commit message from CVS: 2004-06-15 Zaheer Abbas Merali <zaheerabbas at merali.org> * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Added missing refcount, fixes bug #144425 Cheers Tim for finding the bug
2004-06-15paranoia cleanups and a sync fixThomas Vander Stichele1-2/+52
Original commit message from CVS: paranoia cleanups and a sync fix
2004-06-14ext/cdparanoia/gstcdparanoia.c: Send discont events and change timestamps ↵David Schleef1-0/+8
appropriately when we get a seek event. (b... Original commit message from CVS: * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init), (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state): Send discont events and change timestamps appropriately when we get a seek event. (bug #144240) * ext/cdparanoia/gstcdparanoia.h:
2004-06-14ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of ↵Christophe Fergeau1-0/+6
snd_pcm_hw_params_set_rate since the latter fail... Original commit message from CVS: 2004-06-14 Benjamin Otte <otte@gnome.org> * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of snd_pcm_hw_params_set_rate since the latter fails for no good reason on some setups.<
2004-06-14gst/volume/demo.c: (value_changed_callback): exp10() is not standard. Thank ↵David Schleef1-0/+5
you for playing. Original commit message from CVS: * gst/volume/demo.c: (value_changed_callback): exp10() is not standard. Thank you for playing.
2004-06-14gst/ffmpegcolorspace/imgconvert.c: Patch 1.3 broke the ordering of the ↵Wim Taymans1-0/+7
colorspace info and made the plugin basically ... Original commit message from CVS: * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Patch 1.3 broke the ordering of the colorspace info and made the plugin basically work by coincidence, reodered the info.
2004-06-14sync mp3 capsThomas Vander Stichele1-0/+8
Original commit message from CVS: sync mp3 caps