GNOME Bugzilla – Bug 746765
mpegtsmux: Remove arbitrary constraint on prog-map program ids
Last modified: 2015-06-11 14:22:53 UTC
Created attachment 300301 [details] [review] Remove arbitrary constraint on prog-map program ids Currently there is an arbitrary limit of 32 for program ids in prog-map, which seems to be tied only to the chosen implementation. Use a hash table to remove it.
ping?
Looks good. Although, your patch is leaking memory. You need to clean up the hash table. (see g_hash_table_destroy)
Created attachment 304926 [details] [review] patch - v2 Thanks for looking into it. I've added a g_hash_table_destroy on reset and destroy
Thanks for the patch! Pushed: commit fa9fa5d460d2553c8cac431e71471c12f30d7139 Author: Yanko Kaneti <yaneti@declera.com> Date: Wed Mar 25 19:27:42 2015 +0200 mpegtsmux: Remove arbitrary constraint on prog-map program ids https://bugzilla.gnome.org/show_bug.cgi?id=746765