From: Benjamin Otte Date: Sun, 6 Jun 2004 23:43:15 +0000 (+0000) Subject: gst/adder/gstadder.c: properly error out when no negotiation has happened yet. (fixes... X-Git-Tag: 1.19.3~507^2~23138 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=835efb3382f1cbdf192ef71e1e38158af32ac6ca;p=platform%2Fupstream%2Fgstreamer.git gst/adder/gstadder.c: properly error out when no negotiation has happened yet. (fixes #143032) Original commit message from CVS: reviewed by Benjamin Otte * gst/adder/gstadder.c: (gst_adder_loop): properly error out when no negotiation has happened yet. (fixes #143032) --- diff --git a/ChangeLog b/ChangeLog index bbcb32f..654d800 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-06-07 Tim-Philipp Müller + + reviewed by Benjamin Otte + + * gst/adder/gstadder.c: (gst_adder_loop): + properly error out when no negotiation has happened yet. (fixes + #143032) + 2004-06-06 Benjamin Otte * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):