Lines Matching refs:descriptors
162 copy->descriptors = g_ptr_array_ref (eit->descriptors); in _gst_mpegts_eit_event_copy()
172 if (eit->descriptors) in _gst_mpegts_eit_event_free()
173 g_ptr_array_unref (eit->descriptors); in _gst_mpegts_eit_event_free()
265 event->descriptors = in _parse_eit()
267 if (event->descriptors == NULL) in _parse_eit()
317 copy->descriptors = g_ptr_array_ref (bat->descriptors); in _gst_mpegts_bat_stream_copy()
325 if (bat->descriptors) in _gst_mpegts_bat_stream_free()
326 g_ptr_array_unref (bat->descriptors); in _gst_mpegts_bat_stream_free()
340 copy->descriptors = g_ptr_array_ref (bat->descriptors); in _gst_mpegts_bat_copy()
349 if (bat->descriptors) in _gst_mpegts_bat_free()
350 g_ptr_array_unref (bat->descriptors); in _gst_mpegts_bat_free()
386 bat->descriptors = in _parse_bat()
388 if (bat->descriptors == NULL) in _parse_bat()
438 stream->descriptors = in _parse_bat()
440 if (stream->descriptors == NULL) in _parse_bat()
495 copy->descriptors = g_ptr_array_ref (nit->descriptors); in _gst_mpegts_nit_stream_copy()
503 if (nit->descriptors) in _gst_mpegts_nit_stream_free()
504 g_ptr_array_unref (nit->descriptors); in _gst_mpegts_nit_stream_free()
517 copy->descriptors = g_ptr_array_ref (nit->descriptors); in _gst_mpegts_nit_copy()
526 if (nit->descriptors) in _gst_mpegts_nit_free()
527 g_ptr_array_unref (nit->descriptors); in _gst_mpegts_nit_free()
566 nit->descriptors = in _parse_nit()
568 if (nit->descriptors == NULL) in _parse_nit()
618 stream->descriptors = in _parse_nit()
620 if (stream->descriptors == NULL) in _parse_nit()
680 nit->descriptors = g_ptr_array_new_with_free_func ((GDestroyNotify) in gst_mpegts_nit_new()
702 stream->descriptors = g_ptr_array_new_with_free_func ( in gst_mpegts_nit_stream_new()
731 if (nit->descriptors) { in _packetize_nit()
732 for (i = 0; i < nit->descriptors->len; i++) { in _packetize_nit()
733 descriptor = g_ptr_array_index (nit->descriptors, i); in _packetize_nit()
744 if (stream->descriptors) { in _packetize_nit()
745 for (j = 0; j < stream->descriptors->len; j++) { in _packetize_nit()
746 descriptor = g_ptr_array_index (stream->descriptors, j); in _packetize_nit()
766 _packetize_descriptor_array (nit->descriptors, &data); in _packetize_nit()
792 _packetize_descriptor_array (stream->descriptors, &data); in _packetize_nit()
839 copy->descriptors = g_ptr_array_ref (sdt->descriptors); in _gst_mpegts_sdt_service_copy()
847 if (sdt->descriptors) in _gst_mpegts_sdt_service_free()
848 g_ptr_array_unref (sdt->descriptors); in _gst_mpegts_sdt_service_free()
946 service->descriptors = in _parse_sdt()
948 if (!service->descriptors) in _parse_sdt()
1027 service->descriptors = g_ptr_array_new_with_free_func ((GDestroyNotify) in gst_mpegts_sdt_service_new()
1060 if (service->descriptors) { in _packetize_sdt()
1061 for (j = 0; j < service->descriptors->len; j++) { in _packetize_sdt()
1062 descriptor = g_ptr_array_index (service->descriptors, j); in _packetize_sdt()
1108 _packetize_descriptor_array (service->descriptors, &data); in _packetize_sdt()
1193 copy->descriptors = g_ptr_array_ref (tot->descriptors); in _gst_mpegts_tot_copy()
1203 if (tot->descriptors) in _gst_mpegts_tot_free()
1204 g_ptr_array_unref (tot->descriptors); in _gst_mpegts_tot_free()
1229 tot->descriptors = gst_mpegts_parse_descriptors (data, desc_len); in _parse_tot()
1267 copy->descriptors = g_ptr_array_ref (sit->descriptors); in _gst_mpegts_sit_service_copy()
1275 if (sit->descriptors) in _gst_mpegts_sit_service_free()
1276 g_ptr_array_unref (sit->descriptors); in _gst_mpegts_sit_service_free()
1290 copy->descriptors = g_ptr_array_ref (sit->descriptors); in _gst_mpegts_sit_copy()
1299 g_ptr_array_unref (sit->descriptors); in _gst_mpegts_sit_free()
1328 sit->descriptors = in _parse_sit()
1330 if (sit->descriptors == NULL) in _parse_sit()
1364 service->descriptors = in _parse_sit()
1366 if (!service->descriptors) in _parse_sit()