* DVB: Question on TS_DECODER
@ 2012-01-05 16:26 Hamad Kadmany
0 siblings, 0 replies; only message in thread
From: Hamad Kadmany @ 2012-01-05 16:26 UTC (permalink / raw)
To: linux-media
Hi,
dvb_dmxdev_start_feed sets TS_DECODER to ts_type regardless of whether
pes-output was set to DMX_OUT_DECODER or not, but depending on the pes-type
only.
This might cause confusion, there's a hidden assumption that if user is not
interested to send data to decoder, the pes type must always be
DMX_PES_OTHER, which makes the API a bit un-clear to user-space.
If user-space is only interested in recording video packets for example, and
by mistake sets DMX_PES_VIDEO (because it just says the pes type which is
independent from the pes output type) then packets will make their way to
the decoder eventhough this was not the intention.
Is there any special reason to have this?
Thanks,
Hamad
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-01-05 16:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-05 16:26 DVB: Question on TS_DECODER Hamad Kadmany
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).