mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 23:18:47 +00:00
fixed syntax
Original commit message from CVS: fixed syntax
This commit is contained in:
parent
eac5a34bee
commit
3a16440217
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ gst_thread_class_init (GstThreadClass *klass)
|
|||
|
||||
#ifndef GST_DISABLE_LOADSAVE
|
||||
gstobject_class->save_thyself = GST_DEBUG_FUNCPTR (gst_thread_save_thyself);
|
||||
gstobject_class->restore_thyself = GST_DEBUG_FUNCPTR gst_thread_restore_thyself);
|
||||
gstobject_class->restore_thyself = GST_DEBUG_FUNCPTR(gst_thread_restore_thyself);
|
||||
#endif
|
||||
|
||||
gstelement_class->change_state = GST_DEBUG_FUNCPTR (gst_thread_change_state);
|
||||
|
|
Loading…
Reference in a new issue