Searched refs:profile_level_id (Results 1 – 4 of 4) sorted by relevance
47 gint profile_level_id; member
324 const gchar *profile_level_id, *profile; in gst_rtp_h264_pay_getcaps() local326 profile_level_id = gst_structure_get_string (s, "profile-level-id"); in gst_rtp_h264_pay_getcaps()328 if (profile_level_id && strlen (profile_level_id) == 6) { in gst_rtp_h264_pay_getcaps()334 spsint = strtol (profile_level_id, NULL, 16); in gst_rtp_h264_pay_getcaps()
43 int profile_level_id; member95 offsetof(PayloadContext, profile_level_id),
3549 const gchar *profile_level_id; in gst_sdp_media_caps_adjust_h264() local3556 profile_level_id = gst_structure_get_string (s, "profile-level-id"); in gst_sdp_media_caps_adjust_h264()3557 if (!profile_level_id) in gst_sdp_media_caps_adjust_h264()3560 spsint = strtol (profile_level_id, NULL, 16); in gst_sdp_media_caps_adjust_h264()