- 19 Sep, 2005 8 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: commit result of scanobj step
-
Wim Taymans authored
Original commit message from CVS: * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_chain): Don't check payload for now.
-
Thomas Vander Stichele authored
Original commit message from CVS: add check-valgrind target
-
Wim Taymans authored
Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_reset), (gst_wavparse_init), (gst_wavparse_parse_file_header), (gst_wavparse_stream_init), (gst_wavparse_handle_seek), (gst_wavparse_stream_headers), (gst_wavparse_stream_data), (gst_wavparse_loop), (gst_wavparse_pad_convert), (gst_wavparse_pad_query), (gst_wavparse_srcpad_event), (gst_wavparse_change_state): * gst/wavparse/gstwavparse.h: Fix wavparse some more.
-
Wim Taymans authored
Original commit message from CVS: * check/elements/level.c: (GST_START_TEST): Fix for bus API change.
-
Wim Taymans authored
Original commit message from CVS: * gst/level/level-example.c: (main): Fix for new bus API. * gst/udp/gstudpsrc.c: (gst_udpsrc_set_property): Set caps on pads.
-
Thomas Vander Stichele authored
Original commit message from CVS: disable flags for unbuilt plugins
-
Thomas Vander Stichele authored
Original commit message from CVS: normal builds shouldn't scan gobjects
-
- 16 Sep, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: remove gst-register
-
- 15 Sep, 2005 2 commits
-
-
Wim Taymans authored
Original commit message from CVS: Updates to payloader/depayloaders, make payloaders use the base classes. Updated README with suggested RTP caps and how to convert to/from SDP. Added config descriptor in mp4v payloader.
-
Andy Wingo Wingo authored
gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): gst/autodetect/gstautovideosink.c Original commit message from CVS: 2005-09-15 Andy Wingo <wingo@pobox.com> * gst/autodetect/gstautoaudiosink.c (gst_auto_audio_sink_find_best): * gst/autodetect/gstautovideosink.c (gst_auto_video_sink_find_best): Update for new registry API.
-
- 14 Sep, 2005 3 commits
-
-
Thomas Vander Stichele authored
common/: a simple py script to generate valid xml from a C example probably also need to strip an MIT license when we... Original commit message from CVS: * common/c-to-xml.py: * common/gtk-doc-plugins.mak: a simple py script to generate valid xml from a C example probably also need to strip an MIT license when we decide * docs/plugins/Makefile.am: * gst/level/Makefile.am: * gst/level/gstlevel.c: (gst_level_init): * gst/level/level-example.c: (message_handler), (main): add an example to level that will show up in the docs * gst/rtp/TODO: add a note for the future
-
Michael Smith authored
Original commit message from CVS: * gst/wavenc/gstwavenc.c: (gst_wavenc_class_init): Actually define the debug object being used in wavenc. Fixes #316205
-
Michael Smith authored
Link smpte plugin against GST_BASE_LIBS, to get libgstbase; needed to build on win32 as this plugin uses collectpads ... Original commit message from CVS: Link smpte plugin against GST_BASE_LIBS, to get libgstbase; needed to build on win32 as this plugin uses collectpads (bug 316204)
-
- 12 Sep, 2005 2 commits
-
-
Jan Schmidt authored
Original commit message from CVS: Fix up bogus ChangeLog entry
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-09-12 Andy Wingo <wingo@pobox.com> * autogen.sh (package): Now type 'make' to build gst-plugins-good.
-
- 11 Sep, 2005 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: add source module to docs; reinspect
-
- 09 Sep, 2005 3 commits
-
-
Jan Schmidt authored
Original commit message from CVS: * configure.ac: * gst/fdsrc/Makefile.am: * gst/fdsrc/gstfdsrc.c: * gst/fdsrc/gstfdsrc.h: Move fdsrc back into gstreamer core elements. * gst/level/gstlevel.c: (gst_level_class_init), (gst_level_transform_ip): * gst/videobox/gstvideobox.c: (gst_video_box_set_property): Basetransform changes.
-
Thomas Vander Stichele authored
Original commit message from CVS: fix compiler warnings
-
Thomas Vander Stichele authored
Original commit message from CVS: * gst-plugins-good.spec.in: spec file fixes * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init), (gst_multiudpsink_render), (gst_multiudpsink_add), (gst_multiudpsink_clear): it actually helps to actually stream if we hook up the add signal to an actual implementation * gst/udp/gstudpsrc.c: (gst_udpsrc_start): some debugging
-
- 08 Sep, 2005 2 commits
-
-
Flavio Oliveira authored
Original commit message from CVS: jpgenc ported to GSTreamer 0.9
-
Flavio Oliveira authored
Original commit message from CVS: jpegenc ported to GStreamer 0.9
-
- 07 Sep, 2005 1 commit
-
-
Stefan Kost authored
Original commit message from CVS: * ext/flac/gstflacdec.c: * ext/flac/gstflacenc.c: * ext/flac/gstflactag.c: * ext/speex/gstspeexenc.c: gsttaginterface.h -> gsttagsetter.h
-
- 06 Sep, 2005 5 commits
-
-
Jan Schmidt authored
Original commit message from CVS: * configure.ac: * gst/debug/Makefile.am: * gst/debug/efence.c: (gst_efence_class_init), (gst_efence_init), (gst_efence_chain), (gst_efence_buffer_alloc), (plugin_init), (gst_fenced_buffer_finalize), (gst_fenced_buffer_copy), (gst_fenced_buffer_alloc), (gst_fenced_buffer_class_init), (gst_fenced_buffer_init), (gst_fenced_buffer_get_type): Port to 0.9 and re-enable efence plugin.
-
Tim-Philipp Müller authored
ext/flac/gstflacdec.*: Add support for flac files with 24/32 bits per sample; and misc. minor clean-ups. Seeking is s... Original commit message from CVS: * ext/flac/gstflacdec.c: (flac_caps_factory), (raw_caps_factory), (gst_flacdec_write), (gst_flacdec_convert_src): * ext/flac/gstflacdec.h: Add support for flac files with 24/32 bits per sample; and misc. minor clean-ups. Seeking is still partly broken (for me at least).
-
Wim Taymans authored
Original commit message from CVS: * gst/rtp/Makefile.am: * gst/rtp/gstrtp.c: (plugin_init): * gst/rtp/gstrtpmp4vdec.c: (gst_rtpmp4vdec_get_type), (gst_rtpmp4vdec_base_init), (gst_rtpmp4vdec_class_init), (gst_rtpmp4vdec_init), (gst_rtpmp4vdec_setcaps), (gst_rtpmp4vdec_chain), (gst_rtpmp4vdec_set_property), (gst_rtpmp4vdec_get_property), (gst_rtpmp4vdec_change_state), (gst_rtpmp4vdec_plugin_init): * gst/rtp/gstrtpmp4vdec.h: * gst/rtp/gstrtpmp4venc.c: (gst_rtpmp4venc_get_type), (gst_rtpmp4venc_base_init), (gst_rtpmp4venc_class_init), (gst_rtpmp4venc_init), (gst_rtpmp4venc_setcaps), (gst_rtpmp4venc_flush), (gst_rtpmp4venc_chain), (gst_rtpmp4venc_set_property), (gst_rtpmp4venc_get_property), (gst_rtpmp4venc_change_state), (gst_rtpmp4venc_plugin_init): * gst/rtp/gstrtpmp4venc.h: * gst/rtp/gstrtpmpadec.c: (gst_rtpmpadec_chain): * gst/rtp/gstrtpmpaenc.c: (gst_rtpmpaenc_flush): Added mpeg4 video payload encoder/decoder. Added some docs in mpa payloader.
-
Thomas Vander Stichele authored
Original commit message from CVS: back to HEAD
-
Thomas Vander Stichele authored
Original commit message from CVS: releasing 0.9.2
-
- 05 Sep, 2005 4 commits
-
-
Jan Schmidt authored
Original commit message from CVS: Fix up all the state change functions.
-
Andy Wingo Wingo authored
ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding here from the state change handler, so we fire signals w... Original commit message from CVS: 2005-09-05 Andy Wingo <wingo@pobox.com> * ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding here from the state change handler, so we fire signals without holding the state lock.
-
Thomas Vander Stichele authored
Original commit message from CVS: cleaning up bad
-
Thomas Vander Stichele authored
Original commit message from CVS: maintenance commits
-
- 04 Sep, 2005 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: distcheck fixes
-
Thomas Vander Stichele authored
Original commit message from CVS: fix distcheck
-
- 02 Sep, 2005 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: various spec fixes
-
Andy Wingo Wingo authored
Original commit message from CVS: 2005-09-02 Andy Wingo <wingo@pobox.com> * All plugins updated for element state changes.
-
- 01 Sep, 2005 4 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix build after cleaning up my vomit
-
Thomas Vander Stichele authored
Original commit message from CVS: fix build after cleaning up my vomit
-
Thomas Vander Stichele authored
Original commit message from CVS: fix build after cleaning up my vomit
-
Thomas Vander Stichele authored
Original commit message from CVS: fix build after cleaning up my vomit
-