Original commit message from CVS:
2007-03-08 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* plugins/elements/gstidentity.c: (gst_identity_check_perfect):
Fix check for perfect stream to ignore buffers with -1
offsets/offset ends when checking data contiguity.
+2007-03-08 Zaheer Abbas Merali <zaheerabbas at merali dot org>
+
+ * plugins/elements/gstidentity.c: (gst_identity_check_perfect):
+ Fix check for perfect stream to ignore buffers with -1
+ offsets/offset ends when checking data contiguity.
+
2007-03-08 Wim Taymans <wim@fluendo.com>
* tools/gst-launch.c: (event_loop):
-Subproject commit 7c5a0ab68de1fed4e5a1fd473160debc2c4c7b89
+Subproject commit ea828a478fe11561881a6eaf1f7bf2b0b77c8c85
}
offset = GST_BUFFER_OFFSET (buf);
- if (identity->prev_offset_end != offset) {
+ if (identity->prev_offset_end != offset &&
+ identity->prev_offset_end != G_MAXUINT64 && offset != G_MAXUINT64) {
GST_WARNING_OBJECT (identity,
"Buffer not data-contiguous with previous one: "
"prev offset_end %" G_GINT64_FORMAT ", new offset %"