<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
I'm seeing some odd behavior on my build of gStreamer on an embedded device.<br><br>when I commit 1K of sample in gst_base_audio_seek_render(), using gst_ring_buffer_commit_full(), for test purposes I turn around and call gst_ring_buffer_delay() and gst_ring_buffer_samples_done() to see if any of the samples I sent in were processed.<br><br>Despite getting a return of 1024 from gst_ring_buffercommit_full(), both gst_ring_buffer_delay() and gst_ring_buffer_samples_done() return zero. I would have expected to see something other than zero back from one of those two calls...<br><br>Is this "working as designed"? Or did I mess something up somewhere?<br><br>All assistance appreciated.<br><br>..ed..<br><br></body>
</html>