From a543c648296729f56932d682f92666fab6ed0635 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 22 May 2006 15:53:07 +0000 Subject: gst/gdp/: Handle error cases when calling functions do downwards state change after parent's change_state Original commit message from CVS: * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain), (gst_gdp_depay_change_state): * gst/gdp/gstgdpdepay.h: * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain), (gst_gdp_pay_sink_event), (gst_gdp_pay_change_state): * gst/gdp/gstgdppay.h: Handle error cases when calling functions do downwards state change after parent's change_state * tests/check/elements/gdpdepay.c: (GST_START_TEST): * tests/check/elements/gdppay.c: (GST_START_TEST): clean up more --- gst/gdp/gstgdpdepay.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gst/gdp/gstgdpdepay.h') diff --git a/gst/gdp/gstgdpdepay.h b/gst/gdp/gstgdpdepay.h index d39ec5a5..8345c8b6 100644 --- a/gst/gdp/gstgdpdepay.h +++ b/gst/gdp/gstgdpdepay.h @@ -1,5 +1,5 @@ -/* Gnome-Streamer - * Copyright (C) <2005> Wim Taymans +/* GStreamer + * Copyright (C) 2006 Thomas Vander Stichele * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public -- cgit v1.2.1