plugins/elements/gstidentity.c: Revert previous change; I misunderstood single-segment mode.

Original commit message from CVS:
* plugins/elements/gstidentity.c: (gst_identity_transform_ip):
Revert previous change; I misunderstood single-segment mode.
This commit is contained in:
Michael Smith 2006-08-28 18:20:00 +00:00
parent 094187845a
commit fa5a96c7e2
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2006-08-28 Michael Smith <msmith@fluendo.com>
* plugins/elements/gstidentity.c: (gst_identity_transform_ip):
Revert previous change; I misunderstood single-segment mode.
2006-08-28 Michael Smith <msmith@fluendo.com>
* plugins/elements/gstidentity.c: (gst_identity_transform_ip):

View file

@ -460,9 +460,6 @@ gst_identity_transform_ip (GstBaseTransform * trans, GstBuffer * buf)
GST_BUFFER_TIMESTAMP (buf) = runtimestamp;
GST_BUFFER_OFFSET (buf) = GST_CLOCK_TIME_NONE;
GST_BUFFER_OFFSET_END (buf) = GST_CLOCK_TIME_NONE;
/* We're using single-segment to generate a continuous stream, so drop the
* DISCONT flag if it was previously set */
GST_BUFFER_FLAG_UNSET (buf, GST_BUFFER_FLAG_DISCONT);
}
return ret;