mpegtspacketizer: fix find_subtable() return value
authorJimmy Ohn <yongjin.ohn@lge.com>
Mon, 27 Apr 2015 13:44:28 +0000 (22:44 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 28 Apr 2015 13:48:22 +0000 (14:48 +0100)
commit365375a1def4d54dcf3dbc261ef2cb3486a744f6
tree3d5ddc500c7a3afecfe39e01b4873e0e194b6a4f
parent57891a417738f105935e1664c6213adc448b3395
mpegtspacketizer: fix find_subtable() return value

find_subtable() returns a pointer, so return NULL and
not FALSE when nothing is found.

https://bugzilla.gnome.org/show_bug.cgi?id=748527
gst/mpegtsdemux/mpegtspacketizer.c