[Bug 754575] trick modes in gst-rtsp-server

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Oct 23 14:26:41 UTC 2018


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

Mathieu Duponchelle <mduponchelle1 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #373995|none                        |needs-work
             status|                            |

--- Comment #35 from Mathieu Duponchelle <mduponchelle1 at gmail.com> ---
Review of attachment 373995:
 --> (https://bugzilla.gnome.org/review?bug=754575&attachment=373995)

As far as I understand, these patches will not lead to a compliant behaviour
with respect to the Scale header, and I don't think the seeking mechanism in
GStreamer will let us express a combination of ABS(Scale) != 1.0 and Speed !=
1.0 appropriately. ABS(Scale) != 1.0 is expected to lead to the same data rate
as ABS(scale) == 1.0 , which roughly translates to seeking with the TRICK_MODE
flag and rate == Scale .

This means we cannot simply use a rate == Scale * Speed , and have to either
extend the seeking mechanism, or more pragmatically enforce the constraint that
when Speed != 1.0 , the only valid values for Scale are -1.0 or 1.0 .

-- 
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