Bug #2480
closedpixelation and wrong colors introduced by 3.9.1882~gd504bcf
100%
Description
I and a couple of other users are experiencing some pixelation and wrong coloring issues on some HD channels introduced by:
3.9.1882~gd504bcf:
remove pkt_merge_header()
- rename pkt_header to pkt_meta
- unify logic for the metadata processing
- add meta field to components to the htsp stream start message
This issue is not the same as #2456
Updated by Jaroslav Kysela over 10 years ago
If you remove line 2982 in htsp_server.c:
hs->hs_merge_meta_compomentidx = -1;
and code on around line 3119
if (ssc->ssc_gh) htsmsg_add_binptr(m, "meta", pktbuf_ptr(ssc->ssc_gh), pktbuf_len(ssc->ssc_gh));
Then the behaivour should be exactly same. Could you test ?
Updated by Rasmus Lundsgaard over 10 years ago
Commenting those listed lines out in latest revision fixes the issue... :)
Updated by Jaroslav Kysela over 10 years ago
OK, is sufficient to comment the "hs->hs_merge_meta_compomentidx = -1;" line ?
Updated by Rasmus Lundsgaard over 10 years ago
Yep, it is sufficient to only comment that line out...
Jaroslav Kysela wrote:
OK, is sufficient to comment the "hs->hs_merge_meta_compomentidx = -1;" line ?
Updated by Jaroslav Kysela over 10 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|e065cf6823669afd1d09da86dfc452d1a7a82920.