Changeset 36204


Ignore:
Timestamp:
11/17/15 03:34:41 (8 years ago)
Author:
obi
Message:

gst enable cookiejar-file-name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/player.h

    r36199 r36204  
    805805        if (source)
    806806        {
     807                if (g_object_class_find_property(G_OBJECT_GET_CLASS(source), "cookiejar-file-name") != 0)
     808                {
     809                        printf("[player.h] set cookiejar-file-name: /mnt/network/cookies\n");
     810                        g_object_set(G_OBJECT(source), "cookiejar-file-name", "/mnt/network/cookies", NULL);
     811                }
     812
    807813                if(ostrstr(file, "|") != NULL)
    808814                {
    809815                        if (g_object_class_find_property(G_OBJECT_GET_CLASS(source), "extra-headers") != 0)
    810                         {                                       
     816                        {
    811817        #if GST_VERSION_MAJOR < 1
    812818                                GstStructure *extras = gst_structure_empty_new("extras");
Note: See TracChangeset for help on using the changeset viewer.