head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.36 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.34 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.32 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.30 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.28 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.26 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.24 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.22 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.20 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.18 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.16 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.14 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.12 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.10 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.8 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.6 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.4 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.1.0.2 pkgsrc-2005Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2006.01.18.12.44.02; author jmmv; state dead; branches; next 1.1; 1.1 date 2005.12.18.22.54.57; author rillig; state Exp; branches; next ; desc @@ 1.2 log @Rename gstreamer, gst-plugins and gst-plugins-* to gstreamer0.8, gst-plugins0.8 and gst-plugins0.8-* respectively. This is to leave room for gstreamer 0.10 (which will be added with versioned names too, to avoid annoying renames in the future). While here, do some changes: - Make gstreamer0.8 use the alternatives system to provide the unversioned gst-* utilities. - Rename all internal variables to have 0.8 in them to make it clear which package they belong to. @ text @$NetBSD: patch-aj,v 1.1 2005/12/18 22:54:57 rillig Exp $ --- ext/ogg/gstoggparse.c.orig Mon Aug 29 13:46:41 2005 +++ ext/ogg/gstoggparse.c Sun Dec 18 23:51:21 2005 @@@@ -455,6 +455,7 @@@@ gst_ogg_parse_chain (GstPad * pad, GstDa * new chain, and we can flush all existing streams. */ GstOggStream *stream = gst_ogg_parse_find_stream (ogg, serialno); + page_type type; if (!stream) { GST_LOG_OBJECT (ogg, "Non-BOS page unexpectedly found at %lld", @@@@ -464,7 +465,7 @@@@ gst_ogg_parse_chain (GstPad * pad, GstDa ogg->last_page_not_bos = TRUE; - page_type type = gst_ogg_parse_is_header (ogg, stream, &page); + type = gst_ogg_parse_is_header (ogg, stream, &page); if (type == PAGE_PENDING && ogg->in_headers) { gst_buffer_ref (pagebuffer); @ 1.1 log @Added patch-aj for compatibility with ISO C90. Fixes the build of gst-plugins-ogg. @ text @d1 1 a1 1 $NetBSD$ @