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 107300 - [PATCH] Improved v4l soft sync thread
[PATCH] Improved v4l soft sync thread
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other other
: Normal normal
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-02-28 21:59 UTC by Sjoerd Simons
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
v4l soft sync thread patch (13.05 KB, patch)
2003-02-28 22:00 UTC, Sjoerd Simons
none Details | Review
Previous patch had some testing cruf.. removed in this patch (12.09 KB, patch)
2003-03-01 13:30 UTC, Sjoerd Simons
none Details | Review

Description Sjoerd Simons 2003-02-28 21:59:43 UTC
The v4l soft sync thread doesn't leave the v4l plugin in a consistent state
when stopping. The attached patch is a partial rewrite of the v4l capturing
stuff..

With this patch going from PLAYING -> PAUSE -> PLAYING state works fine and
all queued frames are synced when the thread is exiting..
Comment 1 Sjoerd Simons 2003-02-28 22:00:22 UTC
Created attachment 14700 [details] [review]
v4l soft sync thread patch
Comment 2 Sjoerd Simons 2003-03-01 13:30:29 UTC
Created attachment 14710 [details] [review]
Previous patch had some testing cruf.. removed in this patch
Comment 3 Ronald Bultje 2003-03-01 14:30:30 UTC
Nice work, I like it. Patch applied! Thanks!