- Oct 03, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: release time
-
Johan Dahlin authored
Original commit message from CVS: revert last commit
-
- Oct 02, 2005
-
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-10-03 Andy Wingo <wingo@pobox.com> * gst/playback/gstdecodebin.c (try_to_link_1) (remove_element_chain): set element to NULL before removing it.
-
Johan Dahlin authored
ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): protect gst_gnomevfs_get_supported_uris by a mutex... Original commit message from CVS: * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): protect gst_gnomevfs_get_supported_uris by a mutex, to make it MT safe.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-10-02 Andy Wingo <wingo@pobox.com> * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) (gst_ring_buffer_prepare_read): * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func): Demote to LOG.
-
- Sep 29, 2005
-
-
Wim Taymans authored
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer): * ext/theora/theoradec.c: (theora_handle_data_packet): * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet): Propagate error codes from alloc_buffer too.
-
Wim Taymans authored
Original commit message from CVS: g_debug build fix.
-
Wim Taymans authored
Original commit message from CVS: * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init): We use fixed caps. * gst/playback/Makefile.am: * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding), (dump_element_stats), (main): Added example stream introspection code.
-
- Sep 28, 2005
-
-
Stefan Kost authored
Original commit message from CVS: * gst/adder/gstadder.c: (gst_adder_collected): fix adder for float elements
-
Wim Taymans authored
Original commit message from CVS: * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_class_init), (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render): * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_class_init), (gst_base_audio_src_provide_clock): get_clock -> provide_clock
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-09-28 Andy Wingo <wingo@pobox.com> * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode and unlocking.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-09-28 Andy Wingo <wingo@pobox.com> * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement unlocking.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-09-28 Andy Wingo <wingo@pobox.com> * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init): Actually add the pad template. (gst_tcpclientsink_get_type): We're a base sink. Woot, works. * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while I'm at it...
-
Andy Wingo Wingo authored
gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen from fdsrc. Get caps in create() instead of start() so i... Original commit message from CVS: 2005-09-28 Andy Wingo <wingo@pobox.com> * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen from fdsrc. Get caps in create() instead of start() so it can be interrupted. Interruption somewhat untested. * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read): Proper EOS handling.
-
- Sep 27, 2005
-
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-09-27 Andy Wingo <wingo@pobox.com> * gst/tcp/gsttcpclientsrc.c: Cleaned up.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-09-27 Andy Wingo <wingo@pobox.com> * gst/tcp/gsttcpserversrc.c: Cleaned up.
-
Andy Wingo Wingo authored
Original commit message from CVS: pacify old gcc take 2
-
Andy Wingo Wingo authored
Original commit message from CVS: pacify old gcc
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-09-27 Andy Wingo <wingo@pobox.com> * gst/tcp/gsttcpserversrc.c: * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API. * gst/tcp/gsttcp.h: * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored out of tcpclientsrc.c. Cancellable. (gst_tcp_socket_read): Made private, cancellable, with better diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*. (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the whole buffer, and better diagnostics. (gst_tcp_gdp_read_caps): Same. * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-09-27 Andy Wingo <wingo@pobox.com> * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
-
- Sep 26, 2005
-
-
Andy Wingo Wingo authored
gst/sine/gstsinesrc.*: Refactor, remove the table lookup code, change the 'sync' property to 'is-live' and implement ... Original commit message from CVS: 2005-09-26 Andy Wingo <wingo@pobox.com> * gst/sine/gstsinesrc.h: * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code, change the 'sync' property to 'is-live' and implement it halfway, update for controller api change. * gst/volume/gstvolume.c (volume_transform_ip): Update for controller api change.
-
- Sep 24, 2005
-
-
Wim Taymans authored
Original commit message from CVS: * ext/alsa/gstalsasink.c: (gst_alsasink_reset): * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_class_init), (audioringbuffer_thread_func), (gst_audioringbuffer_stop): * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_event), (gst_base_audio_sink_render), (gst_base_audio_sink_change_state): * gst-libs/gst/audio/gstbaseaudiosink.h: * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop), (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all), (gst_ring_buffer_commit), (gst_ring_buffer_read): * gst-libs/gst/audio/gstringbuffer.h: Fix sync again. Moved sample alignment to basesink.
-
- Sep 23, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-base-plugins-docs.sgml: * docs/plugins/gst-plugins-base-plugins-sections.txt: * gst/volume/gstvolume.c: add/fix docs * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size): * gst-libs/gst/audio/audio.h: add conversion macros for frames <-> clocktime
-
David Schleef authored
Original commit message from CVS: * gst/audioresample/Makefile.am: * gst/audioresample/debug.h: * gst/audioresample/gstaudioresample.c: * gst/audioresample/resample.c: Convert to using gst debugging
-
Thomas Vander Stichele authored
Original commit message from CVS: some documentation for audioconvert
-
Thomas Vander Stichele authored
Original commit message from CVS: fix build and use of GST_LIBS
-
- Sep 22, 2005
-
-
Wim Taymans authored
Original commit message from CVS: * gst/playback/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_send_event): Only seek on one sink, the first one that succeeds.
-
Michael Smith authored
Original commit message from CVS: * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear), (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state): Don't flush encoder state unless we have an initialised encoder. Clear out encoder state on PAUSED_TO_READY.
-
Wim Taymans authored
Original commit message from CVS: * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_class_init), (gst_basertppayload_init), (gst_basertppayload_setcaps), (gst_basertppayload_chain), (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps), (gst_basertppayload_is_filled), (gst_basertppayload_push), (gst_basertppayload_set_property), (gst_basertppayload_get_property), (gst_basertppayload_change_state): * gst-libs/gst/rtp/gstbasertppayload.h: Added max-ptime to control amount of data in the rtp packets.
-
- Sep 21, 2005
-
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-09-21 Andy Wingo <wingo@pobox.com> * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe thingies. * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose can be called multiple times, dogs.
-
Wim Taymans authored
Original commit message from CVS: * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_class_init), (gst_basertppayload_init), (gst_basertppayload_setcaps), (gst_basertppayload_chain), (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps), (gst_basertppayload_push), (gst_basertppayload_get_property), (gst_basertppayload_change_state): Allow 0 ssrc too.
-
- Sep 20, 2005
-
-
Stefan Kost authored
Original commit message from CVS: * docs/libs/compiling.sgml: fixing typos
-
Wim Taymans authored
Original commit message from CVS: * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_class_init), (gst_basertppayload_init), (gst_basertppayload_setcaps), (gst_basertppayload_chain), (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps), (gst_basertppayload_push), (gst_basertppayload_set_property), (gst_basertppayload_get_property), (gst_basertppayload_change_state): * gst-libs/gst/rtp/gstbasertppayload.h: Added property to configure sequence number offsets.
-
Wim Taymans authored
Original commit message from CVS: * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_class_init), (gst_basertppayload_init), (gst_basertppayload_setcaps), (gst_basertppayload_chain), (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps), (gst_basertppayload_push), (gst_basertppayload_set_property), (gst_basertppayload_get_property), (gst_basertppayload_change_state): * gst-libs/gst/rtp/gstbasertppayload.h: Make timestamp offset configurable.
-
Thomas Vander Stichele authored
Original commit message from CVS: fix wrong unref in a test
-
- Sep 19, 2005
-
-
Tim-Philipp Müller authored
gst-libs/gst/interfaces/propertyprobe.c: Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or ot G_OBJECT_CLASS(obj... Original commit message from CVS: Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * gst-libs/gst/interfaces/propertyprobe.c: (gst_property_probe_probe_property_name), (gst_property_probe_needs_probe_name), (gst_property_probe_get_values_name), (gst_property_probe_probe_and_get_values_name): Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
-
Thomas Vander Stichele authored
Original commit message from CVS: * check/Makefile.am: have some tests be disabled for valgrinding * check/elements/vorbisdec.c: (cleanup_vorbisdec), (GST_START_TEST): * ext/vorbis/vorbisdec.c: (vorbisdec_finalize): Fix A Leak. Chain To Parent Finalize.
-
Wim Taymans authored
Original commit message from CVS: * examples/seeking/seek.c: (make_wav_pipeline), (main): Fixed wav pipeline.
-
Christian Schaller authored
Original commit message from CVS: remove more register crap
-
Christian Schaller authored
Original commit message from CVS: remove gst-register requirement from spec file
-