Project

General

Profile

Bug #2480

pixelation and wrong colors introduced by 3.9.1882~gd504bcf

Added by Rasmus Lundsgaard almost 10 years ago. Updated almost 10 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2014-11-15
Due date:
% Done:

100%

Estimated time:
Found in version:
3.9.1882~gd504bcf
Affected Versions:

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

History

#1

Updated by Jaroslav Kysela almost 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 ?

#2

Updated by Rasmus Lundsgaard almost 10 years ago

Commenting those listed lines out in latest revision fixes the issue... :)

#3

Updated by Jaroslav Kysela almost 10 years ago

OK, is sufficient to comment the "hs->hs_merge_meta_compomentidx = -1;" line ?

#4

Updated by Rasmus Lundsgaard almost 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 ?

#5

Updated by Jaroslav Kysela almost 10 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100

Applied in changeset commit:tvheadend|e065cf6823669afd1d09da86dfc452d1a7a82920.

Also available in: Atom PDF