platform/upstream/gstreamer.git
15 years agoChange comment to refer to right variable.
Stefan Kost [Sun, 25 Jan 2009 20:31:52 +0000 (22:31 +0200)]
Change comment to refer to right variable.

15 years agoBring synaesthesia to next century.
Stefan Kost [Sat, 24 Jan 2009 21:27:08 +0000 (23:27 +0200)]
Bring synaesthesia to next century.

Do proper size negotiation. Change engine API to allow resizes. Small cleanups elsewhere.

15 years agoFix leak of converted string
David Schleef [Sat, 24 Jan 2009 01:51:00 +0000 (17:51 -0800)]
Fix leak of converted string

15 years agoAdd more to the gitignores
Jan Schmidt [Fri, 23 Jan 2009 23:44:01 +0000 (23:44 +0000)]
Add more to the gitignores

15 years agoMake synaesthesia build again.
Stefan Kost [Fri, 23 Jan 2009 21:59:38 +0000 (23:59 +0200)]
Make synaesthesia build again.

_init() has no params.

15 years agoUpdate common snapshot.
Stefan Kost [Thu, 22 Jan 2009 16:15:36 +0000 (18:15 +0200)]
Update common snapshot.

15 years agoFix pre-commit hook
Sebastian Dröge [Thu, 22 Jan 2009 12:50:09 +0000 (13:50 +0100)]
Fix pre-commit hook

15 years agoInstall and use pre-commit indentation hook from common
Edward Hervey [Thu, 22 Jan 2009 05:14:31 +0000 (06:14 +0100)]
Install and use pre-commit indentation hook from common

15 years agoautogen.sh : Use git submodule
Edward Hervey [Wed, 21 Jan 2009 03:32:33 +0000 (04:32 +0100)]
autogen.sh : Use git submodule

15 years agogst/mpegstream/: Fix some caps leaks. Fixes bug #564885.
Yves Lefebvre [Thu, 8 Jan 2009 08:19:25 +0000 (08:19 +0000)]
gst/mpegstream/: Fix some caps leaks. Fixes bug #564885.

Original commit message from CVS:
Patch by: Yves Lefebvre <ivanohe at abacom dot com>
* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_video_stream),
(gst_dvd_demux_get_audio_stream),
(gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_reset):
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_init_stream),
(gst_mpeg_demux_get_video_stream),
(gst_mpeg_demux_get_audio_stream), (gst_mpeg_demux_reset):
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_chain):
Fix some caps leaks. Fixes bug #564885.

15 years agoext/cdio/gstcdio.c: Remove unused format argument.
Alessandro Decina [Fri, 2 Jan 2009 00:43:53 +0000 (00:43 +0000)]
ext/cdio/gstcdio.c: Remove unused format argument.

Original commit message from CVS:
* ext/cdio/gstcdio.c:
Remove unused format argument.

15 years agowin32/common/: Hardcode cpu for win32 build, just like we do in the other modules...
Tim-Philipp Müller [Sat, 13 Dec 2008 20:41:40 +0000 (20:41 +0000)]
win32/common/: Hardcode cpu for win32 build, just like we do in the other modules, to remove VCS conflicts and incons...

Original commit message from CVS:
* win32/common/.cvsignore:
* win32/common/config.h:
* win32/common/config.h.in:
Hardcode cpu for win32 build, just like we do in the other modules,
to remove VCS conflicts and inconsistent defines between modules,
and update version defines to CVS.

15 years agom4/Makefile.am: Removed two more .m4 that aren't shipped with gettext 0.17 anymore.
Edward Hervey [Sat, 13 Dec 2008 16:29:38 +0000 (16:29 +0000)]
m4/Makefile.am: Removed two more .m4 that aren't shipped with gettext 0.17 anymore.

Original commit message from CVS:
* m4/Makefile.am:
Removed two more .m4 that aren't shipped with gettext 0.17 anymore.

15 years agom4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and since we...
Edward Hervey [Sat, 13 Dec 2008 13:01:49 +0000 (13:01 +0000)]
m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and since we now require gettext >= 0.17 ... we...

Original commit message from CVS:
* m4/Makefile.am:
inttypes.m4 hasn't been available since gettext-0.15, and since we now
require gettext >= 0.17 ... we can remove it from the list of files to
dist.

15 years agogst/mpegaudioparse/gstmpegaudioparse.*: Do an initial class_ref on an internal enum...
Tim-Philipp Müller [Wed, 10 Dec 2008 15:42:21 +0000 (15:42 +0000)]
gst/mpegaudioparse/gstmpegaudioparse.*: Do an initial class_ref on an internal enum type from within the class_init f...

Original commit message from CVS:
* gst/mpegaudioparse/gstmpegaudioparse.c: (channel_mode_class),
(GST_TYPE_MP3_CHANNEL_MODE), (mp3_type_frame_length_from_header),
(gst_mp3parse_emit_frame), (mp3parse_get_query_types):
* gst/mpegaudioparse/gstmpegaudioparse.h:
Do an initial class_ref on an internal enum type from within the
class_init function so that there aren't any issues when multiple
mp3parse elements are started in separate threads at the same
time. (Why we use an enum type here if the tag is registered as
a string type, I don't know). Also remove custom UNUSED macro
and use GLib's instead.

15 years agoconfigure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro...
Sebastian Dröge [Thu, 4 Dec 2008 20:11:33 +0000 (20:11 +0000)]
configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro directory, reverting last change.

Original commit message from CVS:
* configure.ac:
Apparently AC_CONFIG_MACRO_DIR breaks when using more
than one macro directory, reverting last change.

15 years agoconfigure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros.
Sebastian Dröge [Thu, 4 Dec 2008 19:48:20 +0000 (19:48 +0000)]
configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros.

Original commit message from CVS:
* configure.ac:
Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
our M4 macros.

15 years agoext/mpeg2dec/gstmpeg2dec.c: Last change introduced a regression that made mpeg2dec...
Sebastian Dröge [Mon, 1 Dec 2008 14:39:34 +0000 (14:39 +0000)]
ext/mpeg2dec/gstmpeg2dec.c: Last change introduced a regression that made mpeg2dec handle some 4:2:2 videos as 4:4:4....

Original commit message from CVS:
* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
Last change introduced a regression that made mpeg2dec handle
some 4:2:2 videos as 4:4:4. Fixes bug #562086.

15 years agoRequire gettext 0.17 because older versions don't mix with libtool 2.2. At build...
Sebastian Dröge [Sat, 29 Nov 2008 13:33:37 +0000 (13:33 +0000)]
Require gettext 0.17 because older versions don't mix with libtool 2.2. At build time an older gettext version will s...

Original commit message from CVS:
Patch by: Cygwin Ports maintainer
<yselkowitz at users dot sourceforge dot net>
* autogen.sh:
* configure.ac:
Require gettext 0.17 because older versions don't mix with libtool
2.2. At build time an older gettext version will still work.
Fixes bug #556091.

15 years agoext/mpeg2dec/gstmpeg2dec.*: Add support for 4:4:4 video. Fixes #562086
David Schleef [Tue, 25 Nov 2008 03:44:06 +0000 (03:44 +0000)]
ext/mpeg2dec/gstmpeg2dec.*: Add support for 4:4:4 video.  Fixes #562086

Original commit message from CVS:
* ext/mpeg2dec/gstmpeg2dec.c:
* ext/mpeg2dec/gstmpeg2dec.h:
Add support for 4:4:4 video.  Fixes #562086

15 years agoext/mpeg2dec/gstmpeg2dec.c: Add support for the STATE_SEQUENCE_MODIFIED state in...
Simon Holm Thøgersen [Mon, 24 Nov 2008 09:51:39 +0000 (09:51 +0000)]
ext/mpeg2dec/gstmpeg2dec.c: Add support for the STATE_SEQUENCE_MODIFIED state in mpeg2dec >= 0.5.0. Fixes bug #562065.

Original commit message from CVS:
Patch by: Simon Holm Thøgersen <odie at cs dot aau dot dk>
* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_chain):
Add support for the STATE_SEQUENCE_MODIFIED state in mpeg2dec
>= 0.5.0. Fixes bug #562065.

15 years agogst/asfdemux/gstasfdemux.c: Remove duplicate and broken code for the streaming case...
Wim Taymans [Thu, 20 Nov 2008 21:31:19 +0000 (21:31 +0000)]
gst/asfdemux/gstasfdemux.c: Remove duplicate and broken code for the streaming case and simply reuse the much better ...

Original commit message from CVS:
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_chain):
Remove duplicate and broken code for the streaming case and simply reuse
the much better working pull based code. Fixes #560348.

15 years agoconfigure.ac: Back to development -> 0.10.10.1
Jan Schmidt [Thu, 20 Nov 2008 20:42:33 +0000 (20:42 +0000)]
configure.ac: Back to development -> 0.10.10.1

Original commit message from CVS:
* configure.ac:
Back to development -> 0.10.10.1

15 years agoRelease 0.10.10 - "Under the House"
Jan Schmidt [Wed, 19 Nov 2008 14:30:44 +0000 (14:30 +0000)]
Release 0.10.10 - "Under the House"

Original commit message from CVS:
Release 0.10.10 - "Under the House"

15 years agoUpdate .po files
Jan Schmidt [Wed, 19 Nov 2008 13:59:12 +0000 (13:59 +0000)]
Update .po files

Original commit message from CVS:
Update .po files

15 years agoext/sidplay/Makefile.am: Use GST_CXXFLAGS for C++ code instead of GST_CFLAGS. The...
Sebastian Dröge [Mon, 17 Nov 2008 09:53:39 +0000 (09:53 +0000)]
ext/sidplay/Makefile.am: Use GST_CXXFLAGS for C++ code instead of GST_CFLAGS. The latter could contain CFLAGS that do...

Original commit message from CVS:
* ext/sidplay/Makefile.am:
Use GST_CXXFLAGS for C++ code instead of GST_CFLAGS. The latter could
contain CFLAGS that do not exist for C++, like -Wvla or
-Wdeclaration-after-statement. Fixes bug #561161.

15 years agoconfigure.ac: 0.10.9.3 pre-release
Jan Schmidt [Wed, 12 Nov 2008 23:19:55 +0000 (23:19 +0000)]
configure.ac: 0.10.9.3 pre-release

Original commit message from CVS:
* configure.ac:
0.10.9.3 pre-release

15 years agogst/asfdemux/gstasfdemux.c: Only copy sane aspect ratio values on the caps. Fixes...
Wim Taymans [Tue, 11 Nov 2008 17:14:46 +0000 (17:14 +0000)]
gst/asfdemux/gstasfdemux.c: Only copy sane aspect ratio values on the caps. Fixes #559682.

Original commit message from CVS:
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_video_stream):
Only copy sane aspect ratio values on the caps. Fixes #559682.

15 years agoAdd bug number to the mp3parse mpeg 2.5 fix
Sebastian Dröge [Thu, 6 Nov 2008 13:29:37 +0000 (13:29 +0000)]
Add bug number to the mp3parse mpeg 2.5 fix

Original commit message from CVS:
Add bug number to the mp3parse mpeg 2.5 fix

15 years agoext/amrnb/amrnbdec.*: Add a property to select the amr variant. Fixes #424070.
Wim Taymans [Wed, 5 Nov 2008 11:03:07 +0000 (11:03 +0000)]
ext/amrnb/amrnbdec.*: Add a property to select the amr variant. Fixes #424070.

Original commit message from CVS:
* ext/amrnb/amrnbdec.c: (gst_amrnb_variant_get_type),
(gst_amrnbdec_class_init), (gst_amrnbdec_set_property),
(gst_amrnbdec_get_property), (gst_amrnbdec_chain):
* ext/amrnb/amrnbdec.h:
Add a property to select the amr variant. Fixes #424070.

15 years agogst/mpegstream/: Fix memmory corruption due to not storing the new updated pointer...
Tal Shalif [Mon, 3 Nov 2008 11:31:49 +0000 (11:31 +0000)]
gst/mpegstream/: Fix memmory corruption due to not storing the new updated pointer after a g_renew(). Fixes #558896.

Original commit message from CVS:
Patch by: Tal Shalif <tshalif at nargila dot org>
* gst/mpegstream/gstdvddemux.c:
(gst_dvd_demux_get_subpicture_stream):
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
(gst_mpeg_demux_get_audio_stream):
Fix memmory corruption due to not storing the new updated pointer
after a g_renew(). Fixes #558896.

15 years agotests/check/Makefile.am: Blacklist cdiocddasrc from state-change tests. Fixes #558277.
Stefan Kost [Thu, 30 Oct 2008 14:50:41 +0000 (14:50 +0000)]
tests/check/Makefile.am: Blacklist cdiocddasrc from state-change tests. Fixes #558277.

Original commit message from CVS:
* tests/check/Makefile.am:
Blacklist cdiocddasrc from state-change tests. Fixes #558277.

15 years agoconfigure.ac: oops, forgot to bump the version back to devel after the last release...
Jan Schmidt [Fri, 24 Oct 2008 20:44:13 +0000 (20:44 +0000)]
configure.ac: oops, forgot to bump the version back to devel after the last release 0.10.9.1

Original commit message from CVS:
* configure.ac:
oops, forgot to bump the version back to devel
after the last release 0.10.9.1

15 years agogst/realmedia/rmdemux.c: Add suport for mpeg4 and aac audio. See #556714.
Wim Taymans [Fri, 24 Oct 2008 12:47:05 +0000 (12:47 +0000)]
gst/realmedia/rmdemux.c: Add suport for mpeg4 and aac audio. See #556714.

Original commit message from CVS:
* gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
(gst_rmdemux_descramble_mp4a_audio),
(gst_rmdemux_handle_scrambled_packet):
Add suport for mpeg4 and aac audio. See #556714.

15 years agogst/mpegaudioparse/gstmpegaudioparse.c: Calculate samples per frame correctly for...
Michael Smith [Tue, 14 Oct 2008 19:28:05 +0000 (19:28 +0000)]
gst/mpegaudioparse/gstmpegaudioparse.c: Calculate samples per frame correctly for "MPEG 2.5" layer 3.

Original commit message from CVS:
* gst/mpegaudioparse/gstmpegaudioparse.c:
Calculate samples per frame correctly for "MPEG 2.5" layer 3.
Fixes skipping on these files.

15 years agoext/mpeg2dec/gstmpeg2dec.*: Prefer the container's PAR over the stream's PAR if it...
Robin Stocker [Tue, 14 Oct 2008 12:51:41 +0000 (12:51 +0000)]
ext/mpeg2dec/gstmpeg2dec.*: Prefer the container's PAR over the stream's PAR if it's given in the srcpad caps. Fixes ...

Original commit message from CVS:
Patch by: Robin Stocker <robin at nibor dot org>
* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
(handle_sequence), (gst_mpeg2dec_setcaps):
* ext/mpeg2dec/gstmpeg2dec.h:
Prefer the container's PAR over the stream's PAR if it's
given in the srcpad caps. Fixes bug #556184.

15 years agoDon't install static libs for plugins. Fixes #550851 for ugly.
Stefan Kost [Mon, 13 Oct 2008 18:10:25 +0000 (18:10 +0000)]
Don't install static libs for plugins. Fixes #550851 for ugly.

Original commit message from CVS:
* ext/a52dec/Makefile.am:
* ext/amrnb/Makefile.am:
* ext/cdio/Makefile.am:
* ext/dvdnav/Makefile.am:
* ext/dvdread/Makefile.am:
* ext/lame/Makefile.am:
* ext/mad/Makefile.am:
* ext/mpeg2dec/Makefile.am:
* ext/sidplay/Makefile.am:
* gst/ac3parse/Makefile.am:
* gst/asfdemux/Makefile.am:
* gst/dvdlpcmdec/Makefile.am:
* gst/dvdsub/Makefile.am:
* gst/iec958/Makefile.am:
* gst/mpegaudioparse/Makefile.am:
* gst/mpegstream/Makefile.am:
* gst/realmedia/Makefile.am:
* gst/synaesthesia/Makefile.am:
Don't install static libs for plugins. Fixes #550851 for ugly.

15 years agogst/mpegaudioparse/gstmpegaudioparse.c: Post a GST_ELEMENT_ERROR if we get EOS before...
Sebastian Dröge [Mon, 13 Oct 2008 09:04:15 +0000 (09:04 +0000)]
gst/mpegaudioparse/gstmpegaudioparse.c: Post a GST_ELEMENT_ERROR if we get EOS before seeing any valid frames. Partia...

Original commit message from CVS:
* gst/mpegaudioparse/gstmpegaudioparse.c:
(gst_mp3parse_sink_event):
Post a GST_ELEMENT_ERROR if we get EOS before seeing any valid
frames. Partially fixes bug #552237.

16 years agoext/amrnb/amrnbparse.c: use #defines for HEADER. Unref the object in _sink_activate_p...
Stefan Kost [Thu, 9 Oct 2008 09:23:00 +0000 (09:23 +0000)]
ext/amrnb/amrnbparse.c: use #defines for HEADER. Unref the object in _sink_activate_pull().

Original commit message from CVS:
* ext/amrnb/amrnbparse.c:
use #defines for HEADER. Unref the object in _sink_activate_pull().

16 years agoext/mad/gstmad.*: track discont on incomming buffers and set discont on outgoing...
Wim Taymans [Wed, 8 Oct 2008 13:59:57 +0000 (13:59 +0000)]
ext/mad/gstmad.*: track discont on incomming buffers and set discont on outgoing buffers.

Original commit message from CVS:
* ext/mad/gstmad.c: (gst_mad_src_event), (gst_mad_chain),
(gst_mad_change_state):
* ext/mad/gstmad.h:
track discont on incomming buffers and set discont on outgoing
buffers.
Pass unknown events upstreams instead of dropping them.

16 years agoext/mpeg2dec/gstmpeg2dec.*: Fix compilation with --disable-index. Fixes bug #554150.
Sameer Naik [Sun, 28 Sep 2008 17:33:43 +0000 (17:33 +0000)]
ext/mpeg2dec/gstmpeg2dec.*: Fix compilation with --disable-index. Fixes bug #554150.

Original commit message from CVS:
Patch by: Sameer Naik <sameer dot subscriptions at damagehead dot com>
* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_class_init),
(handle_slice), (gst_mpeg2dec_sink_event),
(gst_mpeg2dec_src_event):
* ext/mpeg2dec/gstmpeg2dec.h:
Fix compilation with --disable-index. Fixes bug #554150.

16 years agoext/mad/gstmad.*: Fix compilation with --disable-index. Fixes bug #554142.
Sameer Naik [Sun, 28 Sep 2008 17:31:37 +0000 (17:31 +0000)]
ext/mad/gstmad.*: Fix compilation with --disable-index. Fixes bug #554142.

Original commit message from CVS:
Patch by: Sameer Naik <sameer dot subscriptions at damagehead dot com>
* ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_dispose),
(gst_mad_src_event), (gst_mad_chain):
* ext/mad/gstmad.h:
Fix compilation with --disable-index. Fixes bug #554142.

16 years agoext/a52dec/gsta52dec.*: Fix channel re-negotiation on a change of the incoming stream.
Thijs Vermeir [Sat, 27 Sep 2008 00:20:48 +0000 (00:20 +0000)]
ext/a52dec/gsta52dec.*: Fix channel re-negotiation on a change of the incoming stream.

Original commit message from CVS:
* ext/a52dec/gsta52dec.c:
* ext/a52dec/gsta52dec.h:
Fix channel re-negotiation on a change of the incoming stream.
Patch By: Thijs Vermeir <thijsvermeir@gmail.com>
Fixes: #551660

16 years agoext/amrnb/amrnbenc.*: Pass the discont flag from the input buffer on to the output...
Wim Taymans [Fri, 26 Sep 2008 14:39:42 +0000 (14:39 +0000)]
ext/amrnb/amrnbenc.*: Pass the discont flag from the input buffer on to the output buffer in the AMR encoder.

Original commit message from CVS:
* ext/amrnb/amrnbenc.c: (gst_amrnbenc_chain),
(gst_amrnbenc_state_change):
* ext/amrnb/amrnbenc.h:
Pass the discont flag from the input buffer on to the output buffer in
the AMR encoder.

16 years agoext/amrnb/amrnbparse.*: Add flush seek handler. Fixes #536274.
Benoit Fouet [Fri, 26 Sep 2008 10:04:35 +0000 (10:04 +0000)]
ext/amrnb/amrnbparse.*: Add flush seek handler. Fixes #536274.

Original commit message from CVS:
Patch by: Benoit Fouet <benoit dot fouet at purplelabs dot com>
* ext/amrnb/amrnbparse.c: (gst_amrnbparse_init),
(gst_amrnbparse_handle_pull_seek),
(gst_amrnbparse_handle_push_seek), (gst_amrnbparse_src_event),
(gst_amrnbparse_sink_activate_push),
(gst_amrnbparse_sink_activate_pull):
* ext/amrnb/amrnbparse.h:
Add flush seek handler. Fixes #536274.

16 years agoext/amrnb/amrnbparse.*: Fix the duration query. Fixes #536226.
Benoit Fouet [Fri, 26 Sep 2008 09:57:02 +0000 (09:57 +0000)]
ext/amrnb/amrnbparse.*: Fix the duration query. Fixes #536226.

Original commit message from CVS:
Patch by: Benoit Fouet <benoit dot fouet at purplelabs dot com>
* ext/amrnb/amrnbparse.c: (gst_amrnbparse_query),
(gst_amrnbparse_chain), (gst_amrnbparse_loop),
(gst_amrnbparse_state_change):
* ext/amrnb/amrnbparse.h:
Fix the duration query. Fixes #536226.
Also set caps on the pads and buffers more correctly.

16 years agopo/LINGUAS: Add 'ca' to LINGUAS.
Tim-Philipp Müller [Tue, 2 Sep 2008 09:43:10 +0000 (09:43 +0000)]
po/LINGUAS: Add 'ca' to LINGUAS.

Original commit message from CVS:
* po/LINGUAS:
Add 'ca' to LINGUAS.

16 years agogst/asfdemux/gstasfdemux.c: Fix aggregated GST_FLOW_RETURN check for when to send...
Edward Hervey [Thu, 28 Aug 2008 09:57:30 +0000 (09:57 +0000)]
gst/asfdemux/gstasfdemux.c: Fix aggregated GST_FLOW_RETURN check for when to send an error message on the bus.

Original commit message from CVS:
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
Fix aggregated GST_FLOW_RETURN check for when to send an error message
on the bus.
Re-fixes #546859

16 years agogst/realmedia/rdtdepay.*: Parse other values from the incomming caps.
Wim Taymans [Wed, 27 Aug 2008 15:55:05 +0000 (15:55 +0000)]
gst/realmedia/rdtdepay.*: Parse other values from the incomming caps.

Original commit message from CVS:
* gst/realmedia/rdtdepay.c: (gst_rdt_depay_init),
(gst_rdt_depay_setcaps), (gst_rdt_depay_sink_event),
(create_segment_event), (gst_rdt_depay_push),
(gst_rdt_depay_handle_data), (gst_rdt_depay_change_state):
* gst/realmedia/rdtdepay.h:
Parse other values from the incomming caps.
Add event handler to handle flushing and segments.
Create segment events.
* gst/realmedia/rdtjitterbuffer.c: (rdt_jitter_buffer_insert):
Do skew correction based on RDT timestamps.
* gst/realmedia/rdtmanager.c: (activate_session),
(gst_rdt_manager_parse_caps), (gst_rdt_manager_setcaps),
(create_recv_rtp):
Parse caps to get the clockrate needed for the jitterbuffer.
* gst/realmedia/rmdemux.c: (gst_rmdemux_parse_video_packet):
Apply timestamp fixup after correcting for initial timestamp and
internal base timestamp corrections.

16 years agogst/realmedia/rdtdepay.*: Check seqnum gaps and drop duplicate packets or mark outgoi...
Wim Taymans [Wed, 27 Aug 2008 11:28:50 +0000 (11:28 +0000)]
gst/realmedia/rdtdepay.*: Check seqnum gaps and drop duplicate packets or mark outgoing buffers with a DISCONT flag w...

Original commit message from CVS:
* gst/realmedia/rdtdepay.c: (gst_rdt_depay_handle_data),
(gst_rdt_depay_change_state):
* gst/realmedia/rdtdepay.h:
Check seqnum gaps and drop duplicate packets or mark outgoing buffers
with a DISCONT flag when needed.
* gst/realmedia/rdtmanager.c: (gst_rdt_manager_query_src):
Report the configure latency instead of a hardcoded value.

16 years agogst/realmedia/rdtmanager.c: Include the new rdt jitterbuffer in the session manager.
Wim Taymans [Wed, 27 Aug 2008 10:02:06 +0000 (10:02 +0000)]
gst/realmedia/rdtmanager.c: Include the new rdt jitterbuffer in the session manager.

Original commit message from CVS:
* gst/realmedia/rdtmanager.c: (create_session), (activate_session),
(free_session), (gst_rdt_manager_query_src),
(gst_rdt_manager_src_activate_push),
(gst_rdt_manager_handle_data_packet), (gst_rdt_manager_chain_rdt),
(gst_rdt_manager_loop), (create_recv_rtp):
Include the new rdt jitterbuffer in the session manager.

16 years agogst/realmedia/rdtdepay.*: Use new RDT parsing helper functions.
Wim Taymans [Wed, 27 Aug 2008 09:58:00 +0000 (09:58 +0000)]
gst/realmedia/rdtdepay.*: Use new RDT parsing helper functions.

Original commit message from CVS:
* gst/realmedia/rdtdepay.c: (gst_rdt_depay_class_init),
(gst_rdt_depay_finalize), (gst_rdt_depay_setcaps),
(gst_rdt_depay_push), (gst_rdt_depay_handle_data),
(gst_rdt_depay_chain), (gst_rdt_depay_change_state):
* gst/realmedia/rdtdepay.h:
Use new RDT parsing helper functions.
Copy discont flags correctly.
Push the header from the chain function instead of the setcaps function.
Copy incomming timestamp to the output buffers instead of doing magic
with the RDT timestamps.

16 years agogst/realmedia/: Add first support for parsing RDT messages.
Wim Taymans [Wed, 27 Aug 2008 09:52:49 +0000 (09:52 +0000)]
gst/realmedia/: Add first support for parsing RDT messages.

Original commit message from CVS:
* gst/realmedia/Makefile.am:
* gst/realmedia/gstrdtbuffer.c: (gst_rdt_buffer_validate_data),
(gst_rdt_buffer_validate), (gst_rdt_buffer_get_packet_count),
(read_packet_header), (gst_rdt_buffer_get_first_packet),
(gst_rdt_packet_move_to_next), (gst_rdt_packet_get_type),
(gst_rdt_packet_get_length), (gst_rdt_packet_to_buffer),
(gst_rdt_buffer_compare_seqnum), (gst_rdt_packet_data_get_seq),
(gst_rdt_packet_data_peek_data),
(gst_rdt_packet_data_get_stream_id),
(gst_rdt_packet_data_get_timestamp):
* gst/realmedia/gstrdtbuffer.h:
Add first support for parsing RDT messages.
* gst/realmedia/rdtjitterbuffer.c: (rdt_jitter_buffer_class_init),
(rdt_jitter_buffer_init), (rdt_jitter_buffer_finalize),
(rdt_jitter_buffer_new), (rdt_jitter_buffer_reset_skew),
(calculate_skew), (rdt_jitter_buffer_insert),
(rdt_jitter_buffer_pop), (rdt_jitter_buffer_peek),
(rdt_jitter_buffer_flush), (rdt_jitter_buffer_num_packets),
(rdt_jitter_buffer_get_ts_diff):
* gst/realmedia/rdtjitterbuffer.h:
Add first version of an RDT jitterbuffer.

16 years agogst/realmedia/rmdemux.*: Keep track of the first timestamp of the stream and add...
Wim Taymans [Wed, 27 Aug 2008 09:47:17 +0000 (09:47 +0000)]
gst/realmedia/rmdemux.*: Keep track of the first timestamp of the stream and add this to the outgoing buffer timestam...

Original commit message from CVS:
* gst/realmedia/rmdemux.c: (gst_rmdemux_init),
(find_seek_offset_time), (gst_rmdemux_reset), (gst_rmdemux_chain),
(gst_rmdemux_parse_mdpr), (gst_rmdemux_descramble_cook_audio),
(gst_rmdemux_descramble_dnet_audio),
(gst_rmdemux_parse_video_packet), (gst_rmdemux_parse_audio_packet):
* gst/realmedia/rmdemux.h:
Keep track of the first timestamp of the stream and add this to the
outgoing buffer timestamps so that we can handle live streams.
Set discont flag on the first buffers and after a seek.

16 years agoRelease 0.10.9
Jan Schmidt [Tue, 26 Aug 2008 23:06:04 +0000 (23:06 +0000)]
Release 0.10.9

Original commit message from CVS:
Release 0.10.9

16 years agoUpdate .po files
Jan Schmidt [Tue, 26 Aug 2008 22:56:30 +0000 (22:56 +0000)]
Update .po files

Original commit message from CVS:
Update .po files

16 years agoext/a52dec/gsta52dec.c: Set up a default time segment for output when receiving an...
Jan Schmidt [Tue, 26 Aug 2008 15:35:43 +0000 (15:35 +0000)]
ext/a52dec/gsta52dec.c: Set up a default time segment for output when receiving an incoming byte segment (as for raw ...

Original commit message from CVS:
* ext/a52dec/gsta52dec.c:
Set up a default time segment for output when receiving
an incoming byte segment (as for raw AC3 files).
Fixes: #548194

16 years ago0.10.8.2 pre-release.
Jan Schmidt [Tue, 12 Aug 2008 09:16:13 +0000 (09:16 +0000)]
0.10.8.2 pre-release.

Original commit message from CVS:
* configure.ac:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
* docs/plugins/gst-plugins-ugly-plugins-sections.txt:
* docs/plugins/gst-plugins-ugly-plugins.args:
* docs/plugins/gst-plugins-ugly-plugins.hierarchy:
* docs/plugins/gst-plugins-ugly-plugins.interfaces:
* docs/plugins/inspect/plugin-a52dec.xml:
* docs/plugins/inspect/plugin-asf.xml:
* docs/plugins/inspect/plugin-cdio.xml:
* docs/plugins/inspect/plugin-dvdlpcmdec.xml:
* docs/plugins/inspect/plugin-dvdread.xml:
* docs/plugins/inspect/plugin-dvdsub.xml:
* docs/plugins/inspect/plugin-iec958.xml:
* docs/plugins/inspect/plugin-lame.xml:
* docs/plugins/inspect/plugin-mad.xml:
* docs/plugins/inspect/plugin-mpeg2dec.xml:
* docs/plugins/inspect/plugin-mpegaudioparse.xml:
* docs/plugins/inspect/plugin-mpegstream.xml:
* docs/plugins/inspect/plugin-realmedia.xml:
* docs/plugins/inspect/plugin-siddec.xml:
* ext/Makefile.am:
0.10.8.2 pre-release.
* po/LINGUAS:
* po/POTFILES.in:
* po/id.po:
Add new translation.

16 years agogst/asfdemux/gstasfdemux.c: Properly aggregate flow returns for both push and pull...
Michael Smith [Mon, 11 Aug 2008 18:44:35 +0000 (18:44 +0000)]
gst/asfdemux/gstasfdemux.c: Properly aggregate flow returns for both push and pull mode, so we shut down if all pads ...

Original commit message from CVS:
* gst/asfdemux/gstasfdemux.c:
Properly aggregate flow returns for both push and pull mode, so we shut
down if all pads are unlinked.
Fixes #546859.

16 years agoMake sure gettext returns translations in UTF-8 encoding rather than in the current...
Frederic Crozat [Thu, 7 Aug 2008 16:14:42 +0000 (16:14 +0000)]
Make sure gettext returns translations in UTF-8 encoding rather than in the current locale encoding (#546822).

Original commit message from CVS:
Patch by: Frederic Crozat <fcrozat@mandriva.org>
* ext/dvdread/dvdreadsrc.c: (plugin_init):
* ext/lame/gstlame.c: (plugin_init):
* gst/asfdemux/gstasf.c: (plugin_init):
Make sure gettext returns translations in UTF-8 encoding rather
than in the current locale encoding (#546822).

16 years agogst/mpegaudioparse/gstmpegaudioparse.c: Don't recurse from mp3parse_bytepos_to_time...
Sebastian Dröge [Thu, 31 Jul 2008 14:35:40 +0000 (14:35 +0000)]
gst/mpegaudioparse/gstmpegaudioparse.c: Don't recurse from mp3parse_bytepos_to_time() to mp3parse_total_time() if we'...

Original commit message from CVS:
* gst/mpegaudioparse/gstmpegaudioparse.c:
(gst_mp3parse_sink_event), (gst_mp3parse_emit_frame),
(mp3parse_total_time), (mp3parse_bytepos_to_time):
Don't recurse from mp3parse_bytepos_to_time() to mp3parse_total_time()
if we're called from there already. Otherwise we end up in a endless
recursion and crash with a stack overflow.
This can happen when a Xing or VBRI header with TOC exists but it
doesn't contain the total time. Fixes bug #545370.

16 years agoext/lame/gstlame.c: Use the default for the strict-iso property too.
Sebastian Dröge [Thu, 31 Jul 2008 14:24:27 +0000 (14:24 +0000)]
ext/lame/gstlame.c: Use the default for the strict-iso property too.

Original commit message from CVS:
* ext/lame/gstlame.c: (gst_lame_class_init),
(gst_lame_get_default_settings):
Use the default for the strict-iso property too.
Allow a bitrate setting of 0, which lets lame choose the default value
and which makes it possible to set the compression-ratio property.

16 years agoext/lame/gstlame.*: Get the defaults settings of LAME in the plugin initialization...
Sebastian Dröge [Tue, 29 Jul 2008 16:57:16 +0000 (16:57 +0000)]
ext/lame/gstlame.*: Get the defaults settings of LAME in the plugin initialization function and return FALSE here if ...

Original commit message from CVS:
* ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init),
(gst_lame_chain), (gst_lame_get_default_settings), (plugin_init):
* ext/lame/gstlame.h:
Get the defaults settings of LAME in the plugin initialization
function and return FALSE here if something goes wrong. This removes
the hacky failing instance init function.
Use LAMEs default value for all settings instead of overwriting some
of them. Overwriting some of them gives unexpected results if one only
sets a preset. Fixes bug #498004.

16 years agoext/lame/gstlame.c: Use LAME's default for the min/max/mean VBR bitrate. Setting...
Sebastian Dröge [Sun, 27 Jul 2008 15:56:27 +0000 (15:56 +0000)]
ext/lame/gstlame.c: Use LAME's default for the min/max/mean VBR bitrate. Setting our own defaults will restrict the b...

Original commit message from CVS:
* ext/lame/gstlame.c: (gst_lame_init):
Use LAME's default for the min/max/mean VBR bitrate. Setting our own
defaults will restrict the bitrate when using the presets in a bad way.
Fixes bug #498004.

16 years agoPut the MPEG audio version into the caps as "mpegaudioversion".
Sebastian Dröge [Sun, 27 Jul 2008 11:01:12 +0000 (11:01 +0000)]
Put the MPEG audio version into the caps as "mpegaudioversion".

Original commit message from CVS:
* ext/lame/gstlame.c: (gst_lame_sink_setcaps):
* gst/mpegaudioparse/gstmpegaudioparse.c:
(mp3_type_frame_length_from_header), (mp3_caps_create),
(gst_mp3parse_chain):
Put the MPEG audio version into the caps as "mpegaudioversion".
This is different from "mpegversion".

16 years agoext/lame/gstlame.*: Fix build with lame >= 3.97. The padding type and cwlimit setting...
Sebastian Dröge [Tue, 22 Jul 2008 18:25:08 +0000 (18:25 +0000)]
ext/lame/gstlame.*: Fix build with lame >= 3.97. The padding type and cwlimit settings are deprecated now and the fun...

Original commit message from CVS:
* ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init),
(gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
* ext/lame/gstlame.h:
Fix build with lame >= 3.97. The padding type and cwlimit settings
are deprecated now and the function declarations are hidden in the
headers so deprecate the GObject properties for them and remove them
in 0.11. Fixes bug #544039.

16 years agoext/mpeg2dec/gstmpeg2dec.c: Don't allow width/height outside the spec (i.e. smaller...
Sebastian Dröge [Sun, 13 Jul 2008 10:13:06 +0000 (10:13 +0000)]
ext/mpeg2dec/gstmpeg2dec.c: Don't allow width/height outside the spec (i.e. smaller than 16 and higher than 4096). Su...

Original commit message from CVS:
* ext/mpeg2dec/gstmpeg2dec.c: (handle_sequence):
Don't allow width/height outside the spec (i.e. smaller than 16
and higher than 4096). Such files are corrupted ones and setting
caps that are not a subset of the template caps confuses playbin.
Fixes bug #542646.

16 years agoext/sidplay/Makefile.am: Fix the build.
Sebastian Dröge [Fri, 11 Jul 2008 12:30:22 +0000 (12:30 +0000)]
ext/sidplay/Makefile.am: Fix the build.

Original commit message from CVS:
* ext/sidplay/Makefile.am:
Fix the build.

16 years agoconfigure.ac: Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include flags...
Sebastian Dröge [Tue, 8 Jul 2008 14:01:51 +0000 (14:01 +0000)]
configure.ac: Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include flags that are invalid for C++.

Original commit message from CVS:
* configure.ac:
Don't include ERROR_CFLAGS in GST_CXXFLAGS as it might include
flags that are invalid for C++.

16 years agoext/dvdnav/dvdnavsrc.c: Prevent double free. Fixes bug #541697.
Tal Shalif [Sat, 5 Jul 2008 18:57:30 +0000 (18:57 +0000)]
ext/dvdnav/dvdnavsrc.c: Prevent double free. Fixes bug #541697.

Original commit message from CVS:
Patch by: Tal Shalif <tshalif at nargila dot org>
* ext/dvdnav/dvdnavsrc.c: (gst_dvd_nav_src_stop):
Prevent double free. Fixes bug #541697.

16 years agogst/mpegstream/: Resend tags event after a FLUSH (seek) to support prerolling a parti...
Mark Nauwelaerts [Sat, 5 Jul 2008 15:56:56 +0000 (15:56 +0000)]
gst/mpegstream/: Resend tags event after a FLUSH (seek) to support prerolling a partial pipeline.

Original commit message from CVS:
* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
(gst_dvd_demux_get_audio_stream),
(gst_dvd_demux_get_subpicture_stream),
(gst_dvd_demux_parse_packhead), (gst_dvd_demux_reset):
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_init),
(gst_mpeg_demux_process_event), (gst_mpeg_demux_init_stream),
(gst_mpeg_demux_parse_packhead), (gst_mpeg_demux_reset):
* gst/mpegstream/gstmpegdemux.h:
Resend tags event after a FLUSH (seek) to support prerolling
a partial pipeline.

16 years agoUse correct error code for encrypted streams.
Tim-Philipp Müller [Thu, 3 Jul 2008 13:12:26 +0000 (13:12 +0000)]
Use correct error code for encrypted streams.

Original commit message from CVS:
* configure.ac:
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_object):
Use correct error code for encrypted streams.

16 years agogst/mpegstream/gstmpegdemux.c: Bridge gaps in stream by NEWSEGMENT sending. Fixes...
Mark Nauwelaerts [Wed, 2 Jul 2008 07:49:19 +0000 (07:49 +0000)]
gst/mpegstream/gstmpegdemux.c: Bridge gaps in stream by NEWSEGMENT sending.  Fixes #540194.

Original commit message from CVS:
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer),
(gst_mpeg_demux_sync_stream_to_time):
Bridge gaps in stream by NEWSEGMENT sending.  Fixes #540194.

16 years agoext/dvdread/dvdreadsrc.c: Allow and implement non-flushing and/or segment seek (mainl...
Mark Nauwelaerts [Fri, 27 Jun 2008 12:58:35 +0000 (12:58 +0000)]
ext/dvdread/dvdreadsrc.c: Allow and implement non-flushing and/or segment seek (mainly in TIME and chapter format).

Original commit message from CVS:
* ext/dvdread/dvdreadsrc.c: (gst_dvd_read_src_read),
(gst_dvd_read_src_create), (gst_dvd_read_src_handle_seek_event):
Allow and implement non-flushing and/or segment seek
(mainly in TIME and chapter format).
* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_event),
(gst_dvd_demux_get_subpicture_stream),
(gst_dvd_demux_synchronise_pads),
(gst_dvd_demux_sync_stream_to_time):
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_process_event),
(gst_mpeg_demux_send_subbuffer),
(gst_mpeg_demux_sync_stream_to_time),
(gst_mpeg_streams_reset_cur_ts):
* gst/mpegstream/gstmpegdemux.h:
* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_process_event),
(gst_mpeg_parse_pad_added), (gst_mpeg_parse_handle_src_query):
Delegate a query to upstream if it can't be handled.
Make segment stop aware.
Fix (subtitle) stream synchronization.
Add some debug statements.

16 years agogst/mpegaudioparse/gstmpegaudioparse.c: Fix build on macosx.
Edward Hervey [Thu, 26 Jun 2008 10:40:03 +0000 (10:40 +0000)]
gst/mpegaudioparse/gstmpegaudioparse.c: Fix build on macosx.

Original commit message from CVS:
* gst/mpegaudioparse/gstmpegaudioparse.c: (head_check):
Fix build on macosx.

16 years agoAdd missing elements to docs. Restore alphabetical order in section file. Document...
Stefan Kost [Fri, 13 Jun 2008 06:57:21 +0000 (06:57 +0000)]
Add missing elements to docs. Restore alphabetical order in section file. Document mad (it was included in docs alrea...

Original commit message from CVS:
* docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
* docs/plugins/gst-plugins-ugly-plugins-sections.txt:
* ext/a52dec/gsta52dec.c:
* ext/amrnb/amrnbdec.c:
* ext/amrnb/amrnbenc.c:
* ext/amrnb/amrnbparse.c:
* ext/lame/gstlame.c:
* ext/mad/gstmad.c:
* ext/sidplay/gstsiddec.cc:
* gst/asfdemux/gstrtspwms.c:
* gst/mpegaudioparse/gstxingmux.c:
* gst/realmedia/rademux.c:
* gst/realmedia/rdtmanager.c:
* gst/realmedia/rtspreal.c:
* gst/synaesthesia/gstsynaesthesia.c:
Add missing elements to docs. Restore alphabetical order in section
file. Document mad (it was included in docs already).
Fix doc-markup: use convinience syntax for examples
(produces valid docbook), add several refsec2 when we have several
titles. Fix some types.

16 years agoDo not use short_description in section docs for elements. We extract them from eleme...
Stefan Kost [Fri, 13 Jun 2008 05:52:17 +0000 (05:52 +0000)]
Do not use short_description in section docs for elements. We extract them from element details and there will be war...

Original commit message from CVS:
* ext/lame/gstlame.c:
* ext/sidplay/gstsiddec.cc:
* gst/mpegaudioparse/gstxingmux.c:
Do not use short_description in section docs for elements. We extract
them from element details and there will be warnings if they differ.

16 years agoext/cdio/: Also extract album title and album genre from CD-TEXT if available (#537021).
Benjamin Kampmann [Mon, 9 Jun 2008 20:02:05 +0000 (20:02 +0000)]
ext/cdio/: Also extract album title and album genre from CD-TEXT if available (#537021).

Original commit message from CVS:
Patch by: Benjamin Kampmann  <benjamin at fluendo dot com>
* ext/cdio/gstcdio.c: (gst_cdio_get_cdtext),
(gst_cdio_add_cdtext_album_tags):
* ext/cdio/gstcdio.h:
* ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
Also extract album title and album genre from CD-TEXT if
available (#537021).

16 years agogst/mpegaudioparse/gstmpegaudioparse.c: Don't mark MPEG headers with emphasis ==...
Sebastian Dröge [Mon, 9 Jun 2008 07:51:00 +0000 (07:51 +0000)]
gst/mpegaudioparse/gstmpegaudioparse.c: Don't mark MPEG headers with emphasis == 0x2 as invalid. This emphasis value ...

Original commit message from CVS:
* gst/mpegaudioparse/gstmpegaudioparse.c: (head_check):
Don't mark MPEG headers with emphasis == 0x2 as invalid. This
emphasis value is reserved but unfortunately files with that
value exist and the information is not important for the decoder
anyway. Fixes bug #537235.

16 years agoRequire libcdio >= 0.76.
Tim-Philipp Müller [Sat, 7 Jun 2008 18:48:54 +0000 (18:48 +0000)]
Require libcdio >= 0.76.

Original commit message from CVS:
* configure.ac:
* ext/cdio/gstcdio.c:
* ext/cdio/gstcdio.h:
* ext/cdio/gstcdiocddasrc.c: (gst_cdio_cdda_src_open):
Require libcdio >= 0.76.

16 years agoext/a52dec/gsta52dec.c: Drain queued buffers before forwarding the segment event.
Wim Taymans [Mon, 2 Jun 2008 15:44:57 +0000 (15:44 +0000)]
ext/a52dec/gsta52dec.c: Drain queued buffers before forwarding the segment event.

Original commit message from CVS:
* ext/a52dec/gsta52dec.c: (gst_a52dec_sink_event):
Drain queued buffers before forwarding the segment event.

16 years agoext/a52dec/gsta52dec.*: Add segment handling, buffer clipping and basic reverse playback.
Wim Taymans [Mon, 2 Jun 2008 11:59:07 +0000 (11:59 +0000)]
ext/a52dec/gsta52dec.*: Add segment handling, buffer clipping and basic reverse playback.

Original commit message from CVS:
* ext/a52dec/gsta52dec.c: (clear_queued), (flush_queued),
(gst_a52dec_drain), (gst_a52dec_push), (gst_a52dec_sink_event),
(gst_a52dec_chain), (gst_a52dec_change_state):
* ext/a52dec/gsta52dec.h:
Add segment handling, buffer clipping and basic reverse playback.

16 years agoRandom doc of the day. Also print human readable format of newsegment in log message...
Stefan Kost [Wed, 28 May 2008 11:43:01 +0000 (11:43 +0000)]
Random doc of the day. Also print human readable format of newsegment in log message if we complain about it.

Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
* docs/plugins/gst-plugins-ugly-plugins-sections.txt:
* docs/plugins/gst-plugins-ugly-plugins.args:
* docs/plugins/gst-plugins-ugly-plugins.hierarchy:
* docs/plugins/gst-plugins-ugly-plugins.interfaces:
* docs/plugins/inspect/plugin-a52dec.xml:
* docs/plugins/inspect/plugin-amrnb.xml:
* docs/plugins/inspect/plugin-asf.xml:
* docs/plugins/inspect/plugin-dvdlpcmdec.xml:
* docs/plugins/inspect/plugin-dvdread.xml:
* docs/plugins/inspect/plugin-dvdsub.xml:
* docs/plugins/inspect/plugin-iec958.xml:
* docs/plugins/inspect/plugin-lame.xml:
* docs/plugins/inspect/plugin-mad.xml:
* docs/plugins/inspect/plugin-mpeg2dec.xml:
* docs/plugins/inspect/plugin-mpegaudioparse.xml:
* docs/plugins/inspect/plugin-mpegstream.xml:
* docs/plugins/inspect/plugin-realmedia.xml:
* docs/plugins/inspect/plugin-siddec.xml:
* docs/plugins/inspect/plugin-synaesthesia.xml:
* ext/a52dec/gsta52dec.c:
Random doc of the day. Also print human readable format of newsegment
in log message if we complain about it.

16 years agoext/a52dec/gsta52dec.*: Mark discont on outgoing buffers after receiving a DISCONT...
Wim Taymans [Mon, 26 May 2008 09:06:54 +0000 (09:06 +0000)]
ext/a52dec/gsta52dec.*: Mark discont on outgoing buffers after receiving a DISCONT buffer or when we have a decoding ...

Original commit message from CVS:
* ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_push),
(gst_a52dec_sink_event), (gst_a52dec_handle_frame),
(gst_a52dec_chain), (gst_a52dec_change_state):
* ext/a52dec/gsta52dec.h:
Mark discont on outgoing buffers after receiving a DISCONT buffer or
when we have a decoding error.
We don't need to clear the cache when we receive a NEWSEGMENT event.
Clear buffer cache in DISCONT.
Add beginnings of GstSegment handling.

16 years agogst/mpegaudioparse/gstxingmux.c: Fix alignment issues that caused SIGBUS on some...
Sebastian Dröge [Mon, 26 May 2008 07:41:24 +0000 (07:41 +0000)]
gst/mpegaudioparse/gstxingmux.c: Fix alignment issues that caused SIGBUS on some architectures.

Original commit message from CVS:
* gst/mpegaudioparse/gstxingmux.c: (generate_xing_header):
Fix alignment issues that caused SIGBUS on some architectures.

16 years agogst/ac3parse/gstac3parse.c: Fix alignment issue which isn't really an issue at all...
Tim-Philipp Müller [Sun, 25 May 2008 21:30:40 +0000 (21:30 +0000)]
gst/ac3parse/gstac3parse.c: Fix alignment issue which isn't really an issue at all because the plugin hasn't been por...

Original commit message from CVS:
* gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
Fix alignment issue which isn't really an issue at all because
the plugin hasn't been ported to 0.10 yet.

16 years agoconfigure.ac: Back to devel -> 0.10.8.1
Jan Schmidt [Sun, 25 May 2008 21:03:41 +0000 (21:03 +0000)]
configure.ac: Back to devel -> 0.10.8.1

Original commit message from CVS:
* configure.ac:
Back to devel -> 0.10.8.1

16 years agoRelease 0.10.8
Jan Schmidt [Wed, 21 May 2008 23:03:13 +0000 (23:03 +0000)]
Release 0.10.8

Original commit message from CVS:
Release 0.10.8

16 years agoUpdate .po files
Jan Schmidt [Wed, 21 May 2008 22:43:42 +0000 (22:43 +0000)]
Update .po files

Original commit message from CVS:
Update .po files

16 years agoconfigure.ac: 0.10.7.4 pre-release
Jan Schmidt [Mon, 19 May 2008 21:38:16 +0000 (21:38 +0000)]
configure.ac: 0.10.7.4 pre-release

Original commit message from CVS:
* configure.ac:
0.10.7.4 pre-release

16 years agoext/mad/gstmad.c: Fix inconsistent use of rate and channels.
Edward Hervey [Mon, 19 May 2008 15:07:07 +0000 (15:07 +0000)]
ext/mad/gstmad.c: Fix inconsistent use of rate and channels.

Original commit message from CVS:
* ext/mad/gstmad.c: (gst_mad_convert_src), (gst_mad_chain):
Fix inconsistent use of rate and channels.
Fixes #533581

16 years agogst/realmedia/rmdemux.c: Flush timestamp correction variables on a flush. Fixes ...
Wim Taymans [Mon, 19 May 2008 10:23:46 +0000 (10:23 +0000)]
gst/realmedia/rmdemux.c: Flush timestamp correction variables on a flush. Fixes #533832.

Original commit message from CVS:
* gst/realmedia/rmdemux.c: (gst_rmdemux_send_event):
Flush timestamp correction variables on a flush. Fixes #533832.

16 years agoCommit 0.10.7.3 pre-rel marker
Jan Schmidt [Mon, 19 May 2008 10:02:41 +0000 (10:02 +0000)]
Commit 0.10.7.3 pre-rel marker

Original commit message from CVS:
Commit 0.10.7.3 pre-rel marker

16 years agogst/realmedia/rmdemux.c: Properly aggregate GstFlowReturn from downstream in order...
Edward Hervey [Tue, 13 May 2008 09:33:09 +0000 (09:33 +0000)]
gst/realmedia/rmdemux.c: Properly aggregate GstFlowReturn from downstream in order to properly stop, and doing that a...

Original commit message from CVS:
* gst/realmedia/rmdemux.c: (gst_rmdemux_parse_video_packet):
Properly aggregate GstFlowReturn from downstream in order to properly
stop, and doing that as early as possible.
Fixes #532807

16 years agoconfigure.ac: 0.10.7.2 pre-release
Jan Schmidt [Sat, 10 May 2008 15:32:41 +0000 (15:32 +0000)]
configure.ac: 0.10.7.2 pre-release

Original commit message from CVS:
* configure.ac:
0.10.7.2 pre-release

16 years agoAlways let FLUSH_START events flow downstream.
Edward Hervey [Sat, 10 May 2008 00:44:00 +0000 (00:44 +0000)]
Always let FLUSH_START events flow downstream.

Original commit message from CVS:
* ext/mad/gstmad.c: (gst_mad_sink_event):
* gst/mpegaudioparse/gstmpegaudioparse.c:
(gst_mp3parse_sink_event):
Always let FLUSH_START events flow downstream.

16 years agoconfigure.ac: Error out if we don't have the required core/base versions.
Tim-Philipp Müller [Wed, 7 May 2008 08:00:24 +0000 (08:00 +0000)]
configure.ac: Error out if we don't have the required core/base versions.

Original commit message from CVS:
* configure.ac:
Error out if we don't have the required core/base versions.

16 years agogst/realmedia/rmdemux.c: Fix video timestamps by adjusting it with the first timestam...
Wim Taymans [Tue, 6 May 2008 17:53:26 +0000 (17:53 +0000)]
gst/realmedia/rmdemux.c: Fix video timestamps by adjusting it with the first timestamp found.

Original commit message from CVS:
* gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr),
(gst_rmdemux_fix_timestamp), (gst_rmdemux_parse_video_packet),
(gst_rmdemux_parse_audio_packet), (gst_rmdemux_parse_packet):
Fix video timestamps by adjusting it with the first timestamp found.
Don't assume we have a complete fragment when flushing the adapter,
packets might have been lost or the stream might just be broken.

16 years agogst/realmedia/rdtmanager.c: Set Rank to NONE so that we don't accidentally try to...
Wim Taymans [Tue, 6 May 2008 10:30:18 +0000 (10:30 +0000)]
gst/realmedia/rdtmanager.c: Set Rank to NONE so that we don't accidentally try to autoplug the rdtmanager.

Original commit message from CVS:
* gst/realmedia/rdtmanager.c: (gst_rdt_manager_plugin_init):
Set Rank to NONE so that we don't accidentally try to autoplug the
rdtmanager.

16 years agogst/mpegaudioparse/gstmpegaudioparse.c: Send a new duration message if the average...
Sebastian Dröge [Mon, 5 May 2008 08:43:38 +0000 (08:43 +0000)]
gst/mpegaudioparse/gstmpegaudioparse.c: Send a new duration message if the average bitrate changed and we don't know ...

Original commit message from CVS:
* gst/mpegaudioparse/gstmpegaudioparse.c:
(gst_mp3parse_emit_frame):
Send a new duration message if the average bitrate changed and
we don't know the duration from the Xing or VBRI header.
Fixes bug #321857.