summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-07-09dlnasrc: gst_dlna_src_uri_set_uri: set a GError when failingGuillaume Desmottes1-9/+30
2013-12-12Made properties support additional flag of G_PARAM_STATIC_STRINGS based on su...Lori Anderson1-5/+5
2013-12-04Revert "Added a "standalone" mode where dlnasrc can supply information about ...Brendan Long2-101/+40
2013-12-04Revert "Changed all strcmp to g_strcmp0."Brendan Long1-2/+2
2013-12-04Revert "Removed null check prior to g_strcmp0() since this comparison method ...Brendan Long1-1/+1
2013-12-04Revert "Added duration-bytes and duration-nanos properties to support running...Brendan Long1-25/+3
2013-12-04Revert "Added "is-seekable" property to support seeking from webkit."Brendan Long1-12/+1
2013-12-04Revert "Got rid of unnecessary ? TRUE : FALSE. Fixed up a log message to be ...Brendan Long1-2/+3
2013-12-04Revert "Continuing work with getting WebKitWebSrc support. Changed "is-stand...Brendan Long2-96/+79
2013-12-03Continuing work with getting WebKitWebSrc support. Changed "is-standalone" t...Lori Anderson2-79/+96
2013-12-02Got rid of unnecessary ? TRUE : FALSE. Fixed up a log message to be consiste...Lori Anderson1-3/+2
2013-11-29Added "is-seekable" property to support seeking from webkit.Lori Anderson1-1/+12
2013-11-29Added duration-bytes and duration-nanos properties to support running in stan...Lori Anderson1-3/+25
2013-11-27Log message related changes only.Lori Anderson1-5/+5
2013-11-26Removed null check prior to g_strcmp0() since this comparison method handles ...Lori Anderson1-1/+1
2013-11-26Changed all strcmp to g_strcmp0.Lori Anderson1-2/+2
2013-11-26Added a "standalone" mode where dlnasrc can supply information about URI. Th...Lori Anderson2-40/+101
2013-11-25Changed logic so dtcpip element is setup regardless if decrypting is needed. ...Lori Anderson1-17/+13
2013-11-25Check for non-null soup msg prior to unref to eliminate error when using gst-...Lori Anderson1-1/+2
2013-11-12Fixed segfault due to free of non-initialized memory. Re-ordered initializat...Lori Anderson1-15/+19
2013-11-06Explicitly free any string prior to overwriting with call to strdup()Lori Anderson1-0/+22
2013-11-06Changed dispose() to finalize() as recommend in GStreamer code review - dlnas...Lori Anderson1-27/+48
2013-11-06Removed "cl-name" property since the perferred way is to use g_type_name(G_OB...Lori Anderson2-21/+0
2013-11-05Removed unused method declaration pointed out in GStreamer code review.Lori Anderson1-7/+0
2013-11-05Got rid of NULL checks prior to calling g_free() since g_free(NULL) is valid....Lori Anderson1-30/+15
2013-11-05Got rid of some comments that we not providing any additional information. C...Lori Anderson2-43/+36
2013-11-05Removed code that got inadvertantly included while doing manual merge for dln...Lori Anderson1-24/+0
2013-11-05Merge branch 'master' into dlnasrc-36-cpp-commentsLori Anderson2-4/+26
2013-11-05Resolved conflicts with prior checkins in dlnasrc-101 branch. Got rid of som...Lori Anderson2-256/+214
2013-11-05Adjusted log level of message from ERROR to DEBUGLori Anderson1-1/+1
2013-11-05Changed comment from c++ style to c styleLori Anderson1-1/+1
2013-11-04Got rid of unused attributes in header file, left over from socket code. Mov...Lori Anderson2-81/+76
2013-11-04Initial investigation into dtcp issue where encrypted content does not play. ...Lori Anderson2-14/+31
2013-11-04Convert all C++-style comments to C-styleGreg Rutz1-5/+6
2013-11-04Convert all C++-style comments to C-styleGreg Rutz1-259/+250
2013-10-30Add a missing line feed to print out of HTTP message for better readability.Lori Anderson1-1/+1
2013-10-30Added method to format nanoseconds into a npt string. Changed g_try_malloc()...Lori Anderson1-11/+43
2013-10-30Changed local variable names from tmp2 & tmp2 to header & value to clarify codeLori Anderson1-5/+5
2013-10-30Corrected comment.Lori Anderson1-1/+1
2013-10-29Add logic to parse the DLNA.ORG_CI sub field in protocol info, store value an...Lori Anderson2-0/+68
2013-10-29Added property "dtcp_blocksize" to set the buffer size of the pipeline to imp...Lori Anderson2-6/+26
2013-10-28Fix issue in dlna_src_head_response_is_flag_set() where it was using strtol()...Lori Anderson1-1/+1
2013-10-25Modified printing out the structure and HEAD request and response to used GSt...Lori Anderson1-359/+232
2013-10-25Major rework to use libsoup. Also addressed a couple of issue from gstreamer...Lori Anderson2-775/+632
2013-10-23Added support for seeking with live content which requires (at least for the ...Lori Anderson1-18/+57
2013-10-22Fixed mismatch on number of formats, from 3 to 2Lori Anderson1-1/+1
2013-10-22Treat GST_FORMAT_DEFAULT as unsupported. Modified dlna_src_assign_content_in...Lori Anderson1-43/+36
2013-10-22Address dlnasrc Issue #69 - simplified logic by creating overall start, stop ...Lori Anderson2-763/+709
2013-10-17Make sure for dtcp encrypted content, the dtcp range values are used rather t...Lori Anderson1-40/+81
2013-10-16Replace G_SIZE_FORMAT with "%d" for an int.Brendan Long1-1/+1