mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
curlsftpsink: Don't run GST_DEBUG_OBJECT() on a class struct
It's supposed to be a GObject. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2141>
This commit is contained in:
parent
531ccf0594
commit
337481be32
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ gst_curl_sftp_sink_class_init (GstCurlSftpSinkClass * klass)
|
|||
GST_DEBUG_CATEGORY_INIT (gst_curl_sftp_sink_debug, "curlsftpsink", 0,
|
||||
"curl sftp sink element");
|
||||
|
||||
GST_DEBUG_OBJECT (klass, "class_init");
|
||||
GST_DEBUG ("class_init");
|
||||
|
||||
gst_element_class_set_static_metadata (element_class,
|
||||
"Curl sftp sink",
|
||||
|
|
Loading…
Reference in a new issue