# HG changeset patch # User rosfran # Date 1164900037 0 # Node ID 07951674b0c0067f24231ee67fec9fadb087dd60 # Parent af12962f4fd2baf0bc2138ffe4601debd0aaaca8 [svn r147] Fixed some things when calling gst_event_parse NEW_SEGMENTs. diff -r af12962f4fd2 -r 07951674b0c0 gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c --- a/gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c Thu Nov 30 15:07:57 2006 +0000 +++ b/gst-plugins-nuvdemux/nuvdemux/gstnuvdemux.c Thu Nov 30 15:20:37 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);