summaryrefslogtreecommitdiff
path: root/docs/libs
diff options
context:
space:
mode:
authorEdward Hervey <edward@collabora.com>2013-07-03 13:56:22 +0200
committerEdward Hervey <edward@collabora.com>2013-07-03 13:59:56 +0200
commitc1366efcd66db14567be44257378074b9069bb6d (patch)
tree1e3fdd867e3adac0b062cc71c2b3853efd5b2d00 /docs/libs
parentdc160e7ca70c4e6985be55c1b850fb829f8dcb03 (diff)
downloadgstreamer-plugins-bad-c1366efcd66db14567be44257378074b9069bb6d.tar.gz
libs/mpegts: Rename GstMpegTS => GstMpegTs
Sorry for this :( But this makes it more in sync with expected type naming in gobject (i.e. CamelCase and not CamelMAYBECase). Also split descriptor type enums into the different variants: * ISO H.222.0 / 13818-1 (i.e. standard mpeg-ts) * DVB * ATSC * ISDB * miscellaneous This will avoid future clashes when specs use the same descriptor type
Diffstat (limited to 'docs/libs')
-rw-r--r--docs/libs/gst-plugins-bad-libs.types4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libs/gst-plugins-bad-libs.types b/docs/libs/gst-plugins-bad-libs.types
index bc3e60529..cfce0561d 100644
--- a/docs/libs/gst-plugins-bad-libs.types
+++ b/docs/libs/gst-plugins-bad-libs.types
@@ -14,11 +14,11 @@ gst_mpeg_ts_cable_outer_fec_scheme_get_type
gst_mpeg_ts_modulation_type_get_type
gst_mpeg_ts_satellite_polarization_type_get_type
gst_mpeg_ts_satellite_rolloff_get_type
-gst_mpeg_tsdvb_code_rate_get_type
+gst_mpeg_ts_dvb_code_rate_get_type
gst_mpeg_ts_descriptor_type_get_type
gst_mpeg_ts_iso639_audio_type_get_type
gst_mpeg_ts_running_status_get_type
-gst_mpeg_tsdvb_service_type_get_type
+gst_mpeg_ts_dvb_service_type_get_type
gst_insert_bin_get_type \ No newline at end of file