[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 14:17:54 CET 2013


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

--- Comment #12 from Jesper Larsen <jesper.larsen at ixonos.com> 2013-10-28 13:17:47 UTC ---
(In reply to comment #7)
> Review of attachment 257626 [details]:
> 
> @@ +108,3 @@
> +  *data++ = descriptor->length;
> +
> +  memcpy (data, name, strlen (name));
> 
> This only supports the ISO 6937 character set.
> 
> We need an opposite function to get_encoding_and_convert
> 

What does the opposite function of get_encoding_and_convert do?

The descriptor supports all of the character maps described in Annex A of EN
300 568, does it not?

I can see a problem with using the strlen function, but do we need more than a
function to get the actual size in bytes of the string?

The user can supply a char array that contains character selection, and that
should be included in the descriptor?

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