summaryrefslogtreecommitdiff
path: root/omx/gstomx.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-06 17:33:23 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2013-03-07 13:56:50 +0100
commit001b7f0ed9cb8d61d7590784a1ae7e0d6c3d86f7 (patch)
tree126a7b0e0c792b4df14b16b5b8120eb710de8fd7 /omx/gstomx.h
parent60861f3990a735bd0404e91576facae056fb8e80 (diff)
downloadgst-omx-001b7f0ed9cb8d61d7590784a1ae7e0d6c3d86f7.tar.gz
omx: Remove min buffer count hack for RPi again
It's not necessary anymore
Diffstat (limited to 'omx/gstomx.h')
-rw-r--r--omx/gstomx.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/omx/gstomx.h b/omx/gstomx.h
index 03a38b3..f10fd1d 100644
--- a/omx/gstomx.h
+++ b/omx/gstomx.h
@@ -103,12 +103,6 @@ G_BEGIN_DECLS
*/
#define GST_OMX_HACK_NO_COMPONENT_ROLE G_GUINT64_CONSTANT (0x0000000000000080)
-/* If the component reports the minimum number of required
- * buffers via nBufferCountActual instead of nBufferCountMin.
- * Happens with Broadcom's OpenMAX implementation.
- */
-#define GST_OMX_HACK_PORT_ACTUAL_COUNT_IS_MINIMUM G_GUINT64_CONSTANT (0x0000000000000100)
-
typedef struct _GstOMXCore GstOMXCore;
typedef struct _GstOMXPort GstOMXPort;
typedef enum _GstOMXPortDirection GstOMXPortDirection;
@@ -204,9 +198,6 @@ struct _GstOMXPort {
*/
gint settings_cookie;
gint configured_settings_cookie;
-
- /* Only valid if GST_OMX_HACK_PORT_ACTUAL_COUNT_IS_MINIMUM */
- gint min_buffer_count;
};
struct _GstOMXComponent {