From 47056ccbcb9ead26540238c269ed3cf175cb4957 Mon Sep 17 00:00:00 2001 From: Ole André Vadla Ravnås Date: Wed, 7 May 2008 16:36:04 +0000 Subject: gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps): Use GST_STR_NULL when trying to print sps and pps strings t... Original commit message from CVS: * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps): Use GST_STR_NULL when trying to print sps and pps strings that could be NULL, as this might crash on some platforms. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 17abfafd..21dfe2f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-05-07 Ole André Vadla Ravnås + + * gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps): + Use GST_STR_NULL when trying to print sps and pps strings that could + be NULL, as this might crash on some platforms. + 2008-05-07 Ole André Vadla Ravnås patch by: Haakon Sporsheim -- cgit