After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 343582 - dv1394src delivers stuttering video/audio
dv1394src delivers stuttering video/audio
Status: RESOLVED DUPLICATE of bug 343581
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-01 11:34 UTC by Paul van Tilburg
Modified: 2006-06-01 11:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Paul van Tilburg 2006-06-01 11:34:52 UTC
When using the dv1394src in a pipeline that is directly displayed leads to some synchronization problems that leads to 1fps-like displaying.  The same holds also for the sound, the audiosink immediately stop.

This may be a result of the start timestamp errors that the dv1394src reports:

% gst-launch --gst-debug-level=5 -vt dv1394src ! dvdemux name="demux" ! dvdec ! xvimagesink  2>&1  | egrep -i 'invalid'

DEBUG (0x6716c0 - 0:00:00.564008000)              basesrc(21914) gstbasesrc.c(1159):gst_base_src_do_sync:<dv1394src0> get_times returned invalid start
DEBUG (0x6716c0 - 0:00:00.788102000)              basesrc(21914) gstbasesrc.c(1159):gst_base_src_do_sync:<dv1394src0> get_times returned invalid start
DEBUG (0x6716c0 - 0:00:00.919010000)              basesrc(21914) gstbasesrc.c(1159):gst_base_src_do_sync:<dv1394src0> get_times returned invalid start
Comment 1 Wim Taymans 2006-06-01 11:46:37 UTC

*** This bug has been marked as a duplicate of 343581 ***