for (i = 0; i < chain->streams->len; i++) {
GstOggPad *pad = g_array_index (chain->streams, GstOggPad *, i);
- if (pad->map.is_skeleton)
+ if (pad->map.is_sparse)
continue;
/* can do this if the pad start time is not defined */
}
}
/* the timestamp will be filled in when we submit the pages */
- if (!pad->map.is_skeleton)
+ if (!pad->map.is_sparse)
done &= (pad->start_time != GST_CLOCK_TIME_NONE);
GST_LOG_OBJECT (ogg, "done %08lx now %d", pad->map.serialno, done);
for (i = 0; i < chain->streams->len; i++) {
GstOggPad *pad = g_array_index (chain->streams, GstOggPad *, i);
- if (pad->map.is_skeleton)
+ if (pad->map.is_sparse)
continue;
if (pad->map.serialno == ogg_page_serialno (&og)) {