slomo gst-plugins-good: gst-plugins-good/ gst-plugins-good/ext/dv/

[email protected] Mon, 8 Dec 2008 10:24:35 -0800 (PST)
Newsgroups gmane.comp.video.gstreamer.cvs
Message-ID <[email protected]>
CVS Root:       /cvs/gstreamer
Module:         gst-plugins-good
Changes by:     slomo
Date:           Mon Dec 08 2008  18:24:35 UTC

Log message:
* ext/dv/gstdv.c: (plugin_init):
* ext/dv/gstdvdec.c: (gst_dvdec_class_init):
* ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
Really call dv_init() exactly one time, not one time for
the demuxer and one time for the decoder.

Modified files:
    .               : ChangeLog
    ext/dv          : gstdv.c gstdvdec.c gstdvdemux.c

Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ChangeLog.diff?r1=1.3851&r2=1.3852
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ext/dv/gstdv.c.diff?r1=1.6&r2=1.7
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ext/dv/gstdvdec.c.diff?r1=1.108&r2=1.109
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ext/dv/gstdvdemux.c.diff?r1=1.32&r2=1.33

====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-good/ChangeLog,v
retrieving revision 1.3851
retrieving revision 1.3852
diff -u -d -r1.3851 -r1.3852
--- ChangeLog	8 Dec 2008 12:37:43 -0000	1.3851
+++ ChangeLog	8 Dec 2008 18:24:18 -0000	1.3852
@@ -1,3 +1,11 @@
+2008-12-08  Sebastian Dröge  <[email protected]>
+
+	* ext/dv/gstdv.c: (plugin_init):
+	* ext/dv/gstdvdec.c: (gst_dvdec_class_init):
+	* ext/dv/gstdvdemux.c: (gst_dvdemux_class_init):
+	Really call dv_init() exactly one time, not one time for
+	the demuxer and one time for the decoder.
 2008-12-08  Wim Taymans  <[email protected]>
 
 	* gst/rtp/gstrtpmp4apay.c: (gst_rtp_mp4a_pay_handle_buffer):
Index: gstdv.c
RCS file: /cvs/gstreamer/gst-plugins-good/ext/dv/gstdv.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- gstdv.c	26 Jun 2008 10:07:46 -0000	1.6
+++ gstdv.c	8 Dec 2008 18:24:21 -0000	1.7
@@ -28,6 +28,8 @@
 static gboolean
 plugin_init (GstPlugin * plugin)
 {
+  dv_init (0, 0);
   if (!gst_element_register (plugin, "dvdemux", GST_RANK_PRIMARY,
           gst_dvdemux_get_type ()))
     return FALSE;
Index: gstdvdec.c
RCS file: /cvs/gstreamer/gst-plugins-good/ext/dv/gstdvdec.c,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- gstdvdec.c	9 Mar 2007 17:32:32 -0000	1.108
+++ gstdvdec.c	8 Dec 2008 18:24:21 -0000	1.109
@@ -213,9 +213,6 @@
           1, G_MAXINT, DV_DEFAULT_DECODE_NTH, G_PARAM_READWRITE));
   gstelement_class->change_state = gst_dvdec_change_state;
-
-  /* table initialization, only do once */
-  dv_init (0, 0);
 }
 static void
Index: gstdvdemux.c
RCS file: /cvs/gstreamer/gst-plugins-good/ext/dv/gstdvdemux.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- gstdvdemux.c	17 Apr 2008 10:24:32 -0000	1.32
+++ gstdvdemux.c	8 Dec 2008 18:24:21 -0000	1.33
@@ -208,9 +208,6 @@
   gstelement_class->change_state = GST_DEBUG_FUNCPTR (gst_dvdemux_change_state);
   gstelement_class->send_event = GST_DEBUG_FUNCPTR (gst_dvdemux_send_event);

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/

_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose