summaryrefslogtreecommitdiff
path: root/gst/gst_private.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2011-04-07 11:19:57 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2011-04-08 09:15:56 +0200
commitc41b0ade28790ffdb0e484b41cd7929c4e145dec (patch)
treec26c478bda1abc7ae4057b017723832901c5ed0b /gst/gst_private.h
parent5c75330fea3b4da43eff00feeeb165d9318427b0 (diff)
bus: Use a construct-only property to distinguish between child buses and normal buses
This allows to only create the socketpair when it is really required instead of always creating it and immediately destroying it again for child buses. https://bugzilla.gnome.org/show_bug.cgi?id=647005
Diffstat (limited to 'gst/gst_private.h')
-rw-r--r--gst/gst_private.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gst/gst_private.h b/gst/gst_private.h
index 487a547da..da8a50a80 100644
--- a/gst/gst_private.h
+++ b/gst/gst_private.h
@@ -51,9 +51,6 @@ extern const char g_log_domain_gstreamer[];
/* for the pad cache */
#include "gstpad.h"
-/* for GstBus */
-#include "gstbus.h"
-
G_BEGIN_DECLS
/* used by gstparse.c and grammar.y */
@@ -139,11 +136,6 @@ gint priv_gst_date_time_compare (gconstpointer dt1, gconstpointer dt2);
extern gboolean _gst_disable_registry_cache;
#endif
-/* Secret API used by GstBin to set the bus in child bus mode
- * without sockets and everything. See bug #646624.
- */
-void _priv_gst_bus_set_child_mode (GstBus * bus);
-
/* provide inline gst_g_value_get_foo_unchecked(), used in gststructure.c */
#define DEFINE_INLINE_G_VALUE_GET_UNCHECKED(ret_type,name_type,v_field) \
static inline ret_type \