[Bug 733819] Port teletextdec to 1.0

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Aug 4 14:44:11 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=733819
  GStreamer | gst-plugins-bad | git

--- Comment #6 from Daniel Kamil Kozar <dkk089 at gmail.com> 2014-08-04 21:44:09 UTC ---
Some extra comments about the new patch :
 * Asking the peer pad for a buffer pool is done only if RGBA output was
selected. This is mainly due to the fact that the text modes send out
variable-sized buffers, making it impossible to use a pool. Also, text buffers
are much smaller than RGBA buffers.
 * Some changes were needed regarding the usage of GMutex due to g_mutex_new()
being deprecated in Glib 2.32 and replaced with g_mutex_init(). As a result of
that, the GstTeletextDec structure contains an embedded instance of GMutex
instead of a pointer.
 * Fake usages of unused parameters have been removed. I must've gotten overly
zealous with the -Wextra.
 * All the code related to reading PES streams and HTML output has been
removed.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list