diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-12-02 22:25:17 +0100 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-12-02 22:25:17 +0100 |
commit | 1538803ac46f57f6b0c1ccc7aee9ee1ea25e0e81 (patch) | |
tree | b63fffdd315a19d40f0942db775b383981347924 /ext/soup | |
parent | d895ac645f017f4d048b0fcbde44b3ef6c9fb4f3 (diff) |
update for basesink event handler changes
Diffstat (limited to 'ext/soup')
-rw-r--r-- | ext/soup/gstsouphttpclientsink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soup/gstsouphttpclientsink.c b/ext/soup/gstsouphttpclientsink.c index df704769e..af238277f 100644 --- a/ext/soup/gstsouphttpclientsink.c +++ b/ext/soup/gstsouphttpclientsink.c @@ -545,7 +545,7 @@ gst_soup_http_client_sink_event (GstBaseSink * sink, GstEvent * event) GST_DEBUG_OBJECT (souphttpsink, "finished eos"); } - return TRUE; + return GST_BASE_SINK_CLASS (parent_class)->event (sink, event); } static GstFlowReturn |