From: Sangchul Lee Date: Fri, 31 Jul 2020 07:50:06 +0000 (+0900) Subject: pulsesink: Unset missing stream callbacks X-Git-Tag: accepted/tizen/unified/20200803.122153^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fgst-plugins-good.git;a=commitdiff_plain;h=8a2ce42043017b518dfead851afcc4e99923e607 pulsesink: Unset missing stream callbacks [Version] 1.16.2-8 [Issue Type] Improvement Change-Id: I733c8c3cdc3f0563848081cac85f97b1db77ea75 Signed-off-by: Sangchul Lee --- diff --git a/ext/pulse/pulsesink.c b/ext/pulse/pulsesink.c index 2e8dfd1..5ff0559 100644 --- a/ext/pulse/pulsesink.c +++ b/ext/pulse/pulsesink.c @@ -344,6 +344,12 @@ gst_pulsering_destroy_stream (GstPulseRingBuffer * pbuf) pa_stream_set_write_callback (pbuf->stream, NULL, NULL); pa_stream_set_underflow_callback (pbuf->stream, NULL, NULL); pa_stream_set_overflow_callback (pbuf->stream, NULL, NULL); +#ifdef __TIZEN__ + pa_stream_set_latency_update_callback (pbuf->stream, NULL, NULL); + pa_stream_set_suspended_callback (pbuf->stream, NULL, NULL); + pa_stream_set_started_callback (pbuf->stream, NULL, NULL); + pa_stream_set_event_callback (pbuf->stream, NULL, NULL); +#endif pa_stream_unref (pbuf->stream); pbuf->stream = NULL; diff --git a/packaging/gst-plugins-good.spec b/packaging/gst-plugins-good.spec index f0f5beb..c48cd44 100644 --- a/packaging/gst-plugins-good.spec +++ b/packaging/gst-plugins-good.spec @@ -3,7 +3,7 @@ Name: gst-plugins-good Version: 1.16.2 -Release: 7 +Release: 8 License: LGPL-2.1+ Summary: GStreamer Streaming-Media Framework Plug-Ins Url: http://gstreamer.freedesktop.org/