hlsdemux: g_return_if_fail in function with return type
authorLuis de Bethencourt <luis.bg@samsung.com>
Thu, 8 Jan 2015 15:54:18 +0000 (15:54 +0000)
committerLuis de Bethencourt <luis.bg@samsung.com>
Thu, 8 Jan 2015 15:54:18 +0000 (15:54 +0000)
commit9dcf650a170257eb25efade22ec0c80a3790c446
tree95e6b4859be21658a2617018512c4d1f5d31682e
parent54ce23e0cba7fe41b3fa4957360e15a99eb0515f
hlsdemux: g_return_if_fail in function with return type

Need to use g_return_val_if_fail() when the function returns a type, in this
case a gboolean
ext/hls/m3u8.c