- Oct 23, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: releasing 0.9.4
-
Thomas Vander Stichele authored
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop): * po/POTFILES.in: STOPPED -> FAILED
-
- Oct 21, 2005
-
-
Wim Taymans authored
Original commit message from CVS: * gst/playback/gstdecodebin.c: (gst_decode_bin_init), (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link), (new_pad): Don't try to remove elements twice.
-
Wim Taymans authored
Original commit message from CVS: * ext/theora/theoradec.c: (theora_dec_src_query), (theora_dec_sink_event): * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query), (vorbis_dec_sink_event), (vorbis_handle_identification_packet), (vorbis_handle_data_packet): * ext/vorbis/vorbisdec.h: Fix old naming. * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render): Don't try to sync on buffers without a timestamp.
-
Christian Schaller authored
Original commit message from CVS: update for latest changes
-
- Oct 20, 2005
-
-
Tim-Philipp Müller authored
Original commit message from CVS: * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types), (gst_vorbisenc_src_query): Implement position and duration queries. * gst/playback/test3.c: (update_scale), (main): Fix for async state changes and print nicer output.
-
Wim Taymans authored
Original commit message from CVS: * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding), (dump_element_stats), (main): * gst/playback/test6.c: (main): Fix tests again
-
Tim-Philipp Müller authored
Original commit message from CVS: * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query): * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query): Don't use functions for position queries when handling duration queries.
-
Tim-Philipp Müller authored
ext/vorbis/vorbisdec.*: Vorbis streams can be embedded in other container formats than ogg, container formats where t... Original commit message from CVS: * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event), (vorbis_handle_data_packet), (vorbis_dec_chain), (vorbis_dec_change_state): * ext/vorbis/vorbisdec.h: Vorbis streams can be embedded in other container formats than ogg, container formats where the demuxer might set timestamps on encoded vorbis buffers instead of those silly granulepos thingies. In short: make vorbisdec handle timestamps on incoming buffers as well.
-
Wim Taymans authored
Original commit message from CVS: * gst/playback/gstplaybasebin.c: (group_destroy), (gst_play_base_bin_change_state): Fix leak. Handle case where playbasebin is now ASYNC because decodebin is.
-
- Oct 19, 2005
-
-
Tim-Philipp Müller authored
Original commit message from CVS: * gst/audioconvert/Makefile.am: * gst/audioconvert/bufferframesconvert.c: * gst/audioconvert/plugin.c: (plugin_init): * gst/audioconvert/plugin.h: And bye bye buffer-frames-convert
-
Wim Taymans authored
Original commit message from CVS: * check/elements/audioconvert.c: * docs/libs/tmpl/gstaudio.sgml: * docs/libs/tmpl/gstcolorbalance.sgml: * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event), (vorbis_handle_identification_packet), (vorbis_handle_data_packet): * ext/vorbis/vorbisenc.c: (raw_caps_factory): * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int): * gst-libs/gst/audio/audio.h: * gst/audioconvert/audioconvert.h: * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_parse_caps): * gst/volume/gstvolume.c: Bye bye buffer-frames.
-
Wim Taymans authored
Original commit message from CVS: * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline), (query_positions_elems), (query_positions_pads), (update_scale), (do_seek), (set_update_scale), (message_received), (main): * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query), (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains), (gst_ogg_demux_loop): * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query): * ext/theora/theoradec.c: (theora_dec_src_query), (theora_dec_sink_event): * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query), (vorbis_dec_sink_event), (vorbis_handle_data_packet): * gst/adder/gstadder.c: (gst_adder_query): * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query): * gst/playback/test3.c: (update_scale): * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding), (dump_element_stats), (main): * gst/playback/test6.c: (main): * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query): Query API update.
-
Tim-Philipp Müller authored
Original commit message from CVS: * gst/typefind/gsttypefindfunctions.c: (utf8_type_find), (xml_check_first_element), (xml_type_find), (smil_type_find), (plugin_init): Add typefinding for SMIL and for generic XML. Based on patch by Akos Maroy (#308663).
-
- Oct 18, 2005
-
-
Wim Taymans authored
Original commit message from CVS: * gst/playback/Makefile.am: * gst/playback/gstdecodebin.c: (gst_decode_bin_init), (gst_decode_bin_dispose), (dynamic_create), (dynamic_free), (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link), (try_to_link_1), (new_pad), (no_more_pads), (type_found), (gst_decode_bin_change_state): * gst/playback/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_send_event_to_sink): * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding), (dump_element_stats), (main): * gst/playback/test6.c: (main): Make playbin async, it'll commit state to paused when all streams are detected. Remove ugly hack. Added test6.c to show async behaviour.
-
Wim Taymans authored
Original commit message from CVS: * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop): Fix for segment-start/stop API change.
-
Wim Taymans authored
Original commit message from CVS: * check/Makefile.am: * check/clocks/selection.c: (GST_START_TEST), (volume_suite), (main): Add future test for clock selection.
-
Wim Taymans authored
Original commit message from CVS: * ext/alsa/gstalsasink.c: (gst_alsasink_init), (gst_alsasink_close): Set handle to NULL. * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_open_device), (gst_ring_buffer_close_device), (gst_ring_buffer_acquire), (gst_ring_buffer_release), (gst_ring_buffer_start), (gst_ring_buffer_pause), (gst_ring_buffer_stop), (gst_ring_buffer_commit), (gst_ring_buffer_read): More debug info.
-
- Oct 17, 2005
-
-
Stefan Kost authored
Original commit message from CVS: * gst/audiotestsrc/Makefile.am: * gst/sine/Makefile.am: * gst/volume/Makefile.am: fix broken build of controllerized plugins
-
Tim-Philipp Müller authored
Original commit message from CVS: Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps), (gst_riff_create_video_template_caps): Add support for Indeo-3 (IV32).
-
Thomas Vander Stichele authored
Original commit message from CVS: * configure.ac: rewrite
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst-libs/gst/video/video.c: (gst_video_get_size): * gst/audiotestsrc/gstaudiotestsrc.c: doc updates
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-10-17 Andy Wingo <wingo@pobox.com> * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced with the collectpads change. (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
-
Thomas Vander Stichele authored
Original commit message from CVS: update docs
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-10-17 Andy Wingo <wingo@pobox.com> * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro. * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-10-17 Andy Wingo <wingo@pobox.com> * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the alloc_buffer flow return to callers. (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet change. Fix some memleaks in theoraenc.
-
Andy Wingo Wingo authored
Original commit message from CVS: gtkdoc wants me to commit this
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-10-17 Andy Wingo <wingo@pobox.com> * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault in strange circumstance.
-
Julien Moutte Moutte authored
gst/ffmpegcolorspace/gstffmpegcolorspace.c: We are asked to compute a buffer size from caps, let's use the caps... Original commit message from CVS: 2005-10-17 Julien MOUTTE <julien@moutte.net> * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size from caps, let's use the caps...
-
Thomas Vander Stichele authored
Original commit message from CVS: 2005-10-17 Thomas Vander Stichele <thomas at apestaart dot org> * configure.ac: put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
-
- Oct 16, 2005
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix silly typo
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-10-16 Andy Wingo <wingo@pobox.com> * gst/playback/gstdecodebin.c (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy function! (try_to_link_1): Increase kraziness level.
-
Thomas Vander Stichele authored
Original commit message from CVS: restructure configure.ac, use correct libtool LDFLAGS, fix up defines
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-10-16 Andy Wingo <wingo@pobox.com> * configure.ac: It's GST_GLIB_CHECK, not GLIB2_CHECK; fix argument.
-
- Oct 13, 2005
-
-
Tim-Philipp Müller authored
Original commit message from CVS: * ext/vorbis/vorbisenc.c: * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1): * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add), (gst_tag_to_vorbis_comments): Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
-
Stefan Kost authored
Original commit message from CVS: * examples/stats/mp2ogg.c: * gst/ffmpegcolorspace/gstffmpegcodecmap.c: typo fixes
-
Michael Smith authored
Original commit message from CVS: Magic glib macro usage to ensure constants are passed properly to vararg functions.
-
Michael Smith authored
- Don't use non-portable LL suffix on constants, since MSVC doesn't allow them. These constants all fit into ints any... Original commit message from CVS: - Don't use non-portable LL suffix on constants, since MSVC doesn't allow them. These constants all fit into ints anyway. - Continue to hate nano.
-
- Oct 12, 2005
-
-
Stefan Kost authored
Original commit message from CVS: * examples/indexing/indexmpeg.c: (main): * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get), (cdparanoia_open), (cdparanoia_close), (cdparanoia_event), (cdparanoia_convert), (cdparanoia_query): * ext/cdparanoia/gstcdparanoia.h: * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init), (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state): * ext/ogg/gstoggmux.c: (gst_ogg_mux_init): * gst/audioscale/gstaudioscale.c: (gst_audioscale_init): * gst/playback/gststreamselector.c: (gst_stream_selector_init): * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init), (gst_multifdsink_render), (gst_multifdsink_start), (gst_multifdsink_stop): * gst/tcp/gstmultifdsink.h: * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init), (gst_tcpclientsink_render), (gst_tcpclientsink_start), (gst_tcpclientsink_stop): * gst/tcp/gsttcpclientsink.h: * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create), (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop): * gst/tcp/gsttcpclientsrc.h: * gst/tcp/gsttcpserversink.h: * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init), (gst_tcpserversrc_create), (gst_tcpserversrc_start), (gst_tcpserversrc_stop): * gst/tcp/gsttcpserversrc.h: * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init): * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init): * sys/ximage/ximagesink.c: (gst_ximagesink_init): renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition
-
Stefan Kost authored
Original commit message from CVS: * examples/indexing/indexmpeg.c: (main): * ext/esd/esdmon.c: (gst_esdmon_open_audio), (gst_esdmon_close_audio), (gst_esdmon_change_state): * ext/esd/esdmon.h: * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init): * ext/pango/gsttextoverlay.c: (gst_textoverlay_init): * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_init): * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_init): * gst/avi/gstavimux.c: (gst_avimux_init): * gst/matroska/matroska-demux.c: (gst_matroska_demux_init): * gst/multipart/multipartdemux.c: (gst_multipart_demux_init): * gst/multipart/multipartmux.c: (gst_multipart_mux_init): * gst/oldcore/gstmultifilesrc.c: (gst_multifilesrc_init), (gst_multifilesrc_get), (gst_multifilesrc_open_file), (gst_multifilesrc_close_file), (gst_multifilesrc_change_state): * gst/oldcore/gstmultifilesrc.h: * gst/oldcore/gstpipefilter.c: (gst_pipefilter_init), (gst_pipefilter_open_file), (gst_pipefilter_close_file), (gst_pipefilter_change_state): * gst/oldcore/gstpipefilter.h: * gst/smoothwave/gstsmoothwave.c: (gst_smoothwave_init): * gst/videomixer/videomixer.c: (gst_videomixer_init): * sys/osxaudio/gstosxaudiosink.c: (gst_osxaudiosink_init): * sys/osxaudio/gstosxaudiosink.h: * sys/osxaudio/gstosxaudiosrc.h: renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition
-