mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
rtp: fix clear-extensions signal definition
Typo as we were using the wrong enum. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1018>
This commit is contained in:
parent
d396190b91
commit
0896ccb436
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ gst_rtp_base_payload_class_init (GstRTPBasePayloadClass * klass)
|
|||
*
|
||||
* Since: 1.20
|
||||
*/
|
||||
gst_rtp_base_payload_signals[SIGNAL_ADD_EXTENSION] =
|
||||
gst_rtp_base_payload_signals[SIGNAL_CLEAR_EXTENSIONS] =
|
||||
g_signal_new_class_handler ("clear-extensions", G_TYPE_FROM_CLASS (klass),
|
||||
G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
|
||||
G_CALLBACK (gst_rtp_base_payload_clear_extensions), NULL, NULL, NULL,
|
||||
|
|
Loading…
Reference in a new issue