mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
kate: rename the tiger overlay element's sink pad to 'subtitle_sink'
As this is what playbin2 expects. See bug #600929.
This commit is contained in:
parent
a60d54c4e2
commit
dfd5b4c99f
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ gst_kate_tiger_init (GstKateTiger * tiger, GstKateTigerClass * gclass)
|
|||
tiger->mutex = g_mutex_new ();
|
||||
|
||||
tiger->katesinkpad =
|
||||
gst_pad_new_from_static_template (&kate_sink_factory, "kate_sink");
|
||||
gst_pad_new_from_static_template (&kate_sink_factory, "subtitle_sink");
|
||||
gst_pad_set_chain_function (tiger->katesinkpad,
|
||||
GST_DEBUG_FUNCPTR (gst_kate_tiger_kate_chain));
|
||||
gst_pad_set_query_function (tiger->katesinkpad,
|
||||
|
|
Loading…
Reference in a new issue