diff options
Diffstat (limited to 'gst/playback/gstplaysink.h')
-rw-r--r-- | gst/playback/gstplaysink.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/playback/gstplaysink.h b/gst/playback/gstplaysink.h index ff47a1901..f1025839b 100644 --- a/gst/playback/gstplaysink.h +++ b/gst/playback/gstplaysink.h @@ -72,6 +72,9 @@ GstPad * gst_play_sink_request_pad (GstPlaySink *playsink, GstPlaySin void gst_play_sink_release_pad (GstPlaySink *playsink, GstPad *pad); void gst_play_sink_refresh_pad (GstPlaySink *playsink, GstPad *pad, GstPlaySinkType type); +void gst_play_sink_set_filter (GstPlaySink * playsink, GstPlaySinkType type, GstElement * filter); +GstElement * gst_play_sink_get_filter (GstPlaySink * playsink, GstPlaySinkType type); + void gst_play_sink_set_sink (GstPlaySink * playsink, GstPlaySinkType type, GstElement * sink); GstElement * gst_play_sink_get_sink (GstPlaySink * playsink, GstPlaySinkType type); |