summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEdward Hervey <edward@collabora.com>2013-07-04 07:45:12 +0200
committerEdward Hervey <edward@collabora.com>2013-07-04 08:45:32 +0200
commit4fe26740c77ad874b387e506fd4497225a6bf1d8 (patch)
tree10b00dee6f29c501504a5f380b77516f194df8e8 /docs
parent8babffc750f1d084ae8e64e0d10d5bccbf88647e (diff)
downloadgstreamer-plugins-bad-4fe26740c77ad874b387e506fd4497225a6bf1d8.tar.gz
mpegts: Add registered mpeg-ts stream types
These are the values officially registered in the base specification (H.222.0/13818-1). Later on we can add other enums for other variants Note that the enum is not used in the structure fields (such as a pmt stream stream_type field) since it can contain values from other variants.
Diffstat (limited to 'docs')
-rw-r--r--docs/libs/gst-plugins-bad-libs-sections.txt3
-rw-r--r--docs/libs/gst-plugins-bad-libs.types1
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-bad-libs-sections.txt b/docs/libs/gst-plugins-bad-libs-sections.txt
index ef24ce7b5..91ab28d3d 100644
--- a/docs/libs/gst-plugins-bad-libs-sections.txt
+++ b/docs/libs/gst-plugins-bad-libs-sections.txt
@@ -261,6 +261,7 @@ gst_mpegts_section_get_pat
<SUBSECTION PMT>
GstMpegTsPMT
GstMpegTsPMTStream
+GstMpegTsStreamType
gst_mpegts_section_get_pmt
<SUBSECTION BAT>
GstMpegTsBAT
@@ -290,6 +291,7 @@ GST_TYPE_MPEG_TS_SECTION_TYPE
GST_TYPE_MPEG_TS_SECTION_ATSC_TABLE_ID
GST_TYPE_MPEG_TS_SECTION_DVB_TABLE_ID
GST_MPEGTS_SECTION
+GST_TYPE_MPEG_TS_STREAM_TYPE
GST_TYPE_MPEGTS_BAT
GST_TYPE_MPEGTS_EIT
GST_TYPE_MPEGTS_EIT_EVENT
@@ -316,6 +318,7 @@ gst_mpegts_sdt_get_type
gst_mpegts_sdt_service_get_type
gst_mpegts_section_get_type
gst_mpegts_tot_get_type
+gst_mpeg_ts_stream_type_get_type
</SECTION>
<SECTION>
diff --git a/docs/libs/gst-plugins-bad-libs.types b/docs/libs/gst-plugins-bad-libs.types
index cfce0561d..2d78fac23 100644
--- a/docs/libs/gst-plugins-bad-libs.types
+++ b/docs/libs/gst-plugins-bad-libs.types
@@ -19,6 +19,7 @@ gst_mpeg_ts_descriptor_type_get_type
gst_mpeg_ts_iso639_audio_type_get_type
gst_mpeg_ts_running_status_get_type
gst_mpeg_ts_dvb_service_type_get_type
+gst_mpeg_ts_stream_type_get_type
gst_insert_bin_get_type \ No newline at end of file