- 05 Jul, 2005 1 commit
-
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-07-05 Andy Wingo <wingo@pobox.com> * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps): Style fix.
-
- 04 Jul, 2005 5 commits
-
-
Wim Taymans authored
Original commit message from CVS: * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain): Set caps on output buffer.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-07-04 Andy Wingo <wingo@pobox.com> * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_received_headers_callback) (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen, hopefully.
-
Christian Schaller authored
Original commit message from CVS: fix spec file so it works with latest changes
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-07-04 Andy Wingo <wingo@pobox.com> * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate): No refcount leakage.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-07-04 Andy Wingo <wingo@pobox.com> * configure.ac: Enable -Werror. * ext/theora/theoradec.c (theora_dec_src_getcaps): * gst/audioconvert/bufferframesconvert.c (buffer_frames_convert_fixate): * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int) (gst_audio_convert_fixate): * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate) (gst_sinesrc_create): Fixate func changes. * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size), (gst_ximagesink_buffer_alloc): Unused var.
-
- 01 Jul, 2005 3 commits
-
-
Andy Wingo Wingo authored
ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a getcaps to do explicit caps. Needs to be done in all dec... Original commit message from CVS: 2005-07-01 Andy Wingo <wingo@pobox.com> * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a getcaps to do explicit caps. Needs to be done in all decoders, possibly via a base class. * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale. * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set caps on the sink pad, just rely on the pad template. Also, setting ANY caps on a pad is not valid because the caps are not fixed. * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the caps on the buffer, and get the width from the desired_caps if they're set. (gst_ximagesink_renegotiate_size): Implement via setting the desired_caps on the ximagesink. (gst_ximagesink_setcaps): Only reset the width of the player if it wasn't already set. Not sure if this is right. (gst_ximagesink_show_frame): Memcpy only for normal buffers. * sys/ximage/ximagesink.h (desired_caps): New field, is the caps that the user wants. NULL unless the window has been resized. * gst/volume/gstvolume.c (volume_transform): Adapt to basetransform refcount changes.
-
Andy Wingo Wingo authored
gst/videoscale/gstvideoscale.*: Clean up, port to 0.9. Derives from BaseTransform, implements a transform_caps. Remov... Original commit message from CVS: 2005-07-01 Andy Wingo <wingo@pobox.com> * gst/videoscale/gstvideoscale.c: * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives from BaseTransform, implements a transform_caps. Removed dead code including some PAR stuff that was never reached -- should probably be added back somehow.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-07-01 Andy Wingo <wingo@pobox.com> * gst/videoscale: Merge David's work from 0.8 branch. Changes to come later.
-
- 30 Jun, 2005 16 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: adding mixer docs
-
Thomas Vander Stichele authored
Original commit message from CVS: adding mixer docs
-
Thomas Vander Stichele authored
Original commit message from CVS: remove some more
-
Thomas Vander Stichele authored
Original commit message from CVS: commit
-
Thomas Vander Stichele authored
Original commit message from CVS: add notes on pkg-config
-
Thomas Vander Stichele authored
Original commit message from CVS: more doc fixing
-
Thomas Vander Stichele authored
Original commit message from CVS: remove some more
-
Thomas Vander Stichele authored
Original commit message from CVS: add new pc files
-
Thomas Vander Stichele authored
Original commit message from CVS: remove old pc files
-
Thomas Vander Stichele authored
Original commit message from CVS: remove old pc files
-
Thomas Vander Stichele authored
Original commit message from CVS: adding interfaces.h
-
Thomas Vander Stichele authored
Original commit message from CVS: ignore more
-
Thomas Vander Stichele authored
Original commit message from CVS: remove old ones
-
Thomas Vander Stichele authored
Original commit message from CVS: fold all interfaces in one interfaces dir, preserving CVS history
-
Ronald S. Bultje authored
Original commit message from CVS: * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain): Fix build after riff changes.
-
Ronald S. Bultje authored
gst-libs/gst/riff/: Add gst_riff_init() to initialize the debug category, instead of plugin_init(). Port riff-media.[... Original commit message from CVS: * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps), (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps), (gst_riff_create_video_template_caps), (gst_riff_create_audio_template_caps), (gst_riff_create_iavs_template_caps): * gst-libs/gst/riff/riff-media.h: * gst-libs/gst/riff/riff-read.h: * gst-libs/gst/riff/riff.c: (gst_riff_init): Add gst_riff_init() to initialize the debug category, instead of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
-
- 29 Jun, 2005 9 commits
-
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init): Oops, I shouldn't apply hacks.
-
Ronald S. Bultje authored
Original commit message from CVS: * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init): Remove pad_loop function which doesn't work.
-
Ronald S. Bultje authored
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain): Send EOS when deactivating. * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init), (check_queue), (queue_threshold_reached), (queue_out_of_data), (gen_preroll_element), (probe_triggered), (mute_stream), (silence_stream), (new_decoded_pad), (setup_substreams), (set_active_source): * gst/playback/gstplaybin.c: (gst_play_bin_get_property), (remove_sinks), (add_sink): * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new): Change for new probe API.
-
Thomas Vander Stichele authored
Original commit message from CVS: up requirement for gtk-doc to 1.3 to fix gtk-doc build issues
-
Thomas Vander Stichele authored
Original commit message from CVS: more docs fixes
-
Thomas Vander Stichele authored
Original commit message from CVS: dist docs
-
Wim Taymans authored
Original commit message from CVS: * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init): * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose), (gst_baseaudiosink_change_state): * gst-libs/gst/audio/gstbaseaudiosink.h: * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_set_callback): Fix compilation error. Ringbuffer starts out as not running. Free our clock in dispose. When releasing the ringbuffer we need to renegotiate so clear the pad caps.
-
Thomas Vander Stichele authored
Original commit message from CVS: ignore more
-
Thomas Vander Stichele authored
Original commit message from CVS: reinstate plugin docs
-
- 28 Jun, 2005 3 commits
-
-
Wim Taymans authored
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet), (gst_ogg_demux_init): Removed pad loop function.
-
Wim Taymans authored
ext/ogg/gstoggdemux.c: If we're building a chain we are not in an error case when we queue a buffer. Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet): If we're building a chain we are not in an error case when we queue a buffer.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-06-28 Andy Wingo <wingo@pobox.com> * *.c: Don't cast to GstObject before reffing/unreffing.
-
- 27 Jun, 2005 2 commits
-
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-06-27 Andy Wingo <wingo@pobox.com> * gst/videotestsrc/gstvideotestsrc.c (gst_videotestsrc_activate_push): Activation API changes. * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) (gst_decode_bin_dispose): Free dynamics in READY->NULL, because they have refs on the decodebin. * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right parent class. (gst_ogg_pad_typefind): Don't leak a pad ref. (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref. (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) (gst_ogg_demux_sink_activate_pull): Changes for activation API.
-
Edward Hervey authored
ext/theora/theoradec.c: re-arranged call to parent's state change in order to avoid locks (or worse). Original commit message from CVS: * ext/theora/theoradec.c: (theora_dec_change_state): re-arranged call to parent's state change in order to avoid locks (or worse).
-
- 26 Jun, 2005 1 commit
-
-
Edward Hervey authored
Original commit message from CVS: * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init): 2nd argument of 'unknow-type' signal is a GstCaps and not a GstMiniObject
-