• Home
  • Raw
  • Download

Lines Matching refs:dvbbasebin

51     dvbbasebin, const gchar * property, GKeyFile * kf,
61 static gboolean parse_and_configure_from_v5_conf_file (GstElement * dvbbasebin,
63 static gboolean parse_and_configure_from_zap_conf_file (GstElement * dvbbasebin,
67 static gboolean gst_dvb_base_bin_conf_set_string (GstElement * dvbbasebin,
70 static gboolean gst_dvb_base_bin_conf_set_uint (GstElement * dvbbasebin,
73 static gboolean gst_dvb_base_bin_conf_set_int (GstElement * dvbbasebin,
76 static gboolean gst_dvb_base_bin_conf_set_inversion (GstElement * dvbbasebin,
79 static gboolean gst_dvb_base_bin_conf_set_guard (GstElement * dvbbasebin,
82 static gboolean gst_dvb_base_bin_conf_set_trans_mode (GstElement * dvbbasebin,
85 static gboolean gst_dvb_base_bin_conf_set_code_rate (GstElement * dvbbasebin,
88 static gboolean gst_dvb_base_bin_conf_set_delsys (GstElement * dvbbasebin,
91 static gboolean gst_dvb_base_bin_conf_set_hierarchy (GstElement * dvbbasebin,
94 static gboolean gst_dvb_base_bin_conf_set_modulation (GstElement * dvbbasebin,
97 static GHashTable *parse_channels_conf_from_zap_file (GstElement * dvbbasebin,
171 gst_dvb_base_bin_conf_set_property_from_string_array (GstElement * dvbbasebin, in gst_dvb_base_bin_conf_set_property_from_string_array() argument
181 GST_WARNING_OBJECT (dvbbasebin, "Unexpected value '%s' for property " in gst_dvb_base_bin_conf_set_property_from_string_array()
187 g_object_set (dvbbasebin, property, v, NULL); in gst_dvb_base_bin_conf_set_property_from_string_array()
192 gst_dvb_base_bin_conf_set_string (GstElement * dvbbasebin, in gst_dvb_base_bin_conf_set_string() argument
200 GST_WARNING_OBJECT (dvbbasebin, in gst_dvb_base_bin_conf_set_string()
205 g_object_set (dvbbasebin, property, str, NULL); in gst_dvb_base_bin_conf_set_string()
211 gst_dvb_base_bin_conf_set_uint (GstElement * dvbbasebin, const gchar * property, in gst_dvb_base_bin_conf_set_uint() argument
218 GST_WARNING_OBJECT (dvbbasebin, in gst_dvb_base_bin_conf_set_uint()
223 g_object_set (dvbbasebin, property, (guint) v, NULL); in gst_dvb_base_bin_conf_set_uint()
228 gst_dvb_base_bin_conf_set_int (GstElement * dvbbasebin, const gchar * property, in gst_dvb_base_bin_conf_set_int() argument
235 GST_WARNING_OBJECT (dvbbasebin, in gst_dvb_base_bin_conf_set_int()
240 g_object_set (dvbbasebin, property, v, NULL); in gst_dvb_base_bin_conf_set_int()
245 gst_dvb_base_bin_conf_set_inversion (GstElement * dvbbasebin, in gst_dvb_base_bin_conf_set_inversion() argument
254 GST_WARNING_OBJECT (dvbbasebin, in gst_dvb_base_bin_conf_set_inversion()
267 g_object_set (dvbbasebin, property, v, NULL); in gst_dvb_base_bin_conf_set_inversion()
272 gst_dvb_base_bin_conf_set_guard (GstElement * dvbbasebin, in gst_dvb_base_bin_conf_set_guard() argument
281 return gst_dvb_base_bin_conf_set_property_from_string_array (dvbbasebin, in gst_dvb_base_bin_conf_set_guard()
286 gst_dvb_base_bin_conf_set_trans_mode (GstElement * dvbbasebin, in gst_dvb_base_bin_conf_set_trans_mode() argument
294 return gst_dvb_base_bin_conf_set_property_from_string_array (dvbbasebin, in gst_dvb_base_bin_conf_set_trans_mode()
299 gst_dvb_base_bin_conf_set_code_rate (GstElement * dvbbasebin, in gst_dvb_base_bin_conf_set_code_rate() argument
308 return gst_dvb_base_bin_conf_set_property_from_string_array (dvbbasebin, in gst_dvb_base_bin_conf_set_code_rate()
313 gst_dvb_base_bin_conf_set_delsys (GstElement * dvbbasebin, in gst_dvb_base_bin_conf_set_delsys() argument
323 return gst_dvb_base_bin_conf_set_property_from_string_array (dvbbasebin, in gst_dvb_base_bin_conf_set_delsys()
328 gst_dvb_base_bin_conf_set_hierarchy (GstElement * dvbbasebin, in gst_dvb_base_bin_conf_set_hierarchy() argument
335 return gst_dvb_base_bin_conf_set_property_from_string_array (dvbbasebin, in gst_dvb_base_bin_conf_set_hierarchy()
340 gst_dvb_base_bin_conf_set_modulation (GstElement * dvbbasebin, in gst_dvb_base_bin_conf_set_modulation() argument
350 return gst_dvb_base_bin_conf_set_property_from_string_array (dvbbasebin, in gst_dvb_base_bin_conf_set_modulation()
356 parse_and_configure_from_v5_conf_file (GstElement * dvbbasebin, in parse_and_configure_from_v5_conf_file() argument
380 GST_LOG_OBJECT (dvbbasebin, "Setting property %s", k); in parse_and_configure_from_v5_conf_file()
384 if (!map_entry->set_func (dvbbasebin, map_entry->elem_property, keyfile, in parse_and_configure_from_v5_conf_file()
394 GST_WARNING_OBJECT (dvbbasebin, "Failed to map property '%s'", k); in parse_and_configure_from_v5_conf_file()
399 GST_DEBUG_OBJECT (dvbbasebin, "Successfully parsed channel configuration " in parse_and_configure_from_v5_conf_file()
447 parse_channels_conf_from_zap_file (GstElement * dvbbasebin, in parse_channels_conf_from_zap_file() argument
468 GST_INFO_OBJECT (dvbbasebin, "parsing '%s'", filename); in parse_channels_conf_from_zap_file()
592 parse_and_configure_from_zap_conf_file (GstElement * dvbbasebin, in parse_and_configure_from_zap_conf_file() argument
608 channels = parse_channels_conf_from_zap_file (dvbbasebin, filename, error); in parse_and_configure_from_zap_conf_file()
618 g_object_set (dvbbasebin, "program-numbers", in parse_and_configure_from_zap_conf_file()
621 g_object_set (dvbbasebin, "frequency", in parse_and_configure_from_zap_conf_file()
629 g_object_set (dvbbasebin, "inversion", INVERSION_OFF, NULL); in parse_and_configure_from_zap_conf_file()
631 g_object_set (dvbbasebin, "inversion", INVERSION_ON, NULL); in parse_and_configure_from_zap_conf_file()
633 g_object_set (dvbbasebin, "inversion", INVERSION_AUTO, NULL); in parse_and_configure_from_zap_conf_file()
637 g_object_set (dvbbasebin, "bandwidth", 0, NULL); in parse_and_configure_from_zap_conf_file()
639 g_object_set (dvbbasebin, "bandwidth", 1, NULL); in parse_and_configure_from_zap_conf_file()
641 g_object_set (dvbbasebin, "bandwidth", 2, NULL); in parse_and_configure_from_zap_conf_file()
643 g_object_set (dvbbasebin, "bandwidth", 4, NULL); in parse_and_configure_from_zap_conf_file()
645 g_object_set (dvbbasebin, "bandwidth", 5, NULL); in parse_and_configure_from_zap_conf_file()
647 g_object_set (dvbbasebin, "bandwidth", 6, NULL); in parse_and_configure_from_zap_conf_file()
649 g_object_set (dvbbasebin, "bandwidth", 3, NULL); in parse_and_configure_from_zap_conf_file()
653 g_object_set (dvbbasebin, "code-rate-hp", 0, NULL); in parse_and_configure_from_zap_conf_file()
655 g_object_set (dvbbasebin, "code-rate-hp", 1, NULL); in parse_and_configure_from_zap_conf_file()
657 g_object_set (dvbbasebin, "code-rate-hp", 2, NULL); in parse_and_configure_from_zap_conf_file()
659 g_object_set (dvbbasebin, "code-rate-hp", 3, NULL); in parse_and_configure_from_zap_conf_file()
661 g_object_set (dvbbasebin, "code-rate-hp", 4, NULL); in parse_and_configure_from_zap_conf_file()
663 g_object_set (dvbbasebin, "code-rate-hp", 5, NULL); in parse_and_configure_from_zap_conf_file()
665 g_object_set (dvbbasebin, "code-rate-hp", 6, NULL); in parse_and_configure_from_zap_conf_file()
667 g_object_set (dvbbasebin, "code-rate-hp", 7, NULL); in parse_and_configure_from_zap_conf_file()
669 g_object_set (dvbbasebin, "code-rate-hp", 8, NULL); in parse_and_configure_from_zap_conf_file()
671 g_object_set (dvbbasebin, "code-rate-hp", 9, NULL); in parse_and_configure_from_zap_conf_file()
675 g_object_set (dvbbasebin, "code-rate-lp", 0, NULL); in parse_and_configure_from_zap_conf_file()
677 g_object_set (dvbbasebin, "code-rate-lp", 1, NULL); in parse_and_configure_from_zap_conf_file()
679 g_object_set (dvbbasebin, "code-rate-lp", 2, NULL); in parse_and_configure_from_zap_conf_file()
681 g_object_set (dvbbasebin, "code-rate-lp", 3, NULL); in parse_and_configure_from_zap_conf_file()
683 g_object_set (dvbbasebin, "code-rate-lp", 4, NULL); in parse_and_configure_from_zap_conf_file()
685 g_object_set (dvbbasebin, "code-rate-lp", 5, NULL); in parse_and_configure_from_zap_conf_file()
687 g_object_set (dvbbasebin, "code-rate-lp", 6, NULL); in parse_and_configure_from_zap_conf_file()
689 g_object_set (dvbbasebin, "code-rate-lp", 7, NULL); in parse_and_configure_from_zap_conf_file()
691 g_object_set (dvbbasebin, "code-rate-lp", 8, NULL); in parse_and_configure_from_zap_conf_file()
693 g_object_set (dvbbasebin, "code-rate-lp", 9, NULL); in parse_and_configure_from_zap_conf_file()
697 g_object_set (dvbbasebin, "modulation", 0, NULL); in parse_and_configure_from_zap_conf_file()
699 g_object_set (dvbbasebin, "modulation", 1, NULL); in parse_and_configure_from_zap_conf_file()
701 g_object_set (dvbbasebin, "modulation", 2, NULL); in parse_and_configure_from_zap_conf_file()
703 g_object_set (dvbbasebin, "modulation", 3, NULL); in parse_and_configure_from_zap_conf_file()
705 g_object_set (dvbbasebin, "modulation", 4, NULL); in parse_and_configure_from_zap_conf_file()
707 g_object_set (dvbbasebin, "modulation", 5, NULL); in parse_and_configure_from_zap_conf_file()
709 g_object_set (dvbbasebin, "modulation", 6, NULL); in parse_and_configure_from_zap_conf_file()
713 g_object_set (dvbbasebin, "trans-mode", 0, NULL); in parse_and_configure_from_zap_conf_file()
715 g_object_set (dvbbasebin, "trans-mode", 1, NULL); in parse_and_configure_from_zap_conf_file()
717 g_object_set (dvbbasebin, "trans-mode", 2, NULL); in parse_and_configure_from_zap_conf_file()
721 g_object_set (dvbbasebin, "guard", 0, NULL); in parse_and_configure_from_zap_conf_file()
723 g_object_set (dvbbasebin, "guard", 1, NULL); in parse_and_configure_from_zap_conf_file()
725 g_object_set (dvbbasebin, "guard", 2, NULL); in parse_and_configure_from_zap_conf_file()
727 g_object_set (dvbbasebin, "guard", 3, NULL); in parse_and_configure_from_zap_conf_file()
729 g_object_set (dvbbasebin, "guard", 4, NULL); in parse_and_configure_from_zap_conf_file()
733 g_object_set (dvbbasebin, "hierarchy", 0, NULL); in parse_and_configure_from_zap_conf_file()
735 g_object_set (dvbbasebin, "hierarchy", 1, NULL); in parse_and_configure_from_zap_conf_file()
737 g_object_set (dvbbasebin, "hierarchy", 2, NULL); in parse_and_configure_from_zap_conf_file()
739 g_object_set (dvbbasebin, "hierarchy", 3, NULL); in parse_and_configure_from_zap_conf_file()
741 g_object_set (dvbbasebin, "hierarchy", 4, NULL); in parse_and_configure_from_zap_conf_file()
749 g_object_set (dvbbasebin, "delsys", SYS_DVBS, NULL); in parse_and_configure_from_zap_conf_file()
753 g_object_set (dvbbasebin, "polarity", val, NULL); in parse_and_configure_from_zap_conf_file()
759 g_object_set (dvbbasebin, "diseqc-source", atoi (val), NULL); in parse_and_configure_from_zap_conf_file()
763 g_object_set (dvbbasebin, "symbol-rate", atoi (val), NULL); in parse_and_configure_from_zap_conf_file()
769 g_object_set (dvbbasebin, "delsys", SYS_DVBC_ANNEX_A, NULL); in parse_and_configure_from_zap_conf_file()
774 g_object_set (dvbbasebin, "symbol-rate", atoi (val) / 1000, NULL); in parse_and_configure_from_zap_conf_file()
777 g_object_set (dvbbasebin, "modulation", 0, NULL); in parse_and_configure_from_zap_conf_file()
779 g_object_set (dvbbasebin, "modulation", 1, NULL); in parse_and_configure_from_zap_conf_file()
781 g_object_set (dvbbasebin, "modulation", 2, NULL); in parse_and_configure_from_zap_conf_file()
783 g_object_set (dvbbasebin, "modulation", 3, NULL); in parse_and_configure_from_zap_conf_file()
785 g_object_set (dvbbasebin, "modulation", 4, NULL); in parse_and_configure_from_zap_conf_file()
787 g_object_set (dvbbasebin, "modulation", 5, NULL); in parse_and_configure_from_zap_conf_file()
789 g_object_set (dvbbasebin, "modulation", 6, NULL); in parse_and_configure_from_zap_conf_file()
792 g_object_set (dvbbasebin, "code-rate-hp", 0, NULL); in parse_and_configure_from_zap_conf_file()
794 g_object_set (dvbbasebin, "code-rate-hp", 1, NULL); in parse_and_configure_from_zap_conf_file()
796 g_object_set (dvbbasebin, "code-rate-hp", 2, NULL); in parse_and_configure_from_zap_conf_file()
798 g_object_set (dvbbasebin, "code-rate-hp", 3, NULL); in parse_and_configure_from_zap_conf_file()
800 g_object_set (dvbbasebin, "code-rate-hp", 4, NULL); in parse_and_configure_from_zap_conf_file()
802 g_object_set (dvbbasebin, "code-rate-hp", 5, NULL); in parse_and_configure_from_zap_conf_file()
804 g_object_set (dvbbasebin, "code-rate-hp", 6, NULL); in parse_and_configure_from_zap_conf_file()
806 g_object_set (dvbbasebin, "code-rate-hp", 7, NULL); in parse_and_configure_from_zap_conf_file()
808 g_object_set (dvbbasebin, "code-rate-hp", 8, NULL); in parse_and_configure_from_zap_conf_file()
810 g_object_set (dvbbasebin, "code-rate-hp", 9, NULL); in parse_and_configure_from_zap_conf_file()
813 g_object_set (dvbbasebin, "inversion", 0, NULL); in parse_and_configure_from_zap_conf_file()
815 g_object_set (dvbbasebin, "inversion", 1, NULL); in parse_and_configure_from_zap_conf_file()
817 g_object_set (dvbbasebin, "inversion", 2, NULL); in parse_and_configure_from_zap_conf_file()
823 g_object_set (dvbbasebin, "delsys", SYS_ATSC, NULL); in parse_and_configure_from_zap_conf_file()
827 g_object_set (dvbbasebin, "modulation", 3, NULL); in parse_and_configure_from_zap_conf_file()
829 g_object_set (dvbbasebin, "modulation", 5, NULL); in parse_and_configure_from_zap_conf_file()
831 g_object_set (dvbbasebin, "modulation", 7, NULL); in parse_and_configure_from_zap_conf_file()
833 g_object_set (dvbbasebin, "modulation", 8, NULL); in parse_and_configure_from_zap_conf_file()
883 set_properties_for_channel (GstElement * dvbbasebin, in set_properties_for_channel() argument
897 if (!parse_and_configure_from_v5_conf_file (dvbbasebin, filename, in set_properties_for_channel()
899 GST_WARNING_OBJECT (dvbbasebin, "Problem finding information for " in set_properties_for_channel()
902 GST_INFO_OBJECT (dvbbasebin, "Parsed libdvbv5 channel configuration " in set_properties_for_channel()
908 if (!parse_and_configure_from_zap_conf_file (dvbbasebin, filename, in set_properties_for_channel()
910 GST_WARNING_OBJECT (dvbbasebin, "Problem finding information for " in set_properties_for_channel()
913 GST_INFO_OBJECT (dvbbasebin, "Parsed ZAP channel configuration file"); in set_properties_for_channel()
918 GST_WARNING_OBJECT (dvbbasebin, "Unknown configuration file format. " in set_properties_for_channel()