summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* gst/tcp/gstmultifdsink.c: Most systems don't have MSG_NOSIGNAL.David Schleef2004-07-021-0/+5
| | | | | | Original commit message from CVS: * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write): Most systems don't have MSG_NOSIGNAL.
* clean up install/dist problemThomas Vander Stichele2004-07-022-2/+16
| | | | | Original commit message from CVS: clean up install/dist problem
* ext/ogg/gstogg.c: we require bytestream nowBenjamin Otte2004-07-021-0/+10
| | | | | | | | | | | Original commit message from CVS: * ext/ogg/gstogg.c: (plugin_init): we require bytestream now * ext/ogg/gstoggdemux.c: huge diff to implement chain setup in a fast and generic way. This improves tag reading and startup of huge files (read: Theora videos) quite a bit. It probably contains bugs, too, so please test. Seeking is not improved to the fast method.
* ext/ogg/: Fix memleak in oggdemux when running unconnected pads. doc update ↵Wim Taymans2004-06-291-0/+7
| | | | | | | | | | in mux, start working on keyframe mode. Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push): * ext/ogg/gstoggmux.c: Fix memleak in oggdemux when running unconnected pads. doc update in mux, start working on keyframe mode.
* sys/oss/: advertise correct template caps - we indeed do non-native ↵Benjamin Otte2004-06-293-5/+26
| | | | | | | | | | | | | | endianness and 8bit audio has no endianness Original commit message from CVS: * sys/oss/gstosssink.c: * sys/oss/gstosssrc.c: advertise correct template caps - we indeed do non-native endianness and 8bit audio has no endianness * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps): avoid (wrong) duplications in getcaps function and return template caps
* gst/tcp/gstmultifdsink.c: Fix wrong GList iteration that could crash the ↵Wim Taymans2004-06-291-0/+19
| | | | | | | | | | | | | | | | | | | | | | server when more then 2 clients disconnect a... Original commit message from CVS: * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type), (gst_multifdsink_class_init), (gst_multifdsink_add), (gst_multifdsink_remove), (gst_multifdsink_clear), (gst_multifdsink_client_remove), (gst_multifdsink_handle_client_read), (gst_multifdsink_client_queue_data), (gst_multifdsink_client_queue_caps), (gst_multifdsink_client_queue_buffer), (gst_multifdsink_handle_client_write), (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients), (gst_multifdsink_thread), (gst_multifdsink_init_send), (gst_multifdsink_close): Fix wrong GList iteration that could crash the server when more then 2 clients disconnect at the same time. Read all the pending commands in one batch to recover from command storms under very heavy load.
* gst/videomixer/videomixer.c: Avoid divide by zero, choose masterpad as the ↵Wim Taymans2004-06-282-28/+74
| | | | | | | | | | | | | | | | | | | | pad with the highest framerate. Original commit message from CVS: * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type), (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property), (gst_videomixer_pad_set_property), (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init), (gst_video_mixer_background_get_type), (gst_videomixer_get_type), (gst_videomixer_class_init), (gst_videomixer_init), (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare), (gst_videomixer_sort_pads), (gst_videomixer_fill_checker), (gst_videomixer_fill_color), (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers), (gst_videomixer_update_queues), (gst_videomixer_loop), (plugin_init): Avoid divide by zero, choose masterpad as the pad with the highest framerate.
* sys/: I prefer locking the mutex in the function directly. We might want to ↵Julien Moutte2004-06-271-0/+8
| | | | | | | | | | | | | call it from somewhere else one day. Original commit message from CVS: 2004-06-27 Julien Moutte <julien@moutte.net> * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate), (gst_ximagesink_xwindow_new): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the function directly. We might want to call it from somewhere else one day.
* sys/: Trying to fix the random behaviour of window decorations.Julien Moutte2004-06-271-0/+8
| | | | | | | | | | | Original commit message from CVS: 2004-06-27 Julien Moutte <julien@moutte.net> * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate), (gst_ximagesink_xwindow_new): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of window decorations.
* ext/dv/gstdvdec.*: Implement drop_factor property to lower the framerate ↵Wim Taymans2004-06-273-21/+57
| | | | | | | | | | | | | with a factor. Original commit message from CVS: * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init), (gst_dvdec_video_getcaps), (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state), (gst_dvdec_set_property), (gst_dvdec_get_property): * ext/dv/gstdvdec.h: Implement drop_factor property to lower the framerate with a factor.
* unbreak installThomas Vander Stichele2004-06-271-0/+8
| | | | | Original commit message from CVS: unbreak install
* ext/dv/gstdvdec.*: Fix timestamp, duration and offset of the buffers.Wim Taymans2004-06-273-7/+29
| | | | | | | | Original commit message from CVS: * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state): * ext/dv/gstdvdec.h: Fix timestamp, duration and offset of the buffers.
* gst/tcp/: More multifdsink fixes, more recovery policy fixes.Wim Taymans2004-06-271-0/+21
| | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type), (gst_multifdsink_class_init), (gst_multifdsink_add), (gst_multifdsink_remove), (gst_multifdsink_clear), (gst_multifdsink_client_remove), (gst_multifdsink_handle_client_read), (gst_multifdsink_client_queue_data), (gst_multifdsink_client_queue_caps), (gst_multifdsink_client_queue_buffer), (gst_multifdsink_handle_client_write), (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients), (gst_multifdsink_thread), (gst_multifdsink_init_send), (gst_multifdsink_close): * gst/tcp/gstmultifdsink.h: * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_handle_server_read), (gst_tcpserversink_handle_select), (gst_tcpserversink_close): More multifdsink fixes, more recovery policy fixes. Removed stupid g_print
* gst/tcp/: Added multifdsink, made tcpserversink a subclass of fdsink, ↵Wim Taymans2004-06-261-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed one of the locks, added recovery policy... Original commit message from CVS: * gst/tcp/Makefile.am: * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type), (gst_multifdsink_get_type), (gst_multifdsink_base_init), (gst_multifdsink_class_init), (gst_multifdsink_init), (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove), (gst_multifdsink_handle_client_read), (gst_multifdsink_client_queue_data), (gst_multifdsink_client_queue_caps), (gst_multifdsink_client_queue_buffer), (gst_multifdsink_handle_client_write), (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients), (gst_multifdsink_thread), (gst_multifdsink_chain), (gst_multifdsink_set_property), (gst_multifdsink_get_property), (gst_multifdsink_init_send), (gst_multifdsink_close), (gst_multifdsink_change_state): * gst/tcp/gstmultifdsink.h: * gst/tcp/gsttcpplugin.c: (plugin_init): * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type), (gst_tcpserversink_class_init), (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read), (gst_tcpserversink_handle_select), (gst_tcpserversink_set_property), (gst_tcpserversink_get_property), (gst_tcpserversink_init_send), (gst_tcpserversink_close): * gst/tcp/gsttcpserversink.h: Added multifdsink, made tcpserversink a subclass of fdsink, removed one of the locks, added recovery policy to multifdsink.
* fix videorate decision, add latency offset to v4lThomas Vander Stichele2004-06-261-1/+20
| | | | | Original commit message from CVS: fix videorate decision, add latency offset to v4l
* fix debuggingThomas Vander Stichele2004-06-261-0/+6
| | | | | Original commit message from CVS: fix debugging
* fix wrong offsetsThomas Vander Stichele2004-06-251-0/+5
| | | | | Original commit message from CVS: fix wrong offsets
* make provided clock run in syncThomas Vander Stichele2004-06-251-0/+7
| | | | | Original commit message from CVS: make provided clock run in sync
* gst/tcp/gsttcpserversink.*: Serversink rewrite. Really do non blocking ↵Wim Taymans2004-06-251-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.
* don't override offset and offset_endThomas Vander Stichele2004-06-251-0/+5
| | | | | Original commit message from CVS: don't override offset and offset_end
* Add name=source to the wavparse pipelineIain Holmes2004-06-251-0/+5
| | | | | Original commit message from CVS: Add name=source to the wavparse pipeline
* ext/theora/theoraenc.c (theora_enc_chain): Call gst_pad_try_set_caps instead ↵Johan Dahlin2004-06-241-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.
* respect minimum bitrateThomas Vander Stichele2004-06-241-0/+6
| | | | | Original commit message from CVS: respect minimum bitrate
* fix sample rate rangeThomas Vander Stichele2004-06-241-0/+6
| | | | | Original commit message from CVS: fix sample rate range
* resolve ambiguitiesThomas Vander Stichele2004-06-241-0/+8
| | | | | Original commit message from CVS: resolve ambiguities
* updated from releaseThomas Vander Stichele2004-06-241-0/+96
| | | | | Original commit message from CVS: updated from release
* ext/alsa/: Use alsa trigger_tstamp to get the timestamp of the first sample ↵Wim Taymans2004-06-241-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.
* gst/: Added some logging, fixed an overflow bug in videorate.Wim Taymans2004-06-241-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.
* ext/kio/Makefile.am: fix for builddir != srcdir and distcheckBenjamin Otte2004-06-241-0/+5
| | | | | | Original commit message from CVS: * ext/kio/Makefile.am: fix for builddir != srcdir and distcheck
* don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball.Benjamin Otte2004-06-242-0/+22
| | | | | | | | | | | | | | | 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.
* ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/David I. Lehn2004-06-242-1/+5
| | | | | Original commit message from CVS: * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
* m4/Makefile.am: Distribute gst-fionread.m4.Colin Walters2004-06-232-0/+5
| | | | | | | Original commit message from CVS: 2004-06-23 Colin Walters <walters@redhat.com> * m4/Makefile.am: Distribute gst-fionread.m4.
* back to devThomas Vander Stichele2004-06-232-2/+8
| | | | | Original commit message from CVS: back to dev
* ext/alsa/: Add clock to alsasrc. Take new capture timestamp when restarting ↵Wim Taymans2004-06-231-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.
* merge back from releaseThomas Vander Stichele2004-06-231-0/+9
| | | | | Original commit message from CVS: merge back from release
* gst/audiorate/gstaudiorate.c: Implement sample dropping and notifyWim Taymans2004-06-231-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
* ext/theora/theoraenc.c: Some cleanups, make sure the timestamps are correct.Wim Taymans2004-06-221-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.
* ext/alsa/: Cleanups, take queued samples into account when reporting the time.Wim Taymans2004-06-221-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.
* gst/videorate/gstvideorate.c: Initialize the property as well.Wim Taymans2004-06-221-0/+6
| | | | | | | Original commit message from CVS: * gst/videorate/gstvideorate.c: (gst_videorate_class_init), (gst_videorate_init): Initialize the property as well.
* gst/videorate/gstvideorate.c: Add property to make videorate silent.Wim Taymans2004-06-221-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.
* sys/osxvideo/Makefile.am: Workaround so that the osxvideo .so file gets ↵Zaheer Abbas Merali2004-06-221-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
* sys/osxaudio/Makefile.am: Workaround so that the osxaudio .so file gets ↵Zaheer Abbas Merali2004-06-222-0/+7
| | | | | | | | | | 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
* configure.ac: Whoops, my fault...fixed build issuesZaheer Abbas Merali2004-06-222-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
* configure.ac: Add objective-c support if running in Darwin/Mac OS XZaheer Abbas Merali2004-06-223-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
* ext/dvdnav/gst-dvd: Grab the gconf key from the right spotJan Schmidt2004-06-183-1/+87
| | | | | | | | | | | | | | | | 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.
* ext/sidplay/gstsiddec.cc: Fix negotiation and set correct end offset.Wim Taymans2004-06-181-0/+9
| | | | | | Original commit message from CVS: * ext/sidplay/gstsiddec.cc: Fix negotiation and set correct end offset.
* read caps in connectThomas Vander Stichele2004-06-171-0/+8
| | | | | Original commit message from CVS: read caps in connect
* notify; don't overlimitThomas Vander Stichele2004-06-171-0/+7
| | | | | Original commit message from CVS: notify; don't overlimit
* add autoprobe option fixes use try_captureThomas Vander Stichele2004-06-171-0/+17
| | | | | | | Original commit message from CVS: add autoprobe option fixes use try_capture
* fixThomas Vander Stichele2004-06-171-1/+1
| | | | | Original commit message from CVS: fix