[svn r168] trunk
authorrenatofilho
Fri Dec 01 16:08:34 2006 +0000 (2006-12-01)
branchtrunk
changeset 167fbe02bb1f3f9
parent 166 ef159b06efc1
child 168 b8960c4f7b4d
[svn r168]
gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c
     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;