1.1 --- a/gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c Wed Nov 29 21:50:53 2006 +0000
1.2 +++ b/gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c Thu Nov 30 19:23:52 2006 +0000
1.3 @@ -1181,7 +1181,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, &format,
1.8 + gst_event_parse_new_segment_full (event, &update, &rate, &arate, &format,
1.9 &start, &stop, &time);
1.10
1.11 GST_DEBUG_OBJECT (nuv, "got newsegment, start %" G_GINT64_FORMAT ", stop %" G_GINT64_FORMAT, start, stop);