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 705048 - audiorate, videorate: drop GAP event
audiorate, videorate: drop GAP event
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal normal
: 1.1.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-07-28 21:43 UTC by Matej Knopp
Modified: 2013-07-29 06:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for audiorate (964 bytes, patch)
2013-07-28 21:43 UTC, Matej Knopp
committed Details | Review
Patch for videorate (847 bytes, patch)
2013-07-28 21:44 UTC, Matej Knopp
committed Details | Review

Description Matej Knopp 2013-07-28 21:43:20 UTC
Audiorate and videorate fill GAPs in stream, keeping the event doesn't make sense.
Comment 1 Matej Knopp 2013-07-28 21:43:45 UTC
Created attachment 250332 [details] [review]
Patch for audiorate
Comment 2 Matej Knopp 2013-07-28 21:44:00 UTC
Created attachment 250333 [details] [review]
Patch for videorate
Comment 3 Sebastian Dröge (slomo) 2013-07-29 06:24:44 UTC
commit 496dd6785961e2522505a200e2a621d936027a43
Author: Matej Knopp <matej.knopp@gmail.com>
Date:   Sun Jul 28 23:38:06 2013 +0200

    videorate: ignore GAP event
    
    videorate automatically fills gaps with the previous frames.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705048

commit 470531d56ee560a63be8e6ab84b1b3e18cb8415b
Author: Matej Knopp <matej.knopp@gmail.com>
Date:   Sun Jul 28 23:38:17 2013 +0200

    audiorate: ignore GAP event
    
    audiorate automatically fills gaps with silence.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705048