tvheadend/src/muxer
Adam Sutton db1656314f channel: remove direct usage of ch_name
This is because the field can now be NULL and there were places where this
was not properly checked. So now a function call channel_get_name() should
be used instead and is garaunteed to return non-NULL.

In addition to this there is a nice added benefit. You can NOT set the name,
and it will automatically pull the name from the first available service. This
will not be persistent (part of config) unless you change that name and save
from the UI. This means if the service name changes, so will the channel name.

However on that last point there will not be, currently, any message sent to
the clients (HTSP) to inform them of such a change. So there might be some lag
in getting the update.
2013-10-10 11:12:37 +01:00
..
tvh channel: remove direct usage of ch_name 2013-10-10 11:12:37 +01:00
muxer_libav.c libav: drop h264 packets when bitstream filter fails 2013-03-17 14:28:53 +01:00
muxer_libav.h dvr: added initial support for libavformat muxing 2013-01-07 19:52:48 +01:00
muxer_pass.c Major reworking of the input system 2013-04-25 18:48:48 +01:00
muxer_pass.h muxers: re-org to clean up dirs. 2013-01-06 20:29:47 +00:00
muxer_tvh.c muxer: added initial support for the webm container 2013-07-17 16:45:00 +02:00
muxer_tvh.h muxers: re-org to clean up dirs. 2013-01-06 20:29:47 +00:00