mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
playsink: The default signal handler should be the one that triggers pad blocks and reconfiguration
Conflicts: gst/playback/gstplaysink.c
This commit is contained in:
parent
78b2fc762b
commit
6e4d7e466d
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ gst_play_sink_class_init (GstPlaySinkClass * klass)
|
|||
gstbin_klass->handle_message =
|
||||
GST_DEBUG_FUNCPTR (gst_play_sink_handle_message);
|
||||
|
||||
klass->reconfigure = GST_DEBUG_FUNCPTR (gst_play_sink_do_reconfigure);
|
||||
klass->reconfigure = GST_DEBUG_FUNCPTR (gst_play_sink_reconfigure);
|
||||
klass->convert_sample = GST_DEBUG_FUNCPTR (gst_play_sink_convert_sample);
|
||||
|
||||
_playsink_reset_segment_event_marker_id =
|
||||
|
|
Loading…
Reference in a new issue