diff options
Diffstat (limited to 'gst-libs/gst/play/play.old.h')
-rw-r--r-- | gst-libs/gst/play/play.old.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gst-libs/gst/play/play.old.h b/gst-libs/gst/play/play.old.h index 90f9a5ce..6851b11e 100644 --- a/gst-libs/gst/play/play.old.h +++ b/gst-libs/gst/play/play.old.h @@ -142,6 +142,9 @@ struct _GstPlayClass void (*information) ( GstPlay* play, GstElement* element, GParamSpec *param); + void (*pipeline_error) ( GstPlay* play, + GstElement* element, + gchar *error); void (*state_changed) ( GstPlay* play, GstElementState old_state, GstElementState new_state); |