gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c
branchtrunk
changeset 145 af12962f4fd2
parent 138 1c777fffb664
child 146 07951674b0c0
     1.1 --- a/gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c	Wed Nov 29 17:20:00 2006 +0000
     1.2 +++ b/gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c	Thu Nov 30 15:07:57 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, &arate, &format,
     1.8 +      gst_event_parse_new_segment_full (event, &update, &rate, &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);