[Bug 625520] dc1394src: timestamping problem

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 26 00:25:52 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=625520
  GStreamer | gst-plugins-bad | git

Sebastian Dröge <slomo> changed:

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

--- Comment #5 from Sebastian Dröge <slomo at circular-chaos.org> 2011-05-26 07:25:46 UTC ---
(From update of attachment 168331)
You have to implement GstBaseSrc::query instead of overriding the query
function of the pad. basesrc already handles most of the queries, like
POSITION.

Also you should not ask the peer. The LATENCY query is an upstream query and
the source gives the first, absolute values. The min latency is the time to
capture a single frame, the max latency the time needed to capture the complete
buffer

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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