uridecodebin: remove commented code
[platform/upstream/gstreamer.git] / gst / playback / gststreamsynchronizer.h
index e2379ae..b999312 100644 (file)
@@ -13,8 +13,8 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #ifndef __GST_STREAM_SYNCHRONIZER_H__
@@ -45,8 +45,7 @@ struct _GstStreamSynchronizer
   GstElement parent;
 
   /* < private > */
-  GMutex *lock;
-  GCond *stream_finish_cond;
+  GMutex lock;
   gboolean shutdown;
 
   GList *streams;
@@ -62,6 +61,8 @@ struct _GstStreamSynchronizerClass
 
 GType gst_stream_synchronizer_get_type (void);
 
+gboolean gst_stream_synchronizer_plugin_init (GstPlugin * plugin);
+
 G_END_DECLS
 
 #endif /* __GST_STREAM_SYNCHRONIZER_H__ */