gfto / dvblast

DVBlast is a simple and powerful MPEG-2/TS demux and streaming application. This repository is mirror of official repo at git://git.videolan.org/dvblast.git and my personal development tree.
http://www.videolan.org/projects/dvblast.html
GNU General Public License v2.0
88 stars 38 forks source link

added new PID filter method: #3

Closed whaupt closed 11 years ago

whaupt commented 11 years ago

hi,

i needed to filter by specific es_types as my streaming server always changes PID's after reboot. Maybe you are interested in such feature and/or may review my change?

greets wolfi

whaupt commented 11 years ago

it's kinda dirty since i needed a fast fix for my problem...

gfto commented 11 years ago

You are missing update to documentation (README file). Expand the text that you put into commit message, add more examples and add the text in README file. An addition to NEWS file is also welcome.

whaupt commented 11 years ago

thx for your fast reply. added changes to README and NEWS file.

gfto commented 11 years ago

Look OK to me, please post the patch in dvblast-devel@videolan.org I would like more developers to see it before commiting it.