platform/upstream/gstreamer.git
18 years agogst/qtdemux/qtdemux.c: Don't clear the running variable in the seek code.
Wim Taymans [Fri, 26 May 2006 11:48:44 +0000 (11:48 +0000)]
gst/qtdemux/qtdemux.c: Don't clear the running variable in the seek code.

Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_do_seek):
Don't clear the running variable in the seek code.

18 years agoext/dv/gstdvdemux.c: Implement EOS correctly by either posting
Wim Taymans [Wed, 24 May 2006 16:03:40 +0000 (16:03 +0000)]
ext/dv/gstdvdemux.c: Implement EOS correctly by either posting

Original commit message from CVS:
* ext/dv/gstdvdemux.c: (gst_dvdemux_loop):
Implement EOS correctly by either posting
SEGMENT_DONE or pushing an EOS message depending
on the seek type. Fixes #342592

18 years agogst/qtdemux/qtdemux.c: Detect QCELP in mp4a descriptors.
Wim Taymans [Wed, 24 May 2006 11:56:43 +0000 (11:56 +0000)]
gst/qtdemux/qtdemux.c: Detect QCELP in mp4a descriptors.

Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_esds):
Detect QCELP in mp4a descriptors.

18 years agogst/law/: Some cleanups in the chain functions.
Wim Taymans [Wed, 24 May 2006 10:00:50 +0000 (10:00 +0000)]
gst/law/: Some cleanups in the chain functions.

Original commit message from CVS:
* gst/law/alaw-decode.c: (gst_alawdec_chain):
* gst/law/alaw-decode.h:
* gst/law/alaw-encode.c: (gst_alawenc_chain):
* gst/law/alaw-encode.h:
* gst/law/mulaw-decode.c: (gst_mulawdec_chain):
* gst/law/mulaw-decode.h:
* gst/law/mulaw-encode.c: (gst_mulawenc_chain):
* gst/law/mulaw-encode.h:
Some cleanups in the chain functions.
Remove some GStreamer 0.0.2 bits.

18 years agogst/matroska/matroska-mux.c: gst_collect_pads_stop() needs to be called before chaini...
Mark Nauwelaerts [Tue, 23 May 2006 20:15:04 +0000 (20:15 +0000)]
gst/matroska/matroska-mux.c: gst_collect_pads_stop() needs to be called before chaining up to the parent class (#3427...

Original commit message from CVS:
Patch by: Mark Nauwelaerts  <manauw at skynet be>
* gst/matroska/matroska-mux.c: (gst_matroska_mux_change_state):
gst_collect_pads_stop() needs to be called before chaining up
to the parent class (#342734).

18 years agoext/flac/: Remove backwards compatibility cruft for dealing with FLAC API changes...
Tim-Philipp Müller [Tue, 23 May 2006 16:45:22 +0000 (16:45 +0000)]
ext/flac/: Remove backwards compatibility cruft for dealing with FLAC API changes in the 1.0.x series - we require 1....

Original commit message from CVS:
* ext/flac/Makefile.am:
* ext/flac/flac_compat.h:
* ext/flac/gstflac.c:
* ext/flac/gstflacdec.c: (gst_flac_dec_init):
* ext/flac/gstflacenc.c:
Remove backwards compatibility cruft for dealing with FLAC API
changes in the 1.0.x series - we require 1.1.1 or newer these days.

18 years agogst/matroska/: Add support for muxing/demuxing theora video (#342448; too bad none...
Tim-Philipp Müller [Tue, 23 May 2006 13:44:11 +0000 (13:44 +0000)]
gst/matroska/: Add support for muxing/demuxing theora video (#342448; too bad none of the usual linux players can act...

Original commit message from CVS:
* gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
(gst_matroska_demux_push_xiph_codec_priv_data),
(gst_matroska_demux_parse_blockgroup_or_simpleblock),
(gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps):
* gst/matroska/matroska-ids.h:
* gst/matroska/matroska-mux.c: (gst_matroska_mux_base_init),
(gst_matroska_mux_video_pad_setcaps),
(xiph3_streamheader_to_codecdata),
(vorbis_streamheader_to_codecdata),
(theora_streamheader_to_codecdata),
(gst_matroska_mux_audio_pad_setcaps),
(gst_matroska_mux_write_data):
Add support for muxing/demuxing theora video (#342448; too bad
none of the usual linux players can actually play this). Playback
in GStreamer will require additional changes to theoradec in -base.
Refactor streamheaders <=> CodecPrivateData code a bit; some small
cleanups.

18 years agogst/qtdemux/qtdemux.c: po/POTFILES.in:
Tim-Philipp Müller [Mon, 22 May 2006 18:00:52 +0000 (18:00 +0000)]
gst/qtdemux/qtdemux.c: po/POTFILES.in:

Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (qtdemux_parse_trak), (plugin_init):
po/POTFILES.in:
Throw an error when the file is encrypted. Move plugin_init stuff
to the end of the file, add stuff for i18n, make debug category
static.

18 years agoext/jpeg/gstjpegdec.c: Fix crashes when the horizontal subsampling is 1.
Tim-Philipp Müller [Mon, 22 May 2006 15:23:05 +0000 (15:23 +0000)]
ext/jpeg/gstjpegdec.c: Fix crashes when the horizontal subsampling is 1.

Original commit message from CVS:
* ext/jpeg/gstjpegdec.c: (hresamplecpy1),
(gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_chain):
Fix crashes when the horizontal subsampling is 1.
Fixes #342097.

18 years agocover up the dirty truth
Thomas Vander Stichele [Mon, 22 May 2006 14:56:29 +0000 (14:56 +0000)]
cover up the dirty truth

Original commit message from CVS:
cover up the dirty truth

18 years agogst/avi/gstavimux.*: - add odml (large file) index support
Mark Nauwelaerts [Mon, 22 May 2006 13:53:18 +0000 (13:53 +0000)]
gst/avi/gstavimux.*: - add odml (large file) index support

Original commit message from CVS:
Patch by: Mark Nauwelaerts  <manauw at skynet be>
* gst/avi/gstavimux.c: (gst_avi_mux_finalize), (gst_avi_mux_init),
(gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
(gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
(gst_avi_mux_riff_get_avix_header), (gst_avi_mux_write_avix_index),
(gst_avi_mux_add_index), (gst_avi_mux_bigfile),
(gst_avi_mux_start_file), (gst_avi_mux_stop_file),
(gst_avi_mux_handle_event), (gst_avi_mux_do_audio_buffer),
(gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
(gst_avi_mux_change_state):
* gst/avi/gstavimux.h:
Some enhancements for avimux (#342526):
- add odml (large file) index support
- store codec init data (e.g. huffyuv)
- miscellaneous other fixes/cleanups

18 years agofix descriptions and license blocks cut and paste anyone ?
Thomas Vander Stichele [Mon, 22 May 2006 13:51:30 +0000 (13:51 +0000)]
fix descriptions and license blocks cut and paste anyone ?

Original commit message from CVS:

fix descriptions and license blocks
cut and paste anyone ?

18 years agogst/spectrum/gstspectrum.c: Use boilerplate macro, fix strings to match plugin-moval...
Stefan Kost [Sun, 21 May 2006 16:41:44 +0000 (16:41 +0000)]
gst/spectrum/gstspectrum.c: Use boilerplate macro, fix strings to match plugin-moval-requirements

Original commit message from CVS:
* gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
(gst_spectrum_init), (gst_spectrum_set_sink_caps),
(gst_spectrum_get_sink_caps), (gst_spectrum_chain):
Use boilerplate macro, fix strings to match plugin-moval-requirements

18 years agogst/spectrum/Makefile.am: Link to base libraries
Stefan Kost [Sun, 21 May 2006 16:23:23 +0000 (16:23 +0000)]
gst/spectrum/Makefile.am: Link to base libraries

Original commit message from CVS:
* gst/spectrum/Makefile.am:
Link to base libraries
* gst/spectrum/demo-osssrc.c: (main):
use new threshhold property
* gst/spectrum/gstspectrum.c: (gst_spectrum_class_init),
(gst_spectrum_init), (gst_spectrum_dispose),
(gst_spectrum_set_property), (gst_spectrum_set_sink_caps),
(gst_spectrum_get_sink_caps), (gst_spectrum_chain),
(gst_spectrum_change_state):
* gst/spectrum/gstspectrum.h:
Use gst_adapter, support multiple-channels, add threshold property for
result, add docs, fix resulting spectrum range (was including mirrored
results)

18 years agoInitial port of the spectrum element
Stefan Kost [Sat, 20 May 2006 22:42:15 +0000 (22:42 +0000)]
Initial port of the spectrum element

Original commit message from CVS:
* configure.ac:
* gst/spectrum/demo-osssrc.c: (spectrum_chain), (main):
* gst/spectrum/fix_fft.c: (gst_spectrum_fix_dot):
* gst/spectrum/gstspectrum.c: (gst_spectrum_get_type),
(gst_spectrum_base_init), (gst_spectrum_class_init),
(gst_spectrum_init), (gst_spectrum_dispose),
(gst_spectrum_set_property), (gst_spectrum_chain):
* gst/spectrum/gstspectrum.h:
Initial port of the spectrum element

18 years agoI forget to add sys/v4l2/gstv4l2xoverlay.c in las commit
Edgard Lima [Fri, 19 May 2006 18:58:05 +0000 (18:58 +0000)]
I forget to add sys/v4l2/gstv4l2xoverlay.c in las commit

Original commit message from CVS:
I forget to add sys/v4l2/gstv4l2xoverlay.c in las commit

18 years agoSome clean-ups requested by wingo in bug #338818.
Edgard Lima [Fri, 19 May 2006 18:31:25 +0000 (18:31 +0000)]
Some clean-ups requested by wingo in bug #338818.

Original commit message from CVS:
Some clean-ups requested by wingo in bug #338818.

18 years agogst/id3demux/id3v2frames.c: Don't output any tag when we encounter a negative track...
Jan Schmidt [Fri, 19 May 2006 14:05:53 +0000 (14:05 +0000)]
gst/id3demux/id3v2frames.c: Don't output any tag when we encounter a negative track number - the tag type is uint, so...

Original commit message from CVS:
* gst/id3demux/id3v2frames.c: (id3v2_tag_to_taglist):
Don't output any tag when we encounter a negative track number - the
tag type is uint, so we end up outputting huge positive numbers
instead. (Fixes: #342029)

18 years agoconfigure.ac: update for new GSTPB_PLUGINS_DIR
Thomas Vander Stichele [Thu, 18 May 2006 23:04:59 +0000 (23:04 +0000)]
configure.ac: update for new GSTPB_PLUGINS_DIR

Original commit message from CVS:

* configure.ac:
update for new GSTPB_PLUGINS_DIR

18 years agoconfigure.ac: Check for X11
Stefan Kost [Thu, 18 May 2006 19:34:47 +0000 (19:34 +0000)]
configure.ac: Check for X11

Original commit message from CVS:
* configure.ac:
Check for X11
* sys/v4l2/gstv4l2object.c: (gst_v4l2_class_probe_devices):
* sys/v4l2/gstv4l2object.h:
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_iface_supported):
* sys/v4l2/gstv4l2src.h:
* sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open):
* sys/v4l2/gstv4l2xoverlay.h:
Code cleanups, fix debug macros

18 years agortp/gst/gstrtph263pay.c: Properly set static caps for H263 at 34.
Philippe Kalaf [Thu, 18 May 2006 14:45:33 +0000 (14:45 +0000)]
rtp/gst/gstrtph263pay.c: Properly set static caps for H263 at 34.

Original commit message from CVS:
2006-05-18  Philippe Kalaf  <philippe.kalaf at collabora.co.uk>

* rtp/gst/gstrtph263pay.c:
Properly set static caps for H263 at 34.

18 years agoext/taglib/gsttaglibmux.c: Merge event tags and tag setter tags correctly (#339918...
James Doc Livingston [Thu, 18 May 2006 12:46:08 +0000 (12:46 +0000)]
ext/taglib/gsttaglibmux.c: Merge event tags and tag setter tags correctly (#339918). Also, don't leak taglist in case...

Original commit message from CVS:
Patch by: James "Doc" Livingston  <doclivingston gmail com>
* ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag):
Merge event tags and tag setter tags correctly (#339918). Also,
don't leak taglist in case of an error.

18 years agoFixed caps for H263 (not the same as H263+)
Philippe Kalaf [Wed, 17 May 2006 18:09:06 +0000 (18:09 +0000)]
Fixed caps for H263 (not the same as H263+)

Original commit message from CVS:
Fixed caps for H263 (not the same as H263+)

18 years agogst/law/mulaw-decode.c: We can only do caps intersection if the othercaps are non...
Edward Hervey [Wed, 17 May 2006 12:36:26 +0000 (12:36 +0000)]
gst/law/mulaw-decode.c: We can only do caps intersection if the othercaps are non-empty and not

Original commit message from CVS:
* gst/law/mulaw-decode.c: (mulawdec_getcaps):
We can only do caps intersection if the othercaps are non-empty and not
ANY. Else we return the pad template (base_caps).

18 years agoext/jpeg/gstjpegdec.c: Fix crash when outputting debugging information for certain...
Tim-Philipp Müller [Wed, 17 May 2006 11:20:44 +0000 (11:20 +0000)]
ext/jpeg/gstjpegdec.c: Fix crash when outputting debugging information for certain pictures (always good to use the r...

Original commit message from CVS:
* ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain):
Fix crash when outputting debugging information for certain
pictures (always good to use the right struct member for
the number of records in an array).

18 years agogst/matroska/ebml-read.c: Don't create unnecessary sub-buffers all the time. Dramatic...
Jindrich Makovicka [Wed, 17 May 2006 08:10:31 +0000 (08:10 +0000)]
gst/matroska/ebml-read.c: Don't create unnecessary sub-buffers all the time. Dramatically improves performance with m...

Original commit message from CVS:
Patch by: Jindrich Makovicka  <jindrich.makivicka at itonis tv>
* gst/matroska/ebml-read.c: (gst_ebml_read_peek_bytes),
(gst_ebml_read_pull_bytes), (gst_ebml_read_element_id),
(gst_ebml_read_element_length), (gst_ebml_read_buffer),
(gst_ebml_read_bytes), (gst_ebml_read_uint), (gst_ebml_read_sint),
(gst_ebml_read_float), (gst_ebml_read_ascii),
(gst_ebml_read_binary):
Don't create unnecessary sub-buffers all the time. Dramatically
improves performance with multiple concurrently running
matroskademux instances (#341818) (and avoids doing
unnecessarily inefficient things in the general case).

18 years agoext/libpng/gstpngenc.c: In snapshot mode, we always return GST_FLOW_UNEXPECTED whatev...
Edward Hervey [Tue, 16 May 2006 17:20:04 +0000 (17:20 +0000)]
ext/libpng/gstpngenc.c: In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the return value of gst_pad_p...

Original commit message from CVS:
* ext/libpng/gstpngenc.c: (gst_pngenc_chain):
In snapshot mode, we always return GST_FLOW_UNEXPECTED whatever the
return value of gst_pad_push_event().

18 years agogst/autodetect/: Make the name of the child element be based on the name of the paren...
Jan Schmidt [Tue, 16 May 2006 14:07:29 +0000 (14:07 +0000)]
gst/autodetect/: Make the name of the child element be based on the name of the parent, so that debug output is more ...

Original commit message from CVS:
* gst/autodetect/gstautoaudiosink.c:
(gst_auto_audio_sink_find_best):
* gst/autodetect/gstautovideosink.c:
(gst_auto_video_sink_find_best):
Make the name of the child element be based on the name of the
parent, so that debug output is more useful.
* gst/id3demux/id3v2frames.c: (find_utf16_bom),
(parse_insert_string_field), (parse_split_strings):
Rework string parsing to always walk over BOM markers in UTF16
strings, using the endianness indicated by the innermost one,
then trying the opposite endianness if that fails to convert
to valid UTF-8. Fixes #341774

18 years agoext/libpng/Makefile.am: Add LIBPNG_CFLAGS.
Zaheer Abbas Merali [Tue, 16 May 2006 13:31:02 +0000 (13:31 +0000)]
ext/libpng/Makefile.am: Add LIBPNG_CFLAGS.

Original commit message from CVS:
2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>

Patch from: Matthieu <matthieu at fluendo dot com>

* ext/libpng/Makefile.am:
Add LIBPNG_CFLAGS.

18 years agoupdate with latest changes
Christian Schaller [Mon, 15 May 2006 11:20:21 +0000 (11:20 +0000)]
update with latest changes

Original commit message from CVS:
update with latest changes

18 years agoext/taglib/gstid3v2mux.cc: Add support for writing images (APIC frames) into ID3v2...
Tim-Philipp Müller [Mon, 15 May 2006 09:00:42 +0000 (09:00 +0000)]
ext/taglib/gstid3v2mux.cc: Add support for writing images (APIC frames) into ID3v2 tags (picture type always set to '...

Original commit message from CVS:
* ext/taglib/gstid3v2mux.cc:
Add support for writing images (APIC frames) into ID3v2
tags (picture type always set to 'other' for now though).

18 years agogst/wavparse/gstwavparse.c: Update docs; wavparse implements push and pull modes.
Michael Smith [Sun, 14 May 2006 12:50:07 +0000 (12:50 +0000)]
gst/wavparse/gstwavparse.c: Update docs; wavparse implements push and pull modes.

Original commit message from CVS:
* gst/wavparse/gstwavparse.c:
Update docs; wavparse implements push and pull modes.

18 years agogst/avi/gstavidemux.c: Ooops, bitten by the copy-and-paste design paradigm, fixes...
Wim Taymans [Fri, 12 May 2006 18:10:36 +0000 (18:10 +0000)]
gst/avi/gstavidemux.c: Ooops, bitten by the copy-and-paste design paradigm, fixes seek again.

Original commit message from CVS:
* gst/avi/gstavidemux.c: (gst_avi_demux_index_next),
(gst_avi_demux_parse_index), (gst_avi_demux_massage_index),
(gst_avi_demux_handle_seek), (gst_avi_demux_loop):
Ooops, bitten by the copy-and-paste design paradigm, fixes
seek again.

18 years agogst/avi/gstavidemux.*: Some cleanups, prepare to use GstSegment.
Wim Taymans [Fri, 12 May 2006 18:04:22 +0000 (18:04 +0000)]
gst/avi/gstavidemux.*: Some cleanups, prepare to use GstSegment.

Original commit message from CVS:
* gst/avi/gstavidemux.c: (gst_avi_demux_reset),
(gst_avi_demux_index_next), (gst_avi_demux_handle_src_query),
(gst_avi_demux_handle_src_event), (gst_avi_demux_parse_subindex),
(gst_avi_demux_parse_stream), (gst_avi_demux_parse_index),
(gst_avi_demux_stream_index), (gst_avi_demux_stream_scan),
(gst_avi_demux_massage_index),
(gst_avi_demux_calculate_durations_from_index),
(gst_avi_demux_push_event), (gst_avi_demux_stream_header),
(gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
(gst_avi_demux_loop):
* gst/avi/gstavidemux.h:
Some cleanups, prepare to use GstSegment.
Fix error in entry walking code.
Fix VBR detection.
Smarter timestamp calculation code.
Uniform error/eos handling.

18 years agogst/wavparse/gstwavparse.c: Fix use of uninitialised values if we're NOT seeking...
Michael Smith [Fri, 12 May 2006 17:44:15 +0000 (17:44 +0000)]
gst/wavparse/gstwavparse.c: Fix use of uninitialised values if we're NOT seeking in ready.

Original commit message from CVS:
* gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
(gst_wavparse_perform_seek), (gst_wavparse_stream_headers):
Fix use of uninitialised values if we're NOT seeking in ready.
Fix typos.

18 years agogst/wavparse/Makefile.am: Add CFLAGS and LIBS for libgstbase, fixes build on
Tim-Philipp Müller [Fri, 12 May 2006 08:23:18 +0000 (08:23 +0000)]
gst/wavparse/Makefile.am: Add CFLAGS and LIBS for libgstbase, fixes build on

Original commit message from CVS:
* gst/wavparse/Makefile.am:
Add CFLAGS and LIBS for libgstbase, fixes build on
Cygwin (#341489).

18 years agogst/id3demux/id3v2frames.c: Some more debug info. No need to check whether the string...
Tim-Philipp Müller [Fri, 12 May 2006 08:21:37 +0000 (08:21 +0000)]
gst/id3demux/id3v2frames.c: Some more debug info. No need to check whether the string returned by g_convert() is real...

Original commit message from CVS:
* gst/id3demux/id3v2frames.c: (parse_insert_string_field):
Some more debug info. No need to check whether the string
returned by g_convert() is really UTF-8 - either it is or
we get NULL returned.

18 years agoChanges proposed by Wingo in bug #338818.
Edgard Lima [Thu, 11 May 2006 17:59:59 +0000 (17:59 +0000)]
Changes proposed by Wingo in bug #338818.

Original commit message from CVS:
Changes proposed by Wingo in bug #338818.

18 years agogst/qtdemux/qtdemux.c: Figure out the real audio type in mp4a boxes by parsing the...
Wim Taymans [Thu, 11 May 2006 09:09:49 +0000 (09:09 +0000)]
gst/qtdemux/qtdemux.c: Figure out the real audio type in mp4a boxes by parsing the optional descriptors in the option...

Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak),
(gst_qtdemux_handle_esds):
Figure out the real audio type in mp4a boxes by parsing the
optional descriptors in the optional esds box. Promote the
default AAC to mp3 when indicated. Fixes #330632.

18 years agogst/qtdemux/qtdemux.c: Parse version 2 sample descriptions.
Wim Taymans [Wed, 10 May 2006 17:44:50 +0000 (17:44 +0000)]
gst/qtdemux/qtdemux.c: Parse version 2 sample descriptions.

Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_dump_unknown),
(qtdemux_parse_trak), (gst_qtdemux_handle_esds):
Parse version 2 sample descriptions.
Don't #define gst_util_dump_mem(), use something more
specific instead to avoid confusion.

18 years agogst/id3demux/id3v2frames.c: Fix parsing of numeric genre strings some more, by ensuri...
Jan Schmidt [Wed, 10 May 2006 13:51:01 +0000 (13:51 +0000)]
gst/id3demux/id3v2frames.c: Fix parsing of numeric genre strings some more, by ensuring that we only try and parse st...

Original commit message from CVS:
* gst/id3demux/id3v2frames.c: (id3v2_genre_fields_to_taglist):
Fix parsing of numeric genre strings some more, by ensuring that
we only try and parse strings that a) Start with '(' and b) Consist
only of digits.
Also, when finding an escaping '((' sequence, bust it back to '(' by
swallowing the first parenthesis

18 years agoext/esd/esdsink.*: Move the esd_get_server_info() into gst_esdsink_open() and fail...
Tim-Philipp Müller [Wed, 10 May 2006 11:17:31 +0000 (11:17 +0000)]
ext/esd/esdsink.*: Move the esd_get_server_info() into gst_esdsink_open() and fail with a decent error message on err...

Original commit message from CVS:
* ext/esd/esdsink.c: (gst_esdsink_finalize), (gst_esdsink_getcaps),
(gst_esdsink_open), (gst_esdsink_close):
* ext/esd/esdsink.h:
Move the esd_get_server_info() into gst_esdsink_open() and fail
with a decent error message on errors.

18 years agoConst-ify GEnumValue arrays.
Tim-Philipp Müller [Wed, 10 May 2006 10:29:54 +0000 (10:29 +0000)]
Const-ify GEnumValue arrays.

Original commit message from CVS:
* ext/esd/esdmon.c: (gst_esdmon_depths_get_type),
(gst_esdmon_channels_get_type):
* ext/gconf/gstgconfaudiosink.c: (gst_gconf_profile_get_type):
* ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type):
* ext/libcaca/gstcacasink.c: (gst_cacasink_dither_get_type):
* ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type):
* gst/alpha/gstalpha.c: (gst_alpha_method_get_type):
* gst/rtp/gstrtpilbcdepay.c: (gst_ilbc_mode_get_type):
* gst/rtsp/gstrtspsrc.c: (gst_rtsp_proto_get_type):
* gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type):
* gst/videofilter/gstvideoflip.c: (gst_video_flip_method_get_type):
* gst/videomixer/videomixer.c:
(gst_video_mixer_background_get_type):
Const-ify GEnumValue arrays.

18 years agogst/avi/gstavimux.c: Work around gst_buffer_make_metadata_writable() bug that results...
Mark Nauwelaerts [Tue, 9 May 2006 14:08:15 +0000 (14:08 +0000)]
gst/avi/gstavimux.c: Work around gst_buffer_make_metadata_writable() bug that results in avimux marking all frames in...

Original commit message from CVS:
Patch by: Mark Nauwelaerts  <manauw at skynet bet>
* gst/avi/gstavimux.c: (gst_avi_mux_do_audio_buffer),
(gst_avi_mux_do_video_buffer):
Work around gst_buffer_make_metadata_writable() bug that
results in avimux marking all frames in the index as
keyframes (#340859).

18 years agoFix fourcc name printed out. Patch from Martin Rubli.
Martin Rubli [Mon, 8 May 2006 19:21:18 +0000 (19:21 +0000)]
Fix fourcc name printed out. Patch from Martin Rubli.

Original commit message from CVS:
Fix fourcc name printed out. Patch from Martin Rubli.

18 years agogst/qtdemux/qtdemux.c: Don't cause side effects in a debugging function.
Wim Taymans [Mon, 8 May 2006 15:20:10 +0000 (15:20 +0000)]
gst/qtdemux/qtdemux.c: Don't cause side effects in a debugging function.

Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
(qtdemux_dump_mvhd):
Don't cause side effects in a debugging function.
Also report duration in push mode since we can.

18 years agogst/rtsp/rtspurl.c: Make parsing of urls suck slightly less.
Wim Taymans [Mon, 8 May 2006 14:35:20 +0000 (14:35 +0000)]
gst/rtsp/rtspurl.c: Make parsing of urls suck slightly less.

Original commit message from CVS:
* gst/rtsp/rtspurl.c: (rtsp_url_parse):
Make parsing of urls suck slightly less.

18 years agoautogen.sh: libtoolize on Darwin/MacOSX is called glibtoolize.
Edward Hervey [Mon, 8 May 2006 11:53:03 +0000 (11:53 +0000)]
autogen.sh: libtoolize on Darwin/MacOSX is called glibtoolize.

Original commit message from CVS:
* autogen.sh: (CONFIGURE_DEF_OPT):
libtoolize on Darwin/MacOSX is called glibtoolize.

18 years agoC89 compliance fixes. Fixes #340980
Jens Granseuer [Mon, 8 May 2006 10:59:05 +0000 (10:59 +0000)]
C89 compliance fixes. Fixes #340980

Original commit message from CVS:
Patch by: Jens Granseuer <jensgr at gmx dot net>
* ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_init):
* gst/wavparse/gstwavparse.c: (gst_wavparse_dispose):
C89 compliance fixes. Fixes #340980

18 years agoext/flac/gstflacdec.*: Handle segment seeks that include the end of the file as stop...
Tim-Philipp Müller [Sat, 6 May 2006 09:01:34 +0000 (09:01 +0000)]
ext/flac/gstflacdec.*: Handle segment seeks that include the end of the file as stop point properly: when the decoder...

Original commit message from CVS:
* ext/flac/gstflacdec.c: (gst_flac_dec_loop):
* ext/flac/gstflacdec.h:
Handle segment seeks that include the end of the file as stop point
properly: when the decoder hits EOS we want to send a SEGMENT_DONE
message instead of an EOS event in case we're in segment seek
mode (fixes #340699).

18 years agoAdd semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up following...
Maciej Katafiasz [Sat, 6 May 2006 00:14:09 +0000 (00:14 +0000)]
Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up following lines.

Original commit message from CVS:
Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up following lines.

18 years agoSome changes proposed by wingo in bug #338818 (but not everything yet). Patch from...
Martin Rubli [Fri, 5 May 2006 20:12:59 +0000 (20:12 +0000)]
Some changes proposed by wingo in bug #338818 (but not everything yet). Patch from Martin Rubli to fix framerate dete...

Original commit message from CVS:
Some changes proposed by wingo in bug #338818 (but not everything yet). Patch from Martin Rubli to fix framerate detection.

18 years agogst/matroska/matroska-demux.c: Don't leak caps when freeing the stream context (...
Michal Benes [Thu, 4 May 2006 17:27:27 +0000 (17:27 +0000)]
gst/matroska/matroska-demux.c: Don't leak caps when freeing the stream context (#340623).

Original commit message from CVS:
Patch by: Michal Benes  <michal dot benes at xeris dot cz>
* gst/matroska/matroska-demux.c: (gst_matroska_demux_reset):
Don't leak caps when freeing the stream context (#340623).

18 years agoconfigure.ac: Back to CVS
Jan Schmidt [Thu, 4 May 2006 15:40:18 +0000 (15:40 +0000)]
configure.ac: Back to CVS

Original commit message from CVS:
* configure.ac:
Back to CVS

18 years agoReally release 0.10.3
Jan Schmidt [Thu, 4 May 2006 15:36:02 +0000 (15:36 +0000)]
Really release 0.10.3

Original commit message from CVS:
Really release 0.10.3

18 years agoReally release 0.10.3 this time
Jan Schmidt [Thu, 4 May 2006 15:28:53 +0000 (15:28 +0000)]
Really release 0.10.3 this time

Original commit message from CVS:
Really release 0.10.3 this time

18 years agoRelease 0.10.3
Jan Schmidt [Thu, 4 May 2006 15:05:00 +0000 (15:05 +0000)]
Release 0.10.3

Original commit message from CVS:
Release 0.10.3

18 years agoUpdate .po files
Jan Schmidt [Wed, 3 May 2006 18:44:38 +0000 (18:44 +0000)]
Update .po files

Original commit message from CVS:
Update .po files

18 years agogst/matroska/matroska-mux.c: Don't strcmp() NULL strings.
Tim-Philipp Müller [Wed, 3 May 2006 18:41:47 +0000 (18:41 +0000)]
gst/matroska/matroska-mux.c: Don't strcmp() NULL strings.

Original commit message from CVS:
* gst/matroska/matroska-mux.c:
(gst_matroska_mux_stream_is_vorbis_header),
(gst_matroska_mux_write_data):
Don't strcmp() NULL strings.
Only start new clusters on video keyframes, not on any
random audio buffer that doesn't have the DELTA_UNIT
flag set (fixes 'make check' again).

18 years agogst/matroska/matroska-mux.c: Don't misinterpret GST_CLOCK_TIME_NONE as very high...
Mark Nauwelaerts [Wed, 3 May 2006 14:51:50 +0000 (14:51 +0000)]
gst/matroska/matroska-mux.c: Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp value and then dead-lock w...

Original commit message from CVS:
Patch by: Mark Nauwelaerts  <manauw at skynet be>
* gst/matroska/matroska-mux.c: (gst_matroska_mux_best_pad),
(gst_matroska_mux_stream_is_vorbis_header),
(gst_matroska_mux_write_data):
Don't misinterpret GST_CLOCK_TIME_NONE as very high timestamp
value and then dead-lock when muxing vorbis audio streams
(the three vorbis header buffers carry no timestamp, and it
would try to mux these after all video buffers). Fixes #340346.
Improve clustering: start a new cluster also whenever we get
a keyframe.

18 years agogst/qtdemux/qtdemux.c: Clean up one piece of logic slightly and remove a dead code...
Jan Schmidt [Wed, 3 May 2006 14:30:21 +0000 (14:30 +0000)]
gst/qtdemux/qtdemux.c: Clean up one piece of logic slightly and remove a dead code block.

Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
Clean up one piece of logic slightly and remove a
dead code block.

18 years agoadd win32 stuff
Thomas Vander Stichele [Wed, 3 May 2006 14:28:57 +0000 (14:28 +0000)]
add win32 stuff

Original commit message from CVS:
* Makefile.am:
* configure.ac:
* win32/common/config.h.in:
add win32 stuff

18 years agoadd win32 stuff
Thomas Vander Stichele [Wed, 3 May 2006 14:26:51 +0000 (14:26 +0000)]
add win32 stuff

Original commit message from CVS:
* Makefile.am:
* configure.ac:
* win32/common/config.h.in:
add win32 stuff

18 years agoext/cairo/gsttimeoverlay.c: Fix timeoverlay for non-multiple-of-4 widths. This fourcc...
Michael Smith [Tue, 2 May 2006 22:34:52 +0000 (22:34 +0000)]
ext/cairo/gsttimeoverlay.c: Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap

Original commit message from CVS:
* ext/cairo/gsttimeoverlay.c: (gst_cairo_time_overlay_transform):
Fix timeoverlay for non-multiple-of-4 widths. This fourcc crap
SUCKS.

18 years agoFix get_caps func to work when no framerate is available and the caps isn't simple.
Edgard Lima [Tue, 2 May 2006 21:52:48 +0000 (21:52 +0000)]
Fix get_caps func to work when no framerate is available and the caps isn't simple.

Original commit message from CVS:
Fix get_caps func to work when no framerate is available and the caps isn't simple.

18 years agogst/: don't leak caps-string
Stefan Kost [Tue, 2 May 2006 18:50:23 +0000 (18:50 +0000)]
gst/: don't leak caps-string

Original commit message from CVS:
* gst/alpha/gstalphacolor.c: (gst_alpha_color_transform_caps):
* gst/debug/negotiation.c: (gst_negotiation_update_caps):
* gst/rtp/gstrtpilbcdepay.c: (gst_rtp_ilbc_depay_setcaps):
don't leak caps-string

18 years agogst/id3demux/gstid3demux.c: Let core insert default error message for TYPE_NOT_FOUND...
Tim-Philipp Müller [Tue, 2 May 2006 15:46:02 +0000 (15:46 +0000)]
gst/id3demux/gstid3demux.c: Let core insert default error message for TYPE_NOT_FOUND errors, it's just as good as our...

Original commit message from CVS:
* gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
(gst_id3demux_sink_activate):
Let core insert default error message for TYPE_NOT_FOUND
errors, it's just as good as our own and has the added
bonus of being translated.

18 years agogst/: Post an error message when we get an EOS event and were not able to find out...
Tim-Philipp Müller [Tue, 2 May 2006 15:40:15 +0000 (15:40 +0000)]
gst/: Post an error message when we get an EOS event and were not able to find out the type of stream.

Original commit message from CVS:
* gst/apetag/gsttagdemux.c: (gst_tag_demux_init),
(gst_tag_demux_sink_event):
* gst/id3demux/gstid3demux.c: (gst_id3demux_init),
(gst_id3demux_sink_event):
Post an error message when we get an EOS event and were not
able to find out the type of stream.
* tests/check/elements/id3v2mux.c: (fill_mp3_buffer), (got_buffer),
(test_taglib_id3mux_with_tags):
Decrease num-buffers to 16 per iteration again, otherwise the
many memcpy()s and reallocations in the test will hammer slow
CPUs completely and make the test timeout.

18 years agoconfigure.ac: figure out where plugins-base plugins are
Thomas Vander Stichele [Tue, 2 May 2006 13:24:38 +0000 (13:24 +0000)]
configure.ac: figure out where plugins-base plugins are

Original commit message from CVS:

* configure.ac:
figure out where plugins-base plugins are
* tests/check/Makefile.am:
use plugins-base plugins, so we have typefind functions
* tests/check/elements/id3v2mux.c: (test_taglib_id3mux_with_tags):
increase num-buffers, this makes sure the test errors out instead
of timing out when no typefind functions are present

18 years agofix docs for wavparse
Thomas Vander Stichele [Tue, 2 May 2006 13:01:50 +0000 (13:01 +0000)]
fix docs for wavparse

Original commit message from CVS:
fix docs for wavparse

18 years agoFew improvements to move to good.
Edgard Lima [Mon, 1 May 2006 21:37:51 +0000 (21:37 +0000)]
Few improvements to move to good.

Original commit message from CVS:
Few improvements to move to good.

18 years agodocs/plugins/Makefile.am: also check .cc files for gtk-doc markup
Thomas Vander Stichele [Mon, 1 May 2006 11:46:33 +0000 (11:46 +0000)]
docs/plugins/Makefile.am: also check .cc files for gtk-doc markup

Original commit message from CVS:

* docs/plugins/Makefile.am:
also check .cc files for gtk-doc markup
* configure.ac:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* tests/check/Makefile.am:
* tests/check/elements/id3v2mux.c: (id3v2mux_suite), (main):
* ext/Makefile.am:
* ext/taglib/Makefile.am:
* ext/taglib/gstid3v2mux.h:
* ext/taglib/gsttaglibmux.c:
* ext/taglib/gsttaglibmux.h:
move taglib-based id3v2muxer to -good.  Fixes #336110.

18 years agoadd icydemux inspection
Thomas Vander Stichele [Mon, 1 May 2006 11:45:15 +0000 (11:45 +0000)]
add icydemux inspection

Original commit message from CVS:
add icydemux inspection

18 years agoadd ximagesrc for translation
Thomas Vander Stichele [Mon, 1 May 2006 11:43:31 +0000 (11:43 +0000)]
add ximagesrc for translation

Original commit message from CVS:
add ximagesrc for translation

18 years agosmall cleanups
Thomas Vander Stichele [Sun, 30 Apr 2006 16:16:59 +0000 (16:16 +0000)]
small cleanups

Original commit message from CVS:
small cleanups

18 years agofix docs
Thomas Vander Stichele [Sun, 30 Apr 2006 15:32:13 +0000 (15:32 +0000)]
fix docs

Original commit message from CVS:
fix docs

18 years agoupdate to latest version
Thomas Vander Stichele [Sun, 30 Apr 2006 14:55:15 +0000 (14:55 +0000)]
update to latest version

Original commit message from CVS:
update to latest version

18 years agoext/taglib/gsttaglib.cc: Post an error message on the bus in the (extremely unlikely...
Tim-Philipp Müller [Sat, 29 Apr 2006 18:46:36 +0000 (18:46 +0000)]
ext/taglib/gsttaglib.cc: Post an error message on the bus in the (extremely unlikely) case of an error.

Original commit message from CVS:
* ext/taglib/gsttaglib.cc:
Post an error message on the bus in the (extremely unlikely)
case of an error.

18 years agoext/taglib/: Split the actual ID3v2 tag rendering code into its own subclass.
Tim-Philipp Müller [Sat, 29 Apr 2006 18:18:24 +0000 (18:18 +0000)]
ext/taglib/: Split the actual ID3v2 tag rendering code into its own subclass.

Original commit message from CVS:
* ext/taglib/Makefile.am:
* ext/taglib/gstid3v2mux.cc:
* ext/taglib/gstid3v2mux.h:
* ext/taglib/gsttaglib.cc:
* ext/taglib/gsttaglib.h:
Split the actual ID3v2 tag rendering code into
its own subclass.

18 years agogst/wavparse/gstwavparse.c: ... and fix multichannel/WAVFORMATEX support again.
Tim-Philipp Müller [Sat, 29 Apr 2006 16:14:20 +0000 (16:14 +0000)]
gst/wavparse/gstwavparse.c: ... and fix multichannel/WAVFORMATEX support again.

Original commit message from CVS:
* gst/wavparse/gstwavparse.c: (gst_wavparse_stream_headers):
... and fix multichannel/WAVFORMATEX support again.

18 years agogst/wavparse/gstwavparse.*: Add push (streaming) mode to wavparse (fixes #337625)
Stefan Kost [Fri, 28 Apr 2006 23:09:17 +0000 (23:09 +0000)]
gst/wavparse/gstwavparse.*: Add push (streaming) mode to wavparse (fixes #337625)

Original commit message from CVS:
* gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
(gst_wavparse_class_init), (gst_wavparse_dispose),
(gst_wavparse_reset), (gst_wavparse_init),
(gst_wavparse_create_sourcepad), (gst_wavparse_parse_adtl),
(gst_wavparse_parse_cues), (gst_wavparse_parse_file_header),
(gst_wavparse_stream_init), (gst_wavparse_perform_seek),
(gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk),
(gst_wavparse_stream_headers), (gst_wavparse_parse_stream_init),
(gst_wavparse_send_event), (gst_wavparse_add_src_pad),
(gst_wavparse_stream_data), (gst_wavparse_loop),
(gst_wavparse_chain), (gst_wavparse_srcpad_event),
(gst_wavparse_sink_activate), (gst_wavparse_sink_activate_pull),
(gst_wavparse_change_state), (plugin_init):
* gst/wavparse/gstwavparse.h:
Add push (streaming) mode to wavparse (fixes #337625)

18 years agoelement renamed
Thomas Vander Stichele [Fri, 28 Apr 2006 21:43:07 +0000 (21:43 +0000)]
element renamed

Original commit message from CVS:
element renamed

18 years agoadd plugin docs for ximagesrc
Thomas Vander Stichele [Fri, 28 Apr 2006 19:22:46 +0000 (19:22 +0000)]
add plugin docs for ximagesrc

Original commit message from CVS:
add plugin docs for ximagesrc

18 years agoadd ximagesrc icles test
Thomas Vander Stichele [Fri, 28 Apr 2006 19:15:08 +0000 (19:15 +0000)]
add ximagesrc icles test

Original commit message from CVS:

* configure.ac:
* tests/Makefile.am:
add ximagesrc icles test

18 years agoMove ximagesrc plug-in to good after review. Fixes #336756.
Thomas Vander Stichele [Fri, 28 Apr 2006 18:57:09 +0000 (18:57 +0000)]
Move ximagesrc plug-in to good after review.  Fixes #336756.

Original commit message from CVS:

* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init),
(gst_cmml_enc_push_clip):
* sys/Makefile.am:
* sys/ximage/Makefile.am:
* sys/ximage/gstximagesrc.c:
Move ximagesrc plug-in to good after review.  Fixes #336756.

18 years agoborgify naming
Thomas Vander Stichele [Fri, 28 Apr 2006 16:51:33 +0000 (16:51 +0000)]
borgify naming

Original commit message from CVS:
borgify naming

18 years agodoc tweaks
Thomas Vander Stichele [Fri, 28 Apr 2006 16:46:52 +0000 (16:46 +0000)]
doc tweaks

Original commit message from CVS:
doc tweaks

18 years agoclean up Makefile.am
Thomas Vander Stichele [Fri, 28 Apr 2006 16:15:20 +0000 (16:15 +0000)]
clean up Makefile.am

Original commit message from CVS:
clean up Makefile.am

18 years agopedantic cleanups
Thomas Vander Stichele [Fri, 28 Apr 2006 15:33:09 +0000 (15:33 +0000)]
pedantic cleanups

Original commit message from CVS:
pedantic cleanups

18 years agogst/icydemux/gsticydemux.*: Fix event handling: cache events when typefinding and...
Michael Smith [Fri, 28 Apr 2006 14:57:57 +0000 (14:57 +0000)]
gst/icydemux/gsticydemux.*: Fix event handling: cache events when typefinding and forward later.

Original commit message from CVS:
* gst/icydemux/gsticydemux.c: (gst_icydemux_reset),         (gst_icydemux_init), (gst_icydemux_sink_setcaps),
(gst_icydemux_add_srcpad), (gst_icydemux_parse_and_send_tags),
(gst_icydemux_handle_event), (gst_icydemux_send_cached_events),
(gst_icydemux_typefind_or_forward), (gst_icydemux_add_meta),
(gst_icydemux_chain), (gst_icydemux_send_tag_event):
* gst/icydemux/gsticydemux.h:
Fix event handling: cache events when typefinding and forward later.

18 years agosys/osxaudio/gstosxaudiosink.c: Register osxaudiosrc to the plugin.
Zaheer Abbas Merali [Fri, 28 Apr 2006 14:55:20 +0000 (14:55 +0000)]
sys/osxaudio/gstosxaudiosink.c: Register osxaudiosrc to the plugin.

Original commit message from CVS:
2006-04-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>

* sys/osxaudio/gstosxaudiosink.c:
(plugin_init):
Register osxaudiosrc to the plugin.
* sys/osxaudio/gstosxaudiosrc.c:
(gst_osx_audio_src_osxelement_do_init),
(gst_osx_audio_src_base_init), (gst_osx_audio_src_class_init),
(gst_osx_audio_src_init), (gst_osx_audio_src_set_property),
(gst_osx_audio_src_get_property),
(gst_osx_audio_src_create_ringbuffer), (gst_osx_audio_src_io_proc),
(gst_osx_audio_src_osxelement_init):
* sys/osxaudio/gstosxaudiosrc.h:
Port of osxaudiosrc to 0.10.
* sys/osxaudio/Makefile.am:
Add osxaudiosrc

18 years agocommit Changelog for previous commit
Zaheer Abbas Merali [Fri, 28 Apr 2006 12:00:39 +0000 (12:00 +0000)]
commit Changelog for previous commit

Original commit message from CVS:
commit Changelog for previous commit

18 years agoForgot to commit, quick commit be4 apple dies
Zaheer Abbas Merali [Fri, 28 Apr 2006 11:57:39 +0000 (11:57 +0000)]
Forgot to commit, quick commit be4 apple dies

Original commit message from CVS:
Forgot to commit, quick commit be4 apple dies

18 years agogst/id3demux/id3v2frames.c: Recognise and skip any byte order marker (BOM) in
Tim-Philipp Müller [Fri, 28 Apr 2006 11:37:22 +0000 (11:37 +0000)]
gst/id3demux/id3v2frames.c: Recognise and skip any byte order marker (BOM) in

Original commit message from CVS:
* gst/id3demux/id3v2frames.c: (has_utf16_bom),
(parse_split_strings):
Recognise and skip any byte order marker (BOM) in
UTF-16 strings.

18 years agoAdd docs for both avidemux and avimux.
Tim-Philipp Müller [Thu, 27 Apr 2006 16:05:54 +0000 (16:05 +0000)]
Add docs for both avidemux and avimux.

Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
* docs/plugins/inspect/plugin-avi.xml:
* gst/avi/gstavidemux.c:
* gst/avi/gstavimux.c:
Add docs for both avidemux and avimux.

18 years agogst/avi/: Port AVI muxer to GStreamer-0.10 (#332031).
Mark Nauwelaerts [Thu, 27 Apr 2006 14:51:06 +0000 (14:51 +0000)]
gst/avi/: Port AVI muxer to GStreamer-0.10 (#332031).

Original commit message from CVS:
Patch by: Mark Nauwelaerts  <manauw at skynet dot be>
* gst/avi/Makefile.am:
* gst/avi/gstavi.c: (plugin_init):
* gst/avi/gstavimux.c: (gst_avi_mux_get_type),
(gst_avi_mux_base_init), (gst_avi_mux_finalize),
(gst_avi_mux_class_init), (gst_avi_mux_init),
(gst_avi_mux_vidsink_set_caps), (gst_avi_mux_audsink_set_caps),
(gst_avi_mux_pad_link), (gst_avi_mux_pad_unlink),
(gst_avi_mux_request_new_pad), (gst_avi_mux_release_pad),
(gst_avi_mux_write_tag), (gst_avi_mux_riff_get_avi_header),
(gst_avi_mux_riff_get_avix_header),
(gst_avi_mux_riff_get_video_header),
(gst_avi_mux_riff_get_audio_header), (gst_avi_mux_add_index),
(gst_avi_mux_write_index), (gst_avi_mux_bigfile),
(gst_avi_mux_start_file), (gst_avi_mux_stop_file),
(gst_avi_mux_restart_file), (gst_avi_mux_handle_event),
(gst_avi_mux_fill_queue), (gst_avi_mux_send_pad_data),
(gst_avi_mux_strip_buffer), (gst_avi_mux_do_audio_buffer),
(gst_avi_mux_do_video_buffer), (gst_avi_mux_do_one_buffer),
(gst_avi_mux_loop), (gst_avi_mux_collect_pads),
(gst_avi_mux_get_property), (gst_avi_mux_set_property),
(gst_avi_mux_change_state):
* gst/avi/gstavimux.h:
Port AVI muxer to GStreamer-0.10 (#332031).
* tests/check/Makefile.am:
* tests/check/elements/avimux.c:
* tests/check/elements/.cvsignore:
Add unit test for AVI muxer.

18 years agogst/wavparse/gstwavparse.*: reverted patch #337625 for the price of 1 hour sleep
Stefan Kost [Wed, 26 Apr 2006 21:29:45 +0000 (21:29 +0000)]
gst/wavparse/gstwavparse.*: reverted patch #337625 for the price of 1 hour sleep

Original commit message from CVS:
* gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
(gst_wavparse_class_init), (gst_wavparse_reset),
(gst_wavparse_init), (gst_wavparse_create_sourcepad),
(gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
(gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
(gst_wavparse_send_event), (gst_wavparse_add_src_pad),
(gst_wavparse_stream_data), (gst_wavparse_loop),
(gst_wavparse_srcpad_event), (gst_wavparse_sink_activate),
(gst_wavparse_sink_activate_pull), (gst_wavparse_change_state),
(plugin_init):
* gst/wavparse/gstwavparse.h:
reverted patch #337625 for the price of 1 hour sleep

18 years agogst/wavparse/gstwavparse.*: correct partial implementation of push mode (from my...
Stefan Kost [Wed, 26 Apr 2006 20:11:18 +0000 (20:11 +0000)]
gst/wavparse/gstwavparse.*: correct partial implementation of push mode (from my last commit)

Original commit message from CVS:
* gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
(gst_wavparse_class_init), (gst_wavparse_reset),
(gst_wavparse_init), (gst_wavparse_create_sourcepad),
(gst_wavparse_parse_adtl), (gst_wavparse_parse_cues),
(gst_wavparse_parse_file_header), (gst_wavparse_stream_init),
(gst_wavparse_perform_seek), (gst_wavparse_stream_headers),
(gst_wavparse_stream_data), (gst_wavparse_loop),
(gst_wavparse_chain), (plugin_init):
* gst/wavparse/gstwavparse.h:
correct partial implementation of push mode
(from my last commit)

18 years agoext/esd/esdsink.c: Fix compile problem by defining ESD_MAX_WRITE_SIZE if it is not...
Wim Taymans [Wed, 26 Apr 2006 17:37:10 +0000 (17:37 +0000)]
ext/esd/esdsink.c: Fix compile problem by defining ESD_MAX_WRITE_SIZE if it is not in esd.h

Original commit message from CVS:
* ext/esd/esdsink.c:
Fix compile problem by defining ESD_MAX_WRITE_SIZE if
it is not in esd.h

18 years agogst/auparse/gstauparse.*: Rewrite auparse to suck a little bit less: make source...
Tim-Philipp Müller [Wed, 26 Apr 2006 17:08:24 +0000 (17:08 +0000)]
gst/auparse/gstauparse.*: Rewrite auparse to suck a little bit less: make source pad dynamic, so decodebin/playbin wo...

Original commit message from CVS:
* gst/auparse/gstauparse.c: (gst_au_parse_base_init),
(gst_au_parse_class_init), (gst_au_parse_init),
(gst_au_parse_reset), (gst_au_parse_add_srcpad),
(gst_au_parse_remove_srcpad), (gst_au_parse_parse_header),
(gst_au_parse_chain), (gst_au_parse_src_convert),
(gst_au_parse_src_query), (gst_au_parse_handle_seek),
(gst_au_parse_sink_event), (gst_au_parse_src_event),
(gst_au_parse_change_state):
* gst/auparse/gstauparse.h:
Rewrite auparse to suck a little bit less: make source pad
dynamic, so decodebin/playbin work with non-raw formats
like alaw/mulaw; add query function for duration/position
queries; check whether we have enough data before attempting
to parse the header (instead of crashing when that is not the
case); work around audioconvert sucking by swapping endianness
to the native endianness ourselves for float formats; send
initial newsegment event. Fixes #161712.