diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | docs/plugins/gst-plugins-bad-plugins-sections.txt | 8 |
2 files changed, 11 insertions, 2 deletions
@@ -1,5 +1,10 @@ 2008-05-12 Jan Schmidt <Jan.Schmidt@sun.com> + * docs/plugins/gst-plugins-bad-plugins-sections.txt: + Quieten some docs output + +2008-05-12 Jan Schmidt <Jan.Schmidt@sun.com> + * gst/rtpmanager/gstrtpjitterbuffer.c: (gst_rtp_jitter_buffer_loop): Initialise with GST_CLOCK_TIME_NONE to avoid compiler warning. diff --git a/docs/plugins/gst-plugins-bad-plugins-sections.txt b/docs/plugins/gst-plugins-bad-plugins-sections.txt index 039772f4..c9aa603e 100644 --- a/docs/plugins/gst-plugins-bad-plugins-sections.txt +++ b/docs/plugins/gst-plugins-bad-plugins-sections.txt @@ -141,10 +141,8 @@ GST_TYPE_DVD_SPU gst_dvd_spu_get_type SpuColour SpuLineCtrlI -SpuPacket SpuPixCtrlI SpuRect -SpuState DVD_SPU_LOCK DVD_SPU_UNLOCK SPU_STATE_FLAGS_MASK @@ -179,6 +177,12 @@ GST_IS_INPUT_SELECTOR GST_IS_INPUT_SELECTOR_CLASS GST_TYPE_INPUT_SELECTOR gst_input_selector_get_type +GST_INPUT_SELECTOR_BROADCAST +GST_INPUT_SELECTOR_GET_COND +GST_INPUT_SELECTOR_GET_LOCK +GST_INPUT_SELECTOR_LOCK +GST_INPUT_SELECTOR_UNLOCK +GST_INPUT_SELECTOR_WAIT </SECTION> <SECTION> |