Added gst_bytestream_get_timestamp() call to get timestamp of data at the front of...
authorDavid I. Lehn <dlehn@users.sourceforge.net>
Fri, 10 May 2002 08:16:18 +0000 (08:16 +0000)
committerDavid I. Lehn <dlehn@users.sourceforge.net>
Fri, 10 May 2002 08:16:18 +0000 (08:16 +0000)
commit321f046aafda89cd20876a4d7541c71f42f5eb3b
treef2c2d1715c024cd99dcce61585db9374a7c9289f
parent01f172bedcf7ca22be48c46fe0d39ce9b03be532
Added gst_bytestream_get_timestamp() call to get timestamp of data at the front of the stream.  If no data in stream,...

Original commit message from CVS:
Added gst_bytestream_get_timestamp() call to get timestamp of data at
the front of the stream.  If no data in stream, loads 1 byte to get a
new buffer and uses its timestamp.

Does nothing to handle readers that try to read data lengths that span
buffers with multiple timestamps.

_get_timestamp() now used when creating new buffers.
libs/gst/bytestream/bytestream.c
libs/gst/bytestream/bytestream.h