mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
kate: add some FIXMEs
This commit is contained in:
parent
faf2d04696
commit
4728d7f18e
6 changed files with 13 additions and 2 deletions
|
@ -74,6 +74,8 @@
|
|||
* </refsect2>
|
||||
*/
|
||||
|
||||
/* FIXME: post appropriate GST_ELEMENT_ERROR when returning FLOW_ERROR */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
|
|
@ -68,6 +68,8 @@
|
|||
* </refsect2>
|
||||
*/
|
||||
|
||||
/* FIXME: post appropriate GST_ELEMENT_ERROR when returning FLOW_ERROR */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
|
|
@ -58,6 +58,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
/* FIXME: post appropriate GST_ELEMENT_ERROR when returning FLOW_ERROR */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
|
|
@ -63,6 +63,8 @@
|
|||
* </refsect2>
|
||||
*/
|
||||
|
||||
/* FIXME: post appropriate GST_ELEMENT_ERROR when returning FLOW_ERROR */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
|
|
@ -73,6 +73,8 @@
|
|||
* </refsect2>
|
||||
*/
|
||||
|
||||
/* FIXME: post appropriate GST_ELEMENT_ERROR when returning FLOW_ERROR */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* FIXME: post appropriate GST_ELEMENT_ERROR when returning FLOW_ERROR */
|
||||
/* FIXME: shouldn't all this GstKateDecoderBase stuff really be a base class? */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
@ -25,8 +28,6 @@
|
|||
#include "gstkate.h"
|
||||
#include "gstkateutil.h"
|
||||
|
||||
/* FIXME: shouldn't all this GstKateDecoderBase stuff really be a base class? */
|
||||
|
||||
GstCaps *
|
||||
gst_kate_util_set_header_on_caps (GstElement * element, GstCaps * caps,
|
||||
GList * headers)
|
||||
|
|
Loading…
Reference in a new issue