summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugin-dvbmediasink/fix_dvbvideosink_dm8000_padtemplate.patch
blob: 9d5f8bad38fca68c98eda80c1990f37d1f989c14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/src/gstdvbvideosink.c b/src/gstdvbvideosink.c
index fcd8fed..b3ce35f 100644
--- a/src/gstdvbvideosink.c
+++ b/src/gstdvbvideosink.c
@@ -316,8 +316,8 @@ gst_dvbvideosink_base_init (gpointer klass)
 				GST_INFO ("model is DM7020HD... set bcm7405 caps");
 			} else if ( !strncasecmp(string, "DM8000", 6) ) {
 				hwtype = DM8000;
-				hwtemplate = &sink_factory_bcm7400;
-				GST_INFO ("model is DM8000... set bcm7400 caps");
+				hwtemplate = &sink_factory_bcm7405;
+				GST_INFO ("model is DM8000... set bcm7405 caps");
 			} else if ( !strncasecmp(string, "DM800", 5) ) {
 				hwtype = DM800;
 				hwtemplate = &sink_factory_bcm7401;