- 30 Jun, 2005 10 commits
-
-
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
-
- 24 Jun, 2005 2 commits
-
-
Jan Schmidt authored
gst-libs/gst/audio/gstaudiosink.c: Set the worker thread's running flag to TRUE before starting the thread. Original commit message from CVS: 2005-06-25 Jan Schmidt <thaytan@mad.scientist.com> * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire): Set the worker thread's running flag to TRUE before starting the thread. * gst/playback/gstdecodebin.c: (gst_decode_bin_init): Catch a failure to add typefind to the bin.
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init), (gst_sinesrc_init), (gst_sinesrc_create), (gst_sinesrc_set_property), (gst_sinesrc_get_property), (gst_sinesrc_start): * gst/sine/gstsinesrc.h: add num-buffers and timestamp-offset properties * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_class_init), (gst_videotestsrc_set_property), (gst_videotestsrc_get_property): add timestamp-offset property
-
- 23 Jun, 2005 4 commits
-
-
Christian Schaller authored
Original commit message from CVS: add videorate plugin to needed files
-
Wim Taymans authored
Original commit message from CVS: * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps), (gst_videorate_getcaps), (gst_videorate_setcaps), (gst_videorate_event), (gst_videorate_chain): Fixed videorate, fixating an already fixated caps is not an error.
-
Wim Taymans authored
Original commit message from CVS: revert previous commit.
-
Wim Taymans authored
Original commit message from CVS: * ext/ogg/README: * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps): Buffer on caps is not boxed anymore.
-
- 22 Jun, 2005 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: * ext/theora/theoraenc.c: (theora_set_header_on_caps): * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps): Set buffers on caps as miniobjects and not as boxed.
-
- 18 Jun, 2005 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: back to head
-
Thomas Vander Stichele authored
Original commit message from CVS: updates for release
-
- 09 Jun, 2005 3 commits
-
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-06-09 Andy Wingo <wingo@pobox.com> * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-06-09 Andy Wingo <wingo@pobox.com> * configure.ac: * gst-libs/gst/Makefile.am: * gst-libs/gst/net/Makefile.am: Add gstnet to build.
-
Andy Wingo Wingo authored
Original commit message from CVS: log entry
-
- 08 Jun, 2005 1 commit
-
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-06-09 Andy Wingo <wingo@pobox.com> * gst-libs/gst/gconf/gconf.c: * gst/playback/test.c: * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API fixes. * gst/audioconvert/gstaudioconvert.c: RPAD fixes. * ext/theora/theoraenc.c (theora_enc_chain): * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes. * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not RealPad.
-
- 02 Jun, 2005 2 commits
-
-
Wim Taymans authored
Original commit message from CVS: * gst-libs/gst/net/Makefile.am: * pkgconfig/gstreamer-libs-uninstalled.pc.in: * pkgconfig/gstreamer-libs.pc.in: Added net stuff, version net lib.
-
Wim Taymans authored
Original commit message from CVS: * examples/seeking/seek.c: (make_vorbis_theora_pipeline), (query_rates), (query_positions_elems), (query_positions_pads), (do_seek): Updated seek example.
-