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 660999 - opusenc: fix latency query
opusenc: fix latency query
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-10-05 17:27 UTC by Vincent Penquerc'h
Modified: 2011-11-07 18:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
opusenc: use debug level for debug info, not error (1.13 KB, patch)
2011-10-05 17:27 UTC, Vincent Penquerc'h
committed Details | Review
opusenc: fix latency query (1016 bytes, patch)
2011-10-05 17:27 UTC, Vincent Penquerc'h
committed Details | Review

Description Vincent Penquerc'h 2011-10-05 17:27:30 UTC
opusenc: fix latency query
Comment 1 Vincent Penquerc'h 2011-10-05 17:27:33 UTC
Created attachment 198357 [details] [review]
opusenc: use debug level for debug info, not error
Comment 2 Vincent Penquerc'h 2011-10-05 17:27:36 UTC
Created attachment 198358 [details] [review]
opusenc: fix latency query

This makes live 'audiosrc ! opusenc ! opusdec ! audiosink' pipelines
actually work without all audio being dumped.
Comment 3 Vincent Penquerc'h 2011-11-07 11:25:14 UTC
commit 97d456bad2c174649ab9e1f3b34efd280a030fc4
Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Date:   Wed Oct 5 18:25:58 2011 +0100

    opusenc: fix latency query
    
    This makes live 'audiosrc ! opusenc ! opusdec ! audiosink' pipelines
    actually work without all audio being dumped.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660999

commit 18c2d1ef9f4c8815f56575ae235a5989a0f7bdfe
Author: Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
Date:   Wed Oct 5 15:47:06 2011 +0100

    opusenc: use debug level for debug info, not error
    
    https://bugzilla.gnome.org/show_bug.cgi?id=660999