1.1 --- a/gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c Fri Dec 01 15:53:55 2006 +0000
1.2 +++ b/gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c Fri Dec 01 16:08:34 2006 +0000
1.3 @@ -1191,8 +1191,7 @@
1.4 gboolean update;
1.5
1.6 GST_DEBUG_OBJECT (nuv, "got a new segment event");
1.7 - gst_event_parse_new_segment_full (event, &update, &rate, &arate, &format,
1.8 - &start, &stop, &time);
1.9 + gst_event_parse_new_segment (event, &update, &rate, &format, &start, &stop, &time);
1.10
1.11 GST_DEBUG_OBJECT (nuv, "got newsegment, start %" G_GINT64_FORMAT ", stop %" G_GINT64_FORMAT, start, stop);
1.12 nuv->priv->duration_bytes = stop - start;