codecparsers: h264: clean-up gst_h264_parser_parse_sei_message().
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 24 Mar 2014 18:27:44 +0000 (19:27 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 24 Mar 2014 18:38:13 +0000 (19:38 +0100)
commitafff27651beeb0ef6637ca1cc2e0d468bb85a8e5
tree645a7715b864e1df2e3fff3dd271f1f89aa4e617
parent1b421808175ab96bf6fd22ccddb49837c152a72c
codecparsers: h264: clean-up gst_h264_parser_parse_sei_message().

Fix build when GST_DISABLE_GST_DEBUG is not defined. Use a switch
statement to dispatch to the various SEI payload handlers.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
gst-libs/gst/codecparsers/gsth264parser.c