[Bug 750783] baseparse: reverse playback in pull mode

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jul 17 16:27:20 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=750783

--- Comment #22 from Vineeth <vineeth.tm at samsung.com> ---
What exactly was the issue? and how to reproduce it?

Does this mean we have to modify in qtdemux as well?.. Maybe similar issue
exists in qtdemux..

This is the code in qtdemux from which i had referenced..
gst_qtdemux_perform_seek
{
...
  segment->position = desired_offset;
  segment->time = desired_offset;
  if (segment->rate >= 0) {
    segment->start = desired_offset;

    /* we stop at the end */
    if (segment->stop == -1)
      segment->stop = segment->duration;
  } else {
    segment->stop = desired_offset;
  }
...
}

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list