void
_priv_gst_sample_initialize (void)
{
  _gst_sample_type = gst_sample_get_type ();

  GST_DEBUG_CATEGORY_INIT (gst_sample_debug, "sample", 0, "GstSample debug");
}
Пример #2
0
void
_priv_gst_sample_initialize (void)
{
  _gst_sample_type = gst_sample_get_type ();
}