diff -r 1c777fffb664 -r af12962f4fd2 gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c --- a/gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c Wed Nov 29 17:20:00 2006 +0000 +++ b/gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c Thu Nov 30 15:07:57 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, &arate, &format, + gst_event_parse_new_segment_full (event, &update, &rate, &format, &start, &stop, &time); GST_DEBUG_OBJECT (nuv, "got newsegment, start %" G_GINT64_FORMAT ", stop %" G_GINT64_FORMAT, start, stop);