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 554168 - [appsink] Ekiga's gstreamer code should care about buffer sizes
[appsink] Ekiga's gstreamer code should care about buffer sizes
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal enhancement
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 413418
 
 
Reported: 2008-09-28 12:48 UTC by Snark
Modified: 2010-07-04 09:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Snark 2008-09-28 12:48:37 UTC
<matthias> because this is usually used to sync to the packet sizes
<matthias> thus you will get very sub-optimal latency if its not right
Comment 1 Snark 2008-10-06 18:04:18 UTC
I could solve it for audio output (where we don't care...), but not for the audio input : GstAppSrc has a "blocksize" property, but not GstAppSink! The code is there but commented out until that problem is solved.

Reassigning to gstreamer, since it's a missing feature in their code -- and making it part of bug #413418.
Comment 2 Tim-Philipp Müller 2010-07-03 12:23:22 UTC
What's up with this? No activity in over 20 months and I'm not sure I really understand what you're after. Also, the bug summary doesn't really make it sound like a GStreamer problem, maybe you could rephrase it to make it more concise?
Comment 3 Snark 2010-07-04 09:52:11 UTC
This is now bug #623514.