souphttpsrc: Remove cookie_jar patch
[platform/upstream/gst-plugins-good.git] / ext / soup / gstsouphttpsrc.h
index 458fa2a..74a34bb 100644 (file)
@@ -104,9 +104,7 @@ struct _GstSoupHTTPSrc {
   gchar *iradio_url;
 
   GstStructure *extra_headers;
-#ifdef TIZEN_FEATURE_SOUP_MODIFICATION
-  SoupCookieJar *cookie_jar;
-#endif
+
   SoupLoggerLogLevel log_level;/* Soup HTTP session logger level */
 
   gboolean compress;
@@ -125,7 +123,7 @@ struct _GstSoupHTTPSrc {
   gchar *dash_newest_segment;
   guint64 received_total;    /* temp: for debugging */
   guint dlna_opt;            /* DLNA server option */
-#endif  
+#endif
 };
 
 struct _GstSoupHTTPSrcClass {