gstreamer/ext/smoothstreaming
Rajat Verma de246c6741 mssdemux: fix crash while setting bitrate in caps structure
q->bitrate is a guint64, but G_TYPE_INT may read fewer bits
off the stack, and if we pass more then the NULL sentinel
may not be found at the right place, which in turn might
lead to crashes.

https://bugzilla.gnome.org/show_bug.cgi?id=741751
2015-01-07 10:08:20 +00:00
..
gstmssdemux.c mssdemux: add live support 2014-12-04 19:52:33 -03:00
gstmssdemux.h mssdemux: port to adaptivedemux base class 2014-12-04 14:24:42 -03:00
gstmssmanifest.c mssdemux: fix crash while setting bitrate in caps structure 2015-01-07 10:08:20 +00:00
gstmssmanifest.h mssdemux: add live support 2014-12-04 19:52:33 -03:00
gstsmoothstreaming-plugin.c dash/smoothstreaming: Remove unused debug category with the same name 2013-09-19 20:09:59 +02:00
Makefile.am mssdemux: port to adaptivedemux base class 2014-12-04 14:24:42 -03:00