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 674841 - gnlcomposition: Update pipeline with delayed duration updates
gnlcomposition: Update pipeline with delayed duration updates
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gnonlin
git master
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
Edward Hervey
Depends on:
Blocks: 673502
 
 
Reported: 2012-04-26 04:05 UTC by Arun Raghavan
Modified: 2014-12-15 16:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gnlcomposition: Update pipeline with delayed duration updates (1.57 KB, patch)
2012-04-26 04:05 UTC, Arun Raghavan
none Details | Review

Description Arun Raghavan 2012-04-26 04:05:30 UTC
Attaching a small patch to deal with situations when duration updates take a
while to complete.
Comment 1 Arun Raghavan 2012-04-26 04:05:33 UTC
Created attachment 212846 [details] [review]
gnlcomposition: Update pipeline with delayed duration updates

Sometimes, the stop time might get updated after a while, and till then
all pipeline updates will be skipped due to a null stack. This fixes the
condition in which pipeline updates are made when object start/stop time
or priority changes and also updates a similar condition while changing
the active object.
Comment 2 Arun Raghavan 2012-04-26 04:06:18 UTC
Sorry, forgot the components in git-bz.
Comment 3 Thiago Sousa Santos 2012-04-26 12:30:59 UTC
Great! I had a similar patch waiting at: https://bugzilla.gnome.org/show_bug.cgi?id=673502

So I guess that makes this bug twice as important :)
Comment 4 Thibault Saunier 2014-12-15 16:36:23 UTC
That code changed a lot and it seem that part does not exist anymore, closing as obselete as I believe it has been fixed anyway.