Top | ![]() |
![]() |
![]() |
![]() |
These macros and functions are for internal use of the unit tests found inside the 'check' directories of various GStreamer packages.
GstStreamConsistency *
gst_consistency_checker_new (GstPad *pad
);
Sets up a data probe on the given pad which will raise assertions if the data flow is inconsistent.
void
gst_consistency_checker_reset (GstStreamConsistency *consist
);
Reset the stream checker's internal variables.
void
gst_consistency_checker_free (GstStreamConsistency *consist
);
Frees the allocated data and probes associated with consist
.