head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2; locks; strict; comment @# @; 1.2 date 2010.03.12.20.36.42; author drochner; state dead; branches; next 1.1; 1.1 date 2010.02.18.07.09.01; author obache; state Exp; branches; next ; desc @@ 1.2 log @update to 0.10.21 changes: -shapewipe: moved from -bad to -good -videmux: push mode seeking support -jitterbuffer: new buffering modes: low/high watermark buffering, rtp timestamps -matroskademux: subtitle stream improvements -multipartdemux: improve header mime-type parsing -v4l2sink: change rank to NONE so we don't try to autoplug it -misc fixes @ text @$NetBSD: patch-bc,v 1.1 2010/02/18 07:09:01 obache Exp $ fix GST_ELEMENT_ERROR usage http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=a45b351ddf48dc876e8e0ee69575480b57ab3e96 --- gst/matroska/matroska-demux.c.orig 2010-02-04 17:36:43.000000000 +0000 +++ gst/matroska/matroska-demux.c @@@@ -2298,7 +2298,7 @@@@ seek_error: { GST_OBJECT_UNLOCK (demux); GST_PAD_STREAM_UNLOCK (demux->sinkpad); - GST_ELEMENT_ERROR (demux, STREAM, DEMUX, NULL, ("Got a seek error")); + GST_ELEMENT_ERROR (demux, STREAM, DEMUX, (NULL), ("Got a seek error")); return FALSE; } } @ 1.1 log @Add a patch for build fix (GST_ELEMENT_ERROR usage) taken from upstream. @ text @d1 1 a1 1 $NetBSD$ @