mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 21:12:26 +00:00
retab some .h
This commit is contained in:
parent
a5e028ba72
commit
2c9701bd73
4 changed files with 9 additions and 9 deletions
|
@ -102,7 +102,7 @@ struct _GstRTSPMediaFactoryClass {
|
||||||
GstElement * (*create_pipeline) (GstRTSPMediaFactory *factory, GstRTSPMedia *media);
|
GstElement * (*create_pipeline) (GstRTSPMediaFactory *factory, GstRTSPMedia *media);
|
||||||
|
|
||||||
/* signals */
|
/* signals */
|
||||||
void (*media_constructed)(GstRTSPMediaFactory *factory, GstRTSPMedia *media);
|
void (*media_constructed) (GstRTSPMediaFactory *factory, GstRTSPMedia *media);
|
||||||
};
|
};
|
||||||
|
|
||||||
GType gst_rtsp_media_factory_get_type (void);
|
GType gst_rtsp_media_factory_get_type (void);
|
||||||
|
|
Loading…
Reference in a new issue