diff -r d667a2b3a43f -r 1799c8782451 gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c --- a/gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c Wed Nov 29 21:50:53 2006 +0000 +++ b/gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c Thu Nov 30 19:23:52 2006 +0000 @@ -1181,7 +1181,7 @@ gboolean update; GST_DEBUG_OBJECT (nuv, "got a new segment event"); - gst_event_parse_new_segment_full (event, &update, &rate, &format, + gst_event_parse_new_segment_full (event, &update, &rate, &arate, &format, &start, &stop, &time); GST_DEBUG_OBJECT (nuv, "got newsegment, start %" G_GINT64_FORMAT ", stop %" G_GINT64_FORMAT, start, stop);