[gstreamer-bugs] [Bug 593910] dv1394src was not work for live streaming

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Nov 19 04:05:12 PST 2009


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

--- Comment #3 from Andoni Morales <ylatuya at gmail.com> 2009-11-19 12:05:08 UTC ---
Created an attachment (id=148112)
 View: https://bugzilla.gnome.org/attachment.cgi?id=148112
 Review: https://bugzilla.gnome.org/review?bug=593910&attachment=148112

Proposed patch

I also run into the same error but your commit does not work for me.
There is an issue with time stamping: dv1394src should be time stamping buffers
at 'frame_offset * 1/framerate'

This is the timestamping with current HEAD:
gstdvdemux.c:1264:gst_dvdemux_demux_audio: pushing audio 0:00:00.174849320
gstdvdemux.c:1354:gst_dvdemux_demux_video: pushing video 0:00:00.174849320
gstdvdemux.c:1264:gst_dvdemux_demux_audio: pushing audio 0:00:00.220122320
gstdvdemux.c:1354:gst_dvdemux_demux_video: pushing video 0:00:00.220122320
gstdvdemux.c:1264:gst_dvdemux_demux_audio: pushing audio 0:00:00.261218120
gstdvdemux.c:1354:gst_dvdemux_demux_video: pushing video 0:00:00.261218120


And this is the timestamping after applying the patch:
gstdvdemux.c:1264:gst_dvdemux_demux_audio: pushing audio 0:00:00.040000000
gstdvdemux.c:1354:gst_dvdemux_demux_video: pushing video 0:00:00.040000000
gstdvdemux.c:1264:gst_dvdemux_demux_audio: pushing audio 0:00:00.080000000
gstdvdemux.c:1354:gst_dvdemux_demux_video: pushing video 0:00:00.080000000
gstdvdemux.c:1264:gst_dvdemux_demux_audio: pushing audio 0:00:00.120000000
gstdvdemux.c:1354:gst_dvdemux_demux_video: pushing video 0:00:00.120000000

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