Home
last modified time | relevance | path

Searched refs:audioSamplingRate (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdrepresentationbasenode.c87 g_free (self->audioSamplingRate); in gst_mpd_representation_base_node_set_property()
88 self->audioSamplingRate = in gst_mpd_representation_base_node_set_property()
154 g_value_set_uint (value, atoi (self->audioSamplingRate)); in gst_mpd_representation_base_node_get_property()
199 if (self->audioSamplingRate) in gst_mpd_representation_base_node_finalize()
200 xmlFree (self->audioSamplingRate); in gst_mpd_representation_base_node_finalize()
247 "audioSamplingRate", self->audioSamplingRate); in gst_mpd_representation_base_get_xml_node()
324 self->audioSamplingRate = NULL; in gst_mpd_representation_base_node_init()
Dgstmpdrepresentationbasenode.h42 gchar *audioSamplingRate; member
Dgstmpdparser.c537 &representation_base->audioSamplingRate); in gst_mpdparser_parse_representation_base()
Dgstmpdclient.c2846 cur_representation)->audioSamplingRate; in gst_mpd_client_get_audio_stream_rate()
2850 cur_adapt_set)->audioSamplingRate; in gst_mpd_client_get_audio_stream_rate()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c1279 assert_equals_string (representationBase->audioSamplingRate, in GST_START_TEST()
6441 (first_rep)->audioSamplingRate, in GST_START_TEST()
6442 GST_MPD_REPRESENTATION_BASE_NODE (second_rep)->audioSamplingRate); in GST_START_TEST()