- 21 Nov, 2005 5 commits
-
-
Tim-Philipp Müller authored
Original commit message from CVS: * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps), (gst_riff_create_iavs_caps): * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header), (gst_riff_parse_strh), (gst_riff_parse_strf_vids), (gst_riff_parse_info): * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure): * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Fixes for GST_FOURCC_FORMAT API change.
-
Jan Schmidt authored
Original commit message from CVS: Commit old changelog entry I forgot about the other night
-
Alessandro Dessina authored
ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps): ext/ogg/gstoggparse.c (gst_ogg_parse_append_header) Original commit message from CVS: 2005-11-21 Andy Wingo <wingo@pobox.com> patch by: Alessandro Dessina <alessandro nnva org> * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps): * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header) (gst_ogg_parse_chain): * ext/theora/theoraenc.c (theora_set_header_on_caps): * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps): * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix gst_value_list calls on arrays. Fixes #321962.
-
Tim-Philipp Müller authored
Original commit message from CVS: * ext/ogg/gstoggmux.c: (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads), (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state): * gst/adder/gstadder.c: (gst_adder_init), (gst_adder_request_new_pad), (gst_adder_collected), (gst_adder_change_state): Update for gst_collectpads_foo() to gst_collect_pads_foo() API change.
-
Michael Smith authored
Original commit message from CVS: * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear), (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers): Properly handle pad_push return values.
-
- 20 Nov, 2005 2 commits
-
-
Jan Schmidt authored
Original commit message from CVS: * gst-libs/gst/tag/Makefile.am: * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_list_to_vorbiscomment_buffer): Remove obsolete vorbistag element and debug category. * gst/playback/gstplaybasebin.c: (check_queue): Don't divide by 0 when queue-threshold is 0. * sys/ximage/ximagesink.c: (gst_ximagesink_set_property): Don't modify an existing pixel-aspect-ratio if we fail to read a new one.
-
Wim Taymans authored
ext/vorbis/vorbisenc.c: GST_PAD_IS_USABLE is gone, use the return value of the push or pad_alloc_buffer instead. Original commit message from CVS: * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer), (gst_vorbisenc_push_packet): GST_PAD_IS_USABLE is gone, use the return value of the push or pad_alloc_buffer instead.
-
- 18 Nov, 2005 3 commits
-
-
Julien Moutte authored
Original commit message from CVS: 2005-11-18 Julien MOUTTE <julien@moutte.net> * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize), (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy), (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_update_geometry), (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread), (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear), (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps), (gst_ximagesink_setcaps), (gst_ximagesink_change_state), (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc), (gst_ximagesink_navigation_send_event), (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose), (gst_ximagesink_set_property), (gst_ximagesink_get_property), (gst_ximagesink_finalize), (gst_ximagesink_init), (gst_ximagesink_class_init): * sys/ximage/ximagesink.h: Refactoring of ximagesink. This new version brings correct software scaling, non flickering window while resizing, pixel aspect ratio handling, usage of hardware buffer pools, out of data flow event thread for navigation and handling of expose events even when being PAUSED, a new property to keep video aspect ratio when resizing, etc...
-
Julien Moutte authored
Original commit message from CVS: 2005-11-18 Julien MOUTTE <julien@moutte.net> * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init), (gst_videoscale_fixate_caps): Introduce back caps fixate with handling of PAR.
-
Edward Hervey authored
gst/playback/gstdecodebin.c: Unsetting IS_SINK flag from the fakesink, so decodebin never behaves as a sink. Original commit message from CVS: * gst/playback/gstdecodebin.c: (gst_decode_bin_init): Unsetting IS_SINK flag from the fakesink, so decodebin never behaves as a sink.
-
- 17 Nov, 2005 3 commits
-
-
Wim Taymans authored
Original commit message from CVS: * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_change_state): Fix the audiosrc base class again, we did not unflush.
-
Julien Moutte authored
Original commit message from CVS: 2005-11-17 Julien MOUTTE <julien@moutte.net> * examples/seeking/seek.c: (make_dv_pipeline), (make_vorbis_theora_pipeline), (make_avi_pipeline), (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler to ogg/vorbis/theora pipeline.
-
Wim Taymans authored
Original commit message from CVS: * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads), (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers), (gst_ogg_mux_collected), (gst_ogg_mux_change_state): Fix EOS on multiple streams. More debugging.
-
- 16 Nov, 2005 13 commits
-
-
Wim Taymans authored
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek): Segment done must include stream time. * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init), (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize), (gst_ogg_mux_change_state): Fix ogg muxer again.
-
Wim Taymans authored
Original commit message from CVS: * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init): Fix compile again.
-
Thomas Vander Stichele authored
Original commit message from CVS: Fix a whole set of pad template leaks
-
Thomas Vander Stichele authored
Original commit message from CVS: clean up configure some more
-
Thomas Vander Stichele authored
check/generic/states.c: fix the test so that it only checks for elements that are part of this source module Original commit message from CVS: * check/generic/states.c: (GST_START_TEST): fix the test so that it only checks for elements that are part of this source module
-
Michael Smith authored
Original commit message from CVS: Don't leak collectpads from oggmux.
-
Edward Hervey authored
Original commit message from CVS: * gst/videorate/gstvideorate.c: (gst_videorate_blank_data), (gst_videorate_event), (gst_videorate_chain): Handle segment seeks
-
Wim Taymans authored
gst-libs/gst/audio/gstbaseaudiosink.c: Set ringbuffer to non-flushing when going to PAUSED, set to flushing again whe... Original commit message from CVS: * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_change_state): Set ringbuffer to non-flushing when going to PAUSED, set to flushing again when going to READY. * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init), (gst_ring_buffer_stop): Start in flushing mode by default. Don't set flushing in the _stop method, let the app call this explicitly.
-
Julien Moutte authored
Original commit message from CVS: 2005-11-16 Julien MOUTTE <julien@moutte.net> * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect): * gst-libs/gst/video/videosink.h: Add helper function needed for video sinks.
-
Tim-Philipp Müller authored
Original commit message from CVS: * gst/videoscale/gstvideoscale.c: (gst_videoscale_handle_src_event): Don't leak reference to pad parent.
-
Wim Taymans authored
gst-libs/gst/audio/gstringbuffer.c: Set ringbuffer to flushing when stopping so that we don't block on wait_segment a... Original commit message from CVS: * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop): Set ringbuffer to flushing when stopping so that we don't block on wait_segment anymore and livelock.
-
Wim Taymans authored
Original commit message from CVS: * examples/seeking/seek.c: (send_event), (do_seek), (loop_toggle_cb), (segment_done), (main): Added looping checkbox.
-
Thomas Vander Stichele authored
Original commit message from CVS: revert unrefs, they don't pass make check
-
- 15 Nov, 2005 5 commits
-
-
Johan Dahlin authored
Original commit message from CVS: fix caps leak
-
Johan Dahlin authored
Original commit message from CVS: Yes, I know I should use gst_object_unref
-
Johan Dahlin authored
Original commit message from CVS: Plug leaks.
-
Tim-Philipp Müller authored
Original commit message from CVS: * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Make state change function thread safe.
-
Edward Hervey authored
ext/ogg/gstoggdemux.c: Implement GstElement::send_event, so we can send seek events in GST_STATE_READY Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event), (gst_ogg_demux_class_init): Implement GstElement::send_event, so we can send seek events in GST_STATE_READY
-
- 14 Nov, 2005 7 commits
-
-
Julien Moutte authored
sys/xvimage/xvimagesink.c: Discovered how to take away flickering while resizing the window. Please don't put that in... Original commit message from CVS: 2005-11-14 Julien MOUTTE <julien@moutte.net> * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Discovered how to take away flickering while resizing the window. Please don't put that in ximagesink, refactoring in progress.
-
Michael Smith authored
Original commit message from CVS: * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data), (gst_multifdsink_render): Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
-
Tim-Philipp Müller authored
gst/playback/gstplaybin.c: Use autoaudiosink, it tends to be more widely available than autoaudiiosink. Original commit message from CVS: * gst/playback/gstplaybin.c: (gen_audio_element): Use autoaudiosink, it tends to be more widely available than autoaudiiosink.
-
Andy Wingo authored
gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink as well if it is available. Fixes #316442. Original commit message from CVS: 2005-11-14 Andy Wingo <wingo@pobox.com> * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink as well if it is available. Fixes #316442.
-
Michael Smith authored
Original commit message from CVS: * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad), (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state): * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_change_state): Fix a small memory leak in vorbisenc. Fix large memory leaks in oggmux, also fix lots of state change bugs in oggmux.
-
Thomas Vander Stichele authored
gst/videotestsrc/gstvideotestsrc.c: move fixation to a fixate function remove negotiate function, basesrc's is good e... Original commit message from CVS: * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_class_init), (gst_videotestsrc_init), (gst_videotestsrc_src_fixate): move fixation to a fixate function remove negotiate function, basesrc's is good enough fixes a bug for check when using the element alone
-
Thomas Vander Stichele authored
Original commit message from CVS: rework configure.ac; make asterisk rtp stuff compile on mingw
-
- 13 Nov, 2005 1 commit
-
-
Edward Hervey authored
Original commit message from CVS: * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb), (key_toggle_cb), (main): Added checkboxes for adding/removing the accurate and key_unit seek flags.
-
- 11 Nov, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: back to head
-