[Bug 671136] mpegtsmux: add support for SDT and NIT tables for DVB-S/DVB-T

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 28 17:44:06 CET 2013


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

--- Comment #13 from Edward Hervey <bilboed at bilboed.com> 2013-10-28 16:44:04 UTC ---
For all functions that take user strings we should have two variants:
* default, which takes a UTF8 string and figures out how to convert that to the
proper character map, including leading character selection
* alternate, where you do the string creation yourself and it will be stored
as-is with the specified size

Maybe the default behaviour could have an optional "character set" argument if
you want to make sure the strings get converted to that set.

Every "user-visible" strings in GStreamer are UTF-8 (since it allows supporting
pretty much every character sets out there), we should therefore make sure the
default behaviour also works that way.
But I can also understand some people might want to be absolutely specific
about which character set to use.

-- 
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